summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-11 19:35:21 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-11 19:48:00 +0100
commit71ce13d896cf0ffa2391c5226b73e0907635262e (patch)
tree8545c852a88f10868c286808628dbf0e931a42d5 /dev-perl
parentdev-perl/LWPx-ParanoidAgent: EAPI=8 bump (diff)
downloadgentoo-71ce13d896cf0ffa2391c5226b73e0907635262e.tar.gz
gentoo-71ce13d896cf0ffa2391c5226b73e0907635262e.tar.bz2
gentoo-71ce13d896cf0ffa2391c5226b73e0907635262e.zip
dev-perl/libintl-perl: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/libintl-perl/Manifest1
-rw-r--r--dev-perl/libintl-perl/libintl-perl-1.310.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/libintl-perl/Manifest b/dev-perl/libintl-perl/Manifest
index ef7f8bbd6bc6..c4dff6d9c863 100644
--- a/dev-perl/libintl-perl/Manifest
+++ b/dev-perl/libintl-perl/Manifest
@@ -1,2 +1 @@
-DIST libintl-perl-1.31.tar.gz 598187 BLAKE2B 6ce30e51cb001993d6ee3727c69010a3d8d9014334df8749704760734486e50296cdf019e185b463d4ccb3aac660526b440d4217aa5b304f749c5ecf43d18ca3 SHA512 9e22af95ecb8ae1c115114ce5d4f80bb8b1a83e4072d274a55f5946267ac29b98e9da4c01e05d0aa0051fef34a41b6297dbb44f51b8d602f3ef3786a59a6a04a
DIST libintl-perl-1.32.tar.gz 598209 BLAKE2B 1aa9ef3e2d4c1c15eb5301880e2141864d53e3e8620656276ceb07f0946612d56801021bc78bb132fee910f3ce3e55e3a092cd0305831680a9adcd731249c680 SHA512 fca6c8863dfd36c7604bc80a401e825eb707bc75016521c09006c34c170a41b009d30ec93d7e2a7f61caa1dbdf0333511c3d515d4fdc0fea32242eca68a7e35d
diff --git a/dev-perl/libintl-perl/libintl-perl-1.310.0.ebuild b/dev-perl/libintl-perl/libintl-perl-1.310.0.ebuild
deleted file mode 100644
index 92f2cbddf09c..000000000000
--- a/dev-perl/libintl-perl/libintl-perl-1.310.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=GUIDO
-DIST_VERSION=1.31
-DIST_EXAMPLES=("sample/*")
-inherit perl-module
-
-DESCRIPTION="High-Level Interface to Uniforum Message Translation"
-HOMEPAGE="http://guido-flohr.net/projects/libintl-perl https://metacpan.org/release/libintl-perl"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="minimal"
-
-RDEPEND="
- virtual/libintl
- !minimal? (
- dev-perl/File-ShareDir
- )
- virtual/perl-File-Spec
- >=virtual/perl-version-0.770.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
-
-PATCHES=( "${FILESDIR}/${PN}-1.280.0-sanity-2.patch" )