summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-15 19:01:02 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-15 20:14:12 +0200
commitd546edefce031f3bd7869dd84c13d3c32a2c8977 (patch)
tree69ac862606bfad504484dc99a0bb6e70a1992f65
parentdev-perl/Net-LibIDN2: stable for all (diff)
downloadgentoo-d546edefce031f3bd7869dd84c13d3c32a2c8977.tar.gz
gentoo-d546edefce031f3bd7869dd84c13d3c32a2c8977.tar.bz2
gentoo-d546edefce031f3bd7869dd84c13d3c32a2c8977.zip
dev-perl/Net-LibIDN2: remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Net-LibIDN2/Net-LibIDN2-1.0.0-r1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/Net-LibIDN2/Net-LibIDN2-1.0.0-r1.ebuild b/dev-perl/Net-LibIDN2/Net-LibIDN2-1.0.0-r1.ebuild
deleted file mode 100644
index f9cb58388fde..000000000000
--- a/dev-perl/Net-LibIDN2/Net-LibIDN2-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=THOR
-DIST_VERSION=1.00
-inherit perl-module
-
-DESCRIPTION="Perl bindings for GNU Libidn2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="net-dns/libidn2:="
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-CBuilder
- virtual/perl-ExtUtils-ParseXS
- dev-perl/Module-Build
- test? (
- >=virtual/perl-Test-Simple-0.10.0
- )
-"
-
-PATCHES=( "${FILESDIR}/${P}"-libidn-2.0.5.patch )