summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Jäger <pascal.jaeger@leimstift.de>2023-09-05 13:24:46 +0200
committerSam James <sam@gentoo.org>2023-09-18 10:13:45 +0100
commitc5d27b4e27fa2ce0035cad4c825f08b4b051b142 (patch)
tree906e5a105b2d52eea9c5aedf9d18473b4050508c
parentapp-misc/supercat: add 0.5.8 (diff)
downloadgentoo-c5d27b4e27fa2ce0035cad4c825f08b4b051b142.tar.gz
gentoo-c5d27b4e27fa2ce0035cad4c825f08b4b051b142.tar.bz2
gentoo-c5d27b4e27fa2ce0035cad4c825f08b4b051b142.zip
app-misc/mmv: add 2.5.1
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/32626 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-misc/mmv/Manifest1
-rw-r--r--app-misc/mmv/mmv-2.5.1.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/app-misc/mmv/Manifest b/app-misc/mmv/Manifest
index 416937181b14..c135a1a60371 100644
--- a/app-misc/mmv/Manifest
+++ b/app-misc/mmv/Manifest
@@ -1,2 +1,3 @@
+DIST mmv-2.5.1.tar.gz 833810 BLAKE2B ed6ba51490b2c758b47f5e57d4a45a6ccd094da8754fbe96ea990da6e4e9aacaa2cb13073be91cd6e764f7c676877bb17e1a558dd3c75caa0bfaea56ac8441b2 SHA512 c238035cbda20e3a7df508a83b2919f4a7684a0fcea5772899de06359096d729891c501f08be6d15a075e426ebb7246636bfc2fec9190605b975ce3c035f03be
DIST mmv_1.01b-19.debian.tar.xz 12436 BLAKE2B d75251528cfdbfc343880450481973dad932707c00af38b1bf4b74f917f3e74b0b60aea2aa5d65b8ee63edf8beea61bedd6fa1859f109a7c3e02eabbd0a1bbeb SHA512 86fb93180a8645a40f45d0b9331693f6a86fbe1a378857350c9573e45261e008ab2154836df09a4f569bc35b6601d0317a0f1f1a901530e26e391c3a25c666f5
DIST mmv_1.01b.orig.tar.gz 25656 BLAKE2B 4e3c7c27831fb5aeeb09461116330a993998da510b32a7ba3b1151c0d14a336eab7cf37bc3ac91720f38fb41258a60488e5d066b152d0c717f5413f8514d9026 SHA512 4bf4e096b930bdde225ba5de761e968af3aed33dc13194b1a1a79078cd27e158b04aae131b5167cf5f844e35355d67359443cd598db22da15a5af06752438917
diff --git a/app-misc/mmv/mmv-2.5.1.ebuild b/app-misc/mmv/mmv-2.5.1.ebuild
new file mode 100644
index 000000000000..5682b67a4f93
--- /dev/null
+++ b/app-misc/mmv/mmv-2.5.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Move/copy/append/link multiple files according to a set of wildcard patterns"
+HOMEPAGE="https://github.com/rrthomas/mmv"
+SRC_URI="https://github.com/rrthomas/${PN}/releases/download/v${PV}/mmv-${PV}.tar.gz"
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+DEPENDS="dev-libs/boehm-gc"
+
+QA_CONFIG_IMPL_DECL_SKIP=( MIN )