app-misc/mmv: add 2.10

[sam: Add Bug tag.]

Bug: https://bugs.gentoo.org/712622
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/42455
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Holger Hoffstätte
2025-06-05 11:01:22 +02:00
committed by Sam James
parent d237a75bc7
commit 68b62b54da
2 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
DIST mmv-2.10.tar.gz 939108 BLAKE2B 20596a5ce6c171747efc17612397af846cacddaeb15d8d853abcf10d19f059ef37d3f00ff29a7c45312ffe6f2342ad91d491e88038f514562516aaf0d0316950 SHA512 c3c2ad6eaf05fc01d93c00fc614493fb4ceaeb9f1c4e630025a7ae090aeb7c3d725fd432caea9c880c6ae88fecd54195c36eca0f2e7630822a867363a665cc0f
DIST mmv-2.5.1.tar.gz 833810 BLAKE2B ed6ba51490b2c758b47f5e57d4a45a6ccd094da8754fbe96ea990da6e4e9aacaa2cb13073be91cd6e764f7c676877bb17e1a558dd3c75caa0bfaea56ac8441b2 SHA512 c238035cbda20e3a7df508a83b2919f4a7684a0fcea5772899de06359096d729891c501f08be6d15a075e426ebb7246636bfc2fec9190605b975ce3c035f03be
DIST mmv-2.8.tar.gz 936255 BLAKE2B f6410c4e8a02fcc33788afaf4aea03cb8bfee960bcfa7ac721ecce352b3369c8905bbf4aff1f24780a5f9482d83258ce3d09770fc759eeaa9e1d2f7ac4b54724 SHA512 8dabfefbc9ca6267e60720dbac6ab830f9a3874d0163d060388ca83019a4519edc7f617e3f4a738d670e925bdf9a12ba5250a3803d1d68f92b83fbaa3d1e4216
DIST mmv-2.9.1.tar.gz 939068 BLAKE2B e8af9a53417529a1ea04003ad3cec1888ba5f50a96dd56a0bc7a477abeb42532e90786311261feeccbaf7cea2fe31be475a92a0c50c82990c05479640a52d9ad SHA512 1f2f688d980ca91ff78fa39578324c6de3ee711387106b0a316f496539eb240c3508ab25348ed2c33c9896d11e82308b1a876a22968d6f995d891996b2307052

View File

@@ -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 ~amd64-linux ~x86-linux ~ppc-macos"
QA_CONFIG_IMPL_DECL_SKIP=( MIN )