summaryrefslogtreecommitdiff
path: root/app-misc/mmv
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /app-misc/mmv
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'app-misc/mmv')
-rw-r--r--app-misc/mmv/Manifest2
-rw-r--r--app-misc/mmv/metadata.xml11
-rw-r--r--app-misc/mmv/mmv-2.10.ebuild14
-rw-r--r--app-misc/mmv/mmv-2.9.1.ebuild14
4 files changed, 41 insertions, 0 deletions
diff --git a/app-misc/mmv/Manifest b/app-misc/mmv/Manifest
new file mode 100644
index 000000000000..679830246d0a
--- /dev/null
+++ b/app-misc/mmv/Manifest
@@ -0,0 +1,2 @@
+DIST mmv-2.10.tar.gz 939108 BLAKE2B 20596a5ce6c171747efc17612397af846cacddaeb15d8d853abcf10d19f059ef37d3f00ff29a7c45312ffe6f2342ad91d491e88038f514562516aaf0d0316950 SHA512 c3c2ad6eaf05fc01d93c00fc614493fb4ceaeb9f1c4e630025a7ae090aeb7c3d725fd432caea9c880c6ae88fecd54195c36eca0f2e7630822a867363a665cc0f
+DIST mmv-2.9.1.tar.gz 939068 BLAKE2B e8af9a53417529a1ea04003ad3cec1888ba5f50a96dd56a0bc7a477abeb42532e90786311261feeccbaf7cea2fe31be475a92a0c50c82990c05479640a52d9ad SHA512 1f2f688d980ca91ff78fa39578324c6de3ee711387106b0a316f496539eb240c3508ab25348ed2c33c9896d11e82308b1a876a22968d6f995d891996b2307052
diff --git a/app-misc/mmv/metadata.xml b/app-misc/mmv/metadata.xml
new file mode 100644
index 000000000000..57651660adca
--- /dev/null
+++ b/app-misc/mmv/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>shell-tools@gentoo.org</email>
+ <name>Gentoo Shell Tools Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">rrthomas/mmv</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-misc/mmv/mmv-2.10.ebuild b/app-misc/mmv/mmv-2.10.ebuild
new file mode 100644
index 000000000000..19008d6fac43
--- /dev/null
+++ b/app-misc/mmv/mmv-2.10.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2025 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}/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~arm64 ppc ~riscv x86"
+
+QA_CONFIG_IMPL_DECL_SKIP=( MIN )
diff --git a/app-misc/mmv/mmv-2.9.1.ebuild b/app-misc/mmv/mmv-2.9.1.ebuild
new file mode 100644
index 000000000000..19008d6fac43
--- /dev/null
+++ b/app-misc/mmv/mmv-2.9.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2025 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}/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~arm64 ppc ~riscv x86"
+
+QA_CONFIG_IMPL_DECL_SKIP=( MIN )