Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mmv-rs-1.2.0
@ 2023-09-12 18:22 AnInternetTroll
  2023-09-13 18:06 ` [PR PATCH] [Updated] " AnInternetTroll
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: AnInternetTroll @ 2023-09-12 18:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages mcp
https://github.com/void-linux/void-packages/pull/46033

New package: mmv-rs-1.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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From 8faf70236f7717cde3b1e70d359b8586a65f34a5 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Tue, 12 Sep 2023 20:02:26 +0200
Subject: [PATCH] New package: mmv-rs-1.2.0

---
 srcpkgs/mmv-rs/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/mmv-rs/template

diff --git a/srcpkgs/mmv-rs/template b/srcpkgs/mmv-rs/template
new file mode 100644
index 0000000000000..e3705f304c8b2
--- /dev/null
+++ b/srcpkgs/mmv-rs/template
@@ -0,0 +1,19 @@
+# Template file for 'mmv-rs'
+pkgname=mmv-rs
+version=1.2.0
+revision=1
+build_style=cargo
+short_desc="Minimal cli utility for safe mass moving/renaming of files"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="0BSD"
+homepage="https://sr.ht/~mango/mmv"
+distfiles="https://git.sr.ht/~mango/mmv/archive/v${version}.tar.gz"
+checksum=c4121eb27768067479013102630fb5bb57790f57a86b8c51a0ffb1010fc25a10
+
+post_install() {
+	mv ${DESTDIR}/usr/bin/mmv ${DESTDIR}/usr/bin/mmv-rs
+	cp ${DESTDIR}/usr/bin/mmv-rs ${DESTDIR}/usr/bin/mcp
+	vman mmv.1 mcp.1
+	vman mmv.1 mmv-rs.1
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: mmv-rs-1.2.0
  2023-09-12 18:22 [PR PATCH] New package: mmv-rs-1.2.0 AnInternetTroll
@ 2023-09-13 18:06 ` AnInternetTroll
  2023-09-14 16:52 ` AnInternetTroll
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: AnInternetTroll @ 2023-09-13 18:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages mcp
https://github.com/void-linux/void-packages/pull/46033

New package: mmv-rs-1.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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From 719d38e966030d3e9bf57289e99eb68b22b44afb Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Tue, 12 Sep 2023 20:02:26 +0200
Subject: [PATCH] New package: mmv-rs-1.2.0

---
 srcpkgs/mmv-rs/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/mmv-rs/template

diff --git a/srcpkgs/mmv-rs/template b/srcpkgs/mmv-rs/template
new file mode 100644
index 0000000000000..970063c46a39d
--- /dev/null
+++ b/srcpkgs/mmv-rs/template
@@ -0,0 +1,20 @@
+# Template file for 'mmv-rs'
+pkgname=mmv-rs
+version=1.2.0
+revision=1
+build_style=cargo
+short_desc="Minimal cli utility for safe mass moving/renaming of files"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="0BSD"
+homepage="https://sr.ht/~mango/mmv"
+distfiles="https://git.sr.ht/~mango/mmv/archive/v${version}.tar.gz"
+checksum=c4121eb27768067479013102630fb5bb57790f57a86b8c51a0ffb1010fc25a10
+
+post_install() {
+	mv ${DESTDIR}/usr/bin/mmv ${DESTDIR}/usr/bin/mmv-rs
+	ln -s /usr/bin/mmv-rs ${DESTDIR}/usr/bin/mcp-rs
+	vsed -i mmv.1 -e 's/[^/]mmv/mmv-rs/g; s/mcp/mcp-rs/g; s/MMV/MMV-RS/g'
+	vman mmv.1 mmv-rs.1
+	ln -s /usr/share/man/man1/mmv-rs.1 $DESTDIR/usr/share/man/man1/mcp-rs.1
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: mmv-rs-1.2.0
  2023-09-12 18:22 [PR PATCH] New package: mmv-rs-1.2.0 AnInternetTroll
  2023-09-13 18:06 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2023-09-14 16:52 ` AnInternetTroll
  2023-09-14 17:05 ` AnInternetTroll
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: AnInternetTroll @ 2023-09-14 16:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages mcp
https://github.com/void-linux/void-packages/pull/46033

New package: mmv-rs-1.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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From 542de32532cc0245a1dcff65df8c3a68365a8c72 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Tue, 12 Sep 2023 20:02:26 +0200
Subject: [PATCH] New package: mmv-rs-1.3.0

---
 srcpkgs/mmv-rs/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/mmv-rs/template

diff --git a/srcpkgs/mmv-rs/template b/srcpkgs/mmv-rs/template
new file mode 100644
index 0000000000000..73a7a0c3e472c
--- /dev/null
+++ b/srcpkgs/mmv-rs/template
@@ -0,0 +1,23 @@
+# Template file for 'mmv-rs'
+pkgname=mmv-rs
+version=1.3.0
+revision=1
+build_style=cargo
+short_desc="Minimal cli utility for safe mass moving/renaming of files"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="0BSD"
+homepage="https://sr.ht/~mango/mmv"
+distfiles="https://git.sr.ht/~mango/mmv/archive/v$version.tar.gz"
+checksum=e61bd9baf22d070a3a83addc0aa4efb974030f23b274360651f35de0b79bf486
+
+export MMV_NAME="$pkgname"
+export MCP_NAME="mcp-rs"
+
+post_install() {
+	mv $DESTDIR/usr/bin/mmv $DESTDIR/usr/bin/$pkgname
+	ln -s /usr/bin/$pkgname $DESTDIR/usr/bin/mcp-rs
+	vsed -i mmv.1 -e 's/[^/]mmv/&-rs/g; s/[^/]mcp/&-rs/g; s/MMV/&-RS/g'
+	vman mmv.1 $pkgname.1
+	ln -s /usr/share/man/man1/$pkgname.1 $DESTDIR/usr/share/man/man1/mcp-rs.1
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: mmv-rs-1.2.0
  2023-09-12 18:22 [PR PATCH] New package: mmv-rs-1.2.0 AnInternetTroll
  2023-09-13 18:06 ` [PR PATCH] [Updated] " AnInternetTroll
  2023-09-14 16:52 ` AnInternetTroll
@ 2023-09-14 17:05 ` AnInternetTroll
  2023-09-14 17:22 ` [PR REVIEW] " tranzystorek-io
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: AnInternetTroll @ 2023-09-14 17:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages mcp
https://github.com/void-linux/void-packages/pull/46033

New package: mmv-rs-1.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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From 1a01b275c87e9c696bffab3121f98a2a8c87a0cb Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Tue, 12 Sep 2023 20:02:26 +0200
Subject: [PATCH] New package: mmv-rs-1.3.0

---
 srcpkgs/mmv-rs/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/mmv-rs/template

diff --git a/srcpkgs/mmv-rs/template b/srcpkgs/mmv-rs/template
new file mode 100644
index 0000000000000..080fa24701ed8
--- /dev/null
+++ b/srcpkgs/mmv-rs/template
@@ -0,0 +1,23 @@
+# Template file for 'mmv-rs'
+pkgname=mmv-rs
+version=1.3.0
+revision=1
+build_style=cargo
+short_desc="Minimal cli utility for safe mass moving/renaming of files"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="0BSD"
+homepage="https://sr.ht/~mango/mmv"
+distfiles="https://git.sr.ht/~mango/mmv/archive/v$version.tar.gz"
+checksum=e61bd9baf22d070a3a83addc0aa4efb974030f23b274360651f35de0b79bf486
+
+export MMV_NAME="mmv-rs"
+export MCP_NAME="mcp-rs"
+
+post_install() {
+	mv $DESTDIR/usr/bin/mmv $DESTDIR/usr/bin/mmv-rs
+	ln -s /usr/bin/mmv-rs $DESTDIR/usr/bin/mcp-rs
+	vsed -i mmv.1 -e 's/[^/]mmv/&-rs/g; s/[^/]mcp/&-rs/g; s/MMV/&-RS/g'
+	vman mmv.1 mmv-rs.1
+	ln -s /usr/share/man/man1/mmv-rs.1 $DESTDIR/usr/share/man/man1/mcp-rs.1
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: mmv-rs-1.2.0
  2023-09-12 18:22 [PR PATCH] New package: mmv-rs-1.2.0 AnInternetTroll
                   ` (2 preceding siblings ...)
  2023-09-14 17:05 ` AnInternetTroll
@ 2023-09-14 17:22 ` tranzystorek-io
  2023-09-14 17:26 ` tranzystorek-io
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: tranzystorek-io @ 2023-09-14 17:22 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/46033#discussion_r1326299594

Comment:
```suggestion
homepage="https://sr.ht/~mango/mmv"
changelog="https://git.sr.ht/~mango/mmv/refs"
```

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

* Re: [PR REVIEW] New package: mmv-rs-1.2.0
  2023-09-12 18:22 [PR PATCH] New package: mmv-rs-1.2.0 AnInternetTroll
                   ` (3 preceding siblings ...)
  2023-09-14 17:22 ` [PR REVIEW] " tranzystorek-io
@ 2023-09-14 17:26 ` tranzystorek-io
  2023-09-14 17:27 ` tranzystorek-io
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: tranzystorek-io @ 2023-09-14 17:26 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/46033#discussion_r1326304272

Comment:
```suggestion
	ln -s mmv-rs $DESTDIR/usr/bin/mcp-rs
```

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

* Re: [PR REVIEW] New package: mmv-rs-1.2.0
  2023-09-12 18:22 [PR PATCH] New package: mmv-rs-1.2.0 AnInternetTroll
                   ` (4 preceding siblings ...)
  2023-09-14 17:26 ` tranzystorek-io
@ 2023-09-14 17:27 ` tranzystorek-io
  2023-09-14 17:53 ` [PR PATCH] [Updated] " AnInternetTroll
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: tranzystorek-io @ 2023-09-14 17:27 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/46033#discussion_r1326304842

Comment:
```suggestion
	ln -s mmv-rs.1 $DESTDIR/usr/share/man/man1/mcp-rs.1
```

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

* Re: [PR PATCH] [Updated] New package: mmv-rs-1.2.0
  2023-09-12 18:22 [PR PATCH] New package: mmv-rs-1.2.0 AnInternetTroll
                   ` (5 preceding siblings ...)
  2023-09-14 17:27 ` tranzystorek-io
@ 2023-09-14 17:53 ` AnInternetTroll
  2023-09-18 19:11 ` [PR PATCH] [Updated] New package: mmv-rs-1.3.0 AnInternetTroll
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: AnInternetTroll @ 2023-09-14 17:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages mcp
https://github.com/void-linux/void-packages/pull/46033

New package: mmv-rs-1.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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From 666b089ce2fc0b0189e2c8d0d019ce5b129e4a85 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Tue, 12 Sep 2023 20:02:26 +0200
Subject: [PATCH] New package: mmv-rs-1.3.0

---
 srcpkgs/mmv-rs/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/mmv-rs/template

diff --git a/srcpkgs/mmv-rs/template b/srcpkgs/mmv-rs/template
new file mode 100644
index 0000000000000..b1d4359aae3ea
--- /dev/null
+++ b/srcpkgs/mmv-rs/template
@@ -0,0 +1,24 @@
+# Template file for 'mmv-rs'
+pkgname=mmv-rs
+version=1.3.0
+revision=1
+build_style=cargo
+short_desc="Minimal cli utility for safe mass moving/renaming of files"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="0BSD"
+homepage="https://sr.ht/~mango/mmv"
+changelog="https://git.sr.ht/~mango/mmv/refs"
+distfiles="https://git.sr.ht/~mango/mmv/archive/v$version.tar.gz"
+checksum=e61bd9baf22d070a3a83addc0aa4efb974030f23b274360651f35de0b79bf486
+
+export MMV_NAME="mmv-rs"
+export MCP_NAME="mcp-rs"
+
+post_install() {
+	mv $DESTDIR/usr/bin/mmv $DESTDIR/usr/bin/mmv-rs
+	ln -s mmv-rs $DESTDIR/usr/bin/mcp-rs
+	vsed -i mmv.1 -e 's/[^/]mmv/&-rs/g; s/[^/]mcp/&-rs/g; s/MMV/&-RS/g'
+	vman mmv.1 mmv-rs.1
+	ln -s mmv-rs.1 $DESTDIR/usr/share/man/man1/mcp-rs.1
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: mmv-rs-1.3.0
  2023-09-12 18:22 [PR PATCH] New package: mmv-rs-1.2.0 AnInternetTroll
                   ` (6 preceding siblings ...)
  2023-09-14 17:53 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2023-09-18 19:11 ` AnInternetTroll
  2023-09-23 12:06 ` AnInternetTroll
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: AnInternetTroll @ 2023-09-18 19:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages mcp
https://github.com/void-linux/void-packages/pull/46033

New package: mmv-rs-1.3.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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From 08988cf0bd0b1e4062b3e99230fb63d448f6961f Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Tue, 12 Sep 2023 20:02:26 +0200
Subject: [PATCH] New package: mmv-rs-1.3.1

---
 srcpkgs/mmv-rs/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/mmv-rs/template

diff --git a/srcpkgs/mmv-rs/template b/srcpkgs/mmv-rs/template
new file mode 100644
index 0000000000000..afbd202a73de5
--- /dev/null
+++ b/srcpkgs/mmv-rs/template
@@ -0,0 +1,24 @@
+# Template file for 'mmv-rs'
+pkgname=mmv-rs
+version=1.3.1
+revision=1
+build_style=cargo
+short_desc="Minimal cli utility for safe mass moving/renaming of files"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="0BSD"
+homepage="https://sr.ht/~mango/mmv"
+changelog="https://git.sr.ht/~mango/mmv/refs"
+distfiles="https://git.sr.ht/~mango/mmv/archive/v$version.tar.gz"
+checksum=422b34cbb1e44498bf690da80811f6e9e0d382c3a7aee6964651d1bee60fc9bc
+
+export MMV_NAME="mmv-rs"
+export MCP_NAME="mcp-rs"
+
+post_install() {
+	mv $DESTDIR/usr/bin/mmv $DESTDIR/usr/bin/mmv-rs
+	ln -s mmv-rs $DESTDIR/usr/bin/mcp-rs
+	vsed -i mmv.1 -e 's/mmv/&-rs/g; s/[^/]mcp/&-rs/g; s/MMV/&-RS/g; s|prj/mmv-rs|prj/mmv|;'
+	vman mmv.1 mmv-rs.1
+	ln -s mmv-rs.1 $DESTDIR/usr/share/man/man1/mcp-rs.1
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: mmv-rs-1.3.0
  2023-09-12 18:22 [PR PATCH] New package: mmv-rs-1.2.0 AnInternetTroll
                   ` (7 preceding siblings ...)
  2023-09-18 19:11 ` [PR PATCH] [Updated] New package: mmv-rs-1.3.0 AnInternetTroll
@ 2023-09-23 12:06 ` AnInternetTroll
  2023-09-24 15:13 ` AnInternetTroll
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: AnInternetTroll @ 2023-09-23 12:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages mcp
https://github.com/void-linux/void-packages/pull/46033

New package: mmv-rs-1.3.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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From bc0ee51dfc2b84e579d70aab479d5682f2e3111f Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Tue, 12 Sep 2023 20:02:26 +0200
Subject: [PATCH] New package: mmv-rs-1.3.1

---
 srcpkgs/mmv-rs/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/mmv-rs/template

diff --git a/srcpkgs/mmv-rs/template b/srcpkgs/mmv-rs/template
new file mode 100644
index 0000000000000..05b6eeaa2c058
--- /dev/null
+++ b/srcpkgs/mmv-rs/template
@@ -0,0 +1,23 @@
+# Template file for 'mmv-rs'
+pkgname=mmv-rs
+version=1.3.1
+revision=1
+build_style=cargo
+short_desc="Minimal cli utility for safe mass moving/renaming of files"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="0BSD"
+homepage="https://sr.ht/~mango/mmv"
+changelog="https://git.sr.ht/~mango/mmv/refs"
+distfiles="https://git.sr.ht/~mango/mmv/archive/v$version.tar.gz"
+checksum=422b34cbb1e44498bf690da80811f6e9e0d382c3a7aee6964651d1bee60fc9bc
+
+export MMV_NAME="mmv-rs"
+export MCP_NAME="mcp-rs"
+
+post_install() {
+	mv $DESTDIR/usr/bin/mmv $DESTDIR/usr/bin/mmv-rs
+	ln -s mmv-rs $DESTDIR/usr/bin/mcp-rs
+	vsed -i mmv.1 -e 's/mmv/&-rs/g; s/[^/]mcp/&-rs/g; s/MMV/&-RS/g; s|prj/mmv-rs|prj/mmv|;'
+	vman mmv.1 mmv-rs.1
+	ln -s mmv-rs.1 $DESTDIR/usr/share/man/man1/mcp-rs.1
+}

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

* Re: [PR PATCH] [Updated] New package: mmv-rs-1.3.0
  2023-09-12 18:22 [PR PATCH] New package: mmv-rs-1.2.0 AnInternetTroll
                   ` (8 preceding siblings ...)
  2023-09-23 12:06 ` AnInternetTroll
@ 2023-09-24 15:13 ` AnInternetTroll
  2023-09-25 16:57 ` [PR PATCH] [Updated] New package: mmv-rs-1.4.0 AnInternetTroll
  2023-09-25 17:00 ` [PR PATCH] [Merged]: " Johnnynator
  11 siblings, 0 replies; 13+ messages in thread
From: AnInternetTroll @ 2023-09-24 15:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages mcp
https://github.com/void-linux/void-packages/pull/46033

New package: mmv-rs-1.3.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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From bb22429e821d80149f46be2f3e3cb5235c273644 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Tue, 12 Sep 2023 20:02:26 +0200
Subject: [PATCH] New package: mmv-rs-1.4.0

---
 srcpkgs/mmv-rs/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/mmv-rs/template

diff --git a/srcpkgs/mmv-rs/template b/srcpkgs/mmv-rs/template
new file mode 100644
index 0000000000000..d90cf3b927aa5
--- /dev/null
+++ b/srcpkgs/mmv-rs/template
@@ -0,0 +1,23 @@
+# Template file for 'mmv-rs'
+pkgname=mmv-rs
+version=1.4.0
+revision=1
+build_style=cargo
+short_desc="Minimal cli utility for safe mass moving/renaming of files"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="0BSD"
+homepage="https://sr.ht/~mango/mmv"
+changelog="https://git.sr.ht/~mango/mmv/refs"
+distfiles="https://git.sr.ht/~mango/mmv/archive/v$version.tar.gz"
+checksum=c0405651dd09062b2c93c5791f05f8fe8bc2b017696829fbffaaf36d702bff74
+
+export MMV_NAME="mmv-rs"
+export MCP_NAME="mcp-rs"
+
+post_install() {
+	mv $DESTDIR/usr/bin/mmv $DESTDIR/usr/bin/mmv-rs
+	ln -s mmv-rs $DESTDIR/usr/bin/mcp-rs
+	vsed -i mmv.1 -e 's/mmv/&-rs/g; s/[^/]mcp/&-rs/g; s/MMV/&-RS/g; s|prj/mmv-rs|prj/mmv|;'
+	vman mmv.1 mmv-rs.1
+	ln -s mmv-rs.1 $DESTDIR/usr/share/man/man1/mcp-rs.1
+}

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

* Re: [PR PATCH] [Updated] New package: mmv-rs-1.4.0
  2023-09-12 18:22 [PR PATCH] New package: mmv-rs-1.2.0 AnInternetTroll
                   ` (9 preceding siblings ...)
  2023-09-24 15:13 ` AnInternetTroll
@ 2023-09-25 16:57 ` AnInternetTroll
  2023-09-25 17:00 ` [PR PATCH] [Merged]: " Johnnynator
  11 siblings, 0 replies; 13+ messages in thread
From: AnInternetTroll @ 2023-09-25 16:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages mcp
https://github.com/void-linux/void-packages/pull/46033

New package: mmv-rs-1.4.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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From 6ecc4c12a4b220f923846a6a440775c24132858b Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Tue, 12 Sep 2023 20:02:26 +0200
Subject: [PATCH] New package: mmv-rs-1.4.0

---
 srcpkgs/mmv-rs/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/mmv-rs/template

diff --git a/srcpkgs/mmv-rs/template b/srcpkgs/mmv-rs/template
new file mode 100644
index 0000000000000..930d499e4a117
--- /dev/null
+++ b/srcpkgs/mmv-rs/template
@@ -0,0 +1,24 @@
+# Template file for 'mmv-rs'
+pkgname=mmv-rs
+version=1.4.0
+revision=1
+build_style=cargo
+short_desc="Minimal cli utility for safe mass moving/renaming of files"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="0BSD"
+homepage="https://sr.ht/~mango/mmv"
+changelog="https://git.sr.ht/~mango/mmv/refs"
+distfiles="https://git.sr.ht/~mango/mmv/archive/v$version.tar.gz"
+checksum=c0405651dd09062b2c93c5791f05f8fe8bc2b017696829fbffaaf36d702bff74
+
+# Used at buildtime to set default name
+export MMV_NAME="mmv-rs"
+export MCP_NAME="mcp-rs"
+
+post_install() {
+	mv $DESTDIR/usr/bin/mmv $DESTDIR/usr/bin/mmv-rs
+	ln -s mmv-rs $DESTDIR/usr/bin/mcp-rs
+	vsed -i mmv.1 -e 's/mmv/&-rs/g; s/[^/]mcp/&-rs/g; s/MMV/&-RS/g; s|prj/mmv-rs|prj/mmv|;'
+	vman mmv.1 mmv-rs.1
+	ln -s mmv-rs.1 $DESTDIR/usr/share/man/man1/mcp-rs.1
+}

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

* Re: [PR PATCH] [Merged]: New package: mmv-rs-1.4.0
  2023-09-12 18:22 [PR PATCH] New package: mmv-rs-1.2.0 AnInternetTroll
                   ` (10 preceding siblings ...)
  2023-09-25 16:57 ` [PR PATCH] [Updated] New package: mmv-rs-1.4.0 AnInternetTroll
@ 2023-09-25 17:00 ` Johnnynator
  11 siblings, 0 replies; 13+ messages in thread
From: Johnnynator @ 2023-09-25 17:00 UTC (permalink / raw)
  To: ml

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

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

New package: mmv-rs-1.4.0
https://github.com/void-linux/void-packages/pull/46033

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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

end of thread, other threads:[~2023-09-25 17:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-12 18:22 [PR PATCH] New package: mmv-rs-1.2.0 AnInternetTroll
2023-09-13 18:06 ` [PR PATCH] [Updated] " AnInternetTroll
2023-09-14 16:52 ` AnInternetTroll
2023-09-14 17:05 ` AnInternetTroll
2023-09-14 17:22 ` [PR REVIEW] " tranzystorek-io
2023-09-14 17:26 ` tranzystorek-io
2023-09-14 17:27 ` tranzystorek-io
2023-09-14 17:53 ` [PR PATCH] [Updated] " AnInternetTroll
2023-09-18 19:11 ` [PR PATCH] [Updated] New package: mmv-rs-1.3.0 AnInternetTroll
2023-09-23 12:06 ` AnInternetTroll
2023-09-24 15:13 ` AnInternetTroll
2023-09-25 16:57 ` [PR PATCH] [Updated] New package: mmv-rs-1.4.0 AnInternetTroll
2023-09-25 17:00 ` [PR PATCH] [Merged]: " Johnnynator

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).