Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: rinstall-0.2.0
@ 2023-03-26  9:23 mobinmob
  2023-03-26  9:25 ` classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mobinmob @ 2023-03-26  9:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1226 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages rinstall
https://github.com/void-linux/void-packages/pull/43023

New package: rinstall-0.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/43023.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rinstall-43023.patch --]
[-- Type: text/x-diff, Size: 1023 bytes --]

From c99a606d4747a1f9f863ecbf9bd6e1801a9baca5 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Mar 2023 12:19:03 +0300
Subject: [PATCH] New package: rinstall-0.2.0

---
 srcpkgs/rinstall/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/rinstall/template

diff --git a/srcpkgs/rinstall/template b/srcpkgs/rinstall/template
new file mode 100644
index 000000000000..4d684e168d18
--- /dev/null
+++ b/srcpkgs/rinstall/template
@@ -0,0 +1,12 @@
+# Template file for 'rinstall'
+pkgname=rinstall
+version=0.2.0
+revision=1
+build_style=cargo
+short_desc="Declarative install for programs"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/danyspin97/rinstall"
+changelog="https://raw.githubusercontent.com/danyspin97/rinstall/main/CHANGELOG.md"
+distfiles="https://github.com/danyspin97/rinstall/archive/refs/tags/${version}.tar.gz"
+checksum=386ae4d52ad62b03304596d5dfc7bb273492ac3fed54f1110d0da8dc1847e4c6

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: rinstall-0.2.0
  2023-03-26  9:23 [PR PATCH] New package: rinstall-0.2.0 mobinmob
@ 2023-03-26  9:25 ` classabbyamp
  2023-03-26  9:28 ` mobinmob
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-03-26  9:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43023#issuecomment-1484042242

Comment:
I was going to wait for the next tag to package this, because it will add some essential features for it to be used with xbps-src

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: rinstall-0.2.0
  2023-03-26  9:23 [PR PATCH] New package: rinstall-0.2.0 mobinmob
  2023-03-26  9:25 ` classabbyamp
@ 2023-03-26  9:28 ` mobinmob
  2023-03-26  9:29 ` mobinmob
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mobinmob @ 2023-03-26  9:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 391 bytes --]

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/43023#issuecomment-1484043010

Comment:
> I was going to wait for the next tag to package this, because it will add some essential features for it to be used with xbps-src
It still works outside of xbps-src.
I an going to use it and I thought it will be nice to have a proper package :)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: rinstall-0.2.0
  2023-03-26  9:23 [PR PATCH] New package: rinstall-0.2.0 mobinmob
  2023-03-26  9:25 ` classabbyamp
  2023-03-26  9:28 ` mobinmob
@ 2023-03-26  9:29 ` mobinmob
  2023-03-27  0:03 ` [PR REVIEW] " classabbyamp
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mobinmob @ 2023-03-26  9:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 393 bytes --]

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/43023#issuecomment-1484043010

Comment:
> I was going to wait for the next tag to package this, because it will add some essential features for it to be used with xbps-src

It still works outside of xbps-src.
I am going to use it and I thought it will be nice to have a proper package :)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR REVIEW] New package: rinstall-0.2.0
  2023-03-26  9:23 [PR PATCH] New package: rinstall-0.2.0 mobinmob
                   ` (2 preceding siblings ...)
  2023-03-26  9:29 ` mobinmob
@ 2023-03-27  0:03 ` classabbyamp
  2023-04-02 12:21 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-03-27  0:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 448 bytes --]

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43023#discussion_r1148678887

Comment:
I think in this case, rset and rinstall should conflict

```suggestion
checksum=386ae4d52ad62b03304596d5dfc7bb273492ac3fed54f1110d0da8dc1847e4c6
conflicts="rset"
```

![let them fight](https://user-images.githubusercontent.com/5366828/227813295-fc54fc5f-2c85-48cc-92e9-ec68e758d7ac.gif)


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: rinstall-0.2.0
  2023-03-26  9:23 [PR PATCH] New package: rinstall-0.2.0 mobinmob
                   ` (3 preceding siblings ...)
  2023-03-27  0:03 ` [PR REVIEW] " classabbyamp
@ 2023-04-02 12:21 ` mobinmob
  2023-04-02 12:21 ` [PR REVIEW] " mobinmob
  2023-06-25 18:47 ` [PR PATCH] [Merged]: " Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: mobinmob @ 2023-04-02 12:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1231 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages rinstall
https://github.com/void-linux/void-packages/pull/43023

New package: rinstall-0.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/43023.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rinstall-43023.patch --]
[-- Type: text/x-diff, Size: 1042 bytes --]

From df49fd02006a8935d82c700cadd0a1e64d5cd211 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Mar 2023 12:19:03 +0300
Subject: [PATCH] New package: rinstall-0.2.0

---
 srcpkgs/rinstall/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/rinstall/template

diff --git a/srcpkgs/rinstall/template b/srcpkgs/rinstall/template
new file mode 100644
index 000000000000..3514d61352b8
--- /dev/null
+++ b/srcpkgs/rinstall/template
@@ -0,0 +1,13 @@
+# Template file for 'rinstall'
+pkgname=rinstall
+version=0.2.0
+revision=1
+build_style=cargo
+short_desc="Declarative install for programs"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/danyspin97/rinstall"
+changelog="https://raw.githubusercontent.com/danyspin97/rinstall/main/CHANGELOG.md"
+distfiles="https://github.com/danyspin97/rinstall/archive/refs/tags/${version}.tar.gz"
+checksum=386ae4d52ad62b03304596d5dfc7bb273492ac3fed54f1110d0da8dc1847e4c6
+conflicts="rset"

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR REVIEW] New package: rinstall-0.2.0
  2023-03-26  9:23 [PR PATCH] New package: rinstall-0.2.0 mobinmob
                   ` (4 preceding siblings ...)
  2023-04-02 12:21 ` [PR PATCH] [Updated] " mobinmob
@ 2023-04-02 12:21 ` mobinmob
  2023-06-25 18:47 ` [PR PATCH] [Merged]: " Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: mobinmob @ 2023-04-02 12:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/43023#discussion_r1155301408

Comment:
Done, thanks :)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Merged]: New package: rinstall-0.2.0
  2023-03-26  9:23 [PR PATCH] New package: rinstall-0.2.0 mobinmob
                   ` (5 preceding siblings ...)
  2023-04-02 12:21 ` [PR REVIEW] " mobinmob
@ 2023-06-25 18:47 ` Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2023-06-25 18:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1072 bytes --]

There's a merged pull request on the void-packages repository

New package: rinstall-0.2.0
https://github.com/void-linux/void-packages/pull/43023

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-06-25 18:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-26  9:23 [PR PATCH] New package: rinstall-0.2.0 mobinmob
2023-03-26  9:25 ` classabbyamp
2023-03-26  9:28 ` mobinmob
2023-03-26  9:29 ` mobinmob
2023-03-27  0:03 ` [PR REVIEW] " classabbyamp
2023-04-02 12:21 ` [PR PATCH] [Updated] " mobinmob
2023-04-02 12:21 ` [PR REVIEW] " mobinmob
2023-06-25 18:47 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).