commit:     d03ab4996f51af56091f49717e659bcf957a58c6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 27 21:18:12 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 28 17:59:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d03ab499

app-text/convmv: drop 2.05-r1

Bug: https://bugs.gentoo.org/959412
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/convmv/Manifest              |  1 -
 app-text/convmv/convmv-2.05-r1.ebuild | 38 -----------------------------------
 2 files changed, 39 deletions(-)

diff --git a/app-text/convmv/Manifest b/app-text/convmv/Manifest
index 0fe2c1fb557f..14c534217160 100644
--- a/app-text/convmv/Manifest
+++ b/app-text/convmv/Manifest
@@ -1,2 +1 @@
-DIST convmv-2.05.tar.gz 30680 BLAKE2B 
b0d4bb14995e42e55fa34cbdaa8cb8881e48972abb296af44eebfdf76664e837b05398e0cc4e9208ddee41213bc1dd7f11c3f503e39f9a6791d08797864776a1
 SHA512 
7fb0d1e2b64c3105c48d8a2cbb59fa4ea23202f17abc7cbf63acfca785683f00955fdcb03517e9dd8fe01be0171458ab2583e1c52d62c6081684462b0fec4125
 DIST convmv-2.06.tar.gz 30897 BLAKE2B 
88110b28f7faff89d4447a16c21e96a5209fa3101b3571ba295d65e51a40c56425cb91b3fd76cf6fc1320f502b3bcddc73c8ec23872fc5232b07ca931d43d8de
 SHA512 
a93acb0aa019ec468ec263947c3e0158c51b1b24885e77f62861555c8e80aaa6867eb42045040d09c83488460db0d2edea7327a5354afded2ab02caf7f54204d

diff --git a/app-text/convmv/convmv-2.05-r1.ebuild 
b/app-text/convmv/convmv-2.05-r1.ebuild
deleted file mode 100644
index 171e50587c59..000000000000
--- a/app-text/convmv/convmv-2.05-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="convert filenames to utf8 or any other charset"
-HOMEPAGE="https://www.j3e.de/linux/convmv/";
-SRC_URI="https://www.j3e.de/linux/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~loong ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
-BDEPEND="${DEPEND}"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-2.05-manpage_nocompress.patch" #729544
-)
-
-src_prepare() {
-       default
-       sed -i -e "1s|#!/usr|#!${EPREFIX}/usr|" convmv || die
-}
-
-src_install() {
-       emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
-       dodoc CREDITS Changes TODO VERSION
-}
-
-src_test() {
-       unpack ./testsuite.tar
-
-       cd "${S}"/suite || die
-       ./dotests.sh || die "Tests failed"
-}

Reply via email to