diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-14 12:43:45 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-15 10:56:40 -0400 |
commit | 963cd8d9eedd1d698e5e9bedc98728bd10ad84a8 (patch) | |
tree | 752bc00806d85075db3adb30a52d3e2ebce8cf77 /dev-perl/Net-DNS-SEC | |
parent | dev-perl/Net-DNS-Resolver-Mock: Drop old versions (diff) | |
download | gentoo-963cd8d9eedd1d698e5e9bedc98728bd10ad84a8.tar.gz gentoo-963cd8d9eedd1d698e5e9bedc98728bd10ad84a8.tar.bz2 gentoo-963cd8d9eedd1d698e5e9bedc98728bd10ad84a8.zip |
dev-perl/Net-DNS-SEC: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/Net-DNS-SEC')
-rw-r--r-- | dev-perl/Net-DNS-SEC/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.200.0.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.210.0.ebuild | 32 |
3 files changed, 0 insertions, 64 deletions
diff --git a/dev-perl/Net-DNS-SEC/Manifest b/dev-perl/Net-DNS-SEC/Manifest index 67f94b8f0c21..a24a83924c36 100644 --- a/dev-perl/Net-DNS-SEC/Manifest +++ b/dev-perl/Net-DNS-SEC/Manifest @@ -1,3 +1 @@ -DIST Net-DNS-SEC-1.20.tar.gz 43215 BLAKE2B 85aa2848efb3d4db9fc7317ff61f0b1a2140f1430156d2e123daa9f7bd198613b05a2509a4d140c3924f0bfb4a5194fefc604401b262ca0added03cb922c1e5a SHA512 fca4bdc8d49b9dddc02a04e40379fef390ec1656816c21faa2df715932cb48df35cc8c4ffe217ef43bb91113e45d0fd0246d7297b0f21e4c7b53b8fc1b27c9cb -DIST Net-DNS-SEC-1.21.tar.gz 44811 BLAKE2B 711fa6a81184007d22b19f5a33a1eeb33fb59b696ae74bbab1ef234094608eb2eb3829c79db3bc84962f9f8eba1516173a0ad1159fd62b981fa5bf7b5f53f6c2 SHA512 f6126aff78998cbb581a49a6cb263de2f844fe22b7586ff0e1d85c0874b806648d31cdbd05644ab604f79c271c6963a31aa3646885533da9e031f9ad46292694 DIST Net-DNS-SEC-1.22.tar.gz 44899 BLAKE2B baa477f919be3e3f3ba4037765658d28f2568f705f730d8d4d7928fd3164b1e5737b797d15bb6fe0038584d68aa403b6b9c7934cffd86242d00d89b21927b985 SHA512 7fbd710cdc24124c9d06bf8bf70519d25d8cc05724e3247aa578b0bfe4981f9b48c27fa2eb36eb1632662c511cfa4bbbdf6e9b364a12acdd983be1a47a5e42bd diff --git a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.200.0.ebuild b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.200.0.ebuild deleted file mode 100644 index 15a25acee32b..000000000000 --- a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.200.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=NLNETLABS -DIST_VERSION=1.20 -inherit perl-module - -DESCRIPTION="DNSSEC extensions to Net::DNS" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -RDEPEND=" - dev-libs/openssl:= - >=virtual/perl-Carp-1.100.0 - >=virtual/perl-Exporter-5.560.0 - >=virtual/perl-File-Spec-3.290.0 - >=virtual/perl-MIME-Base64-2.130.0 - >=dev-perl/Net-DNS-1.80.0 -" -DEPEND="dev-libs/openssl:=" -BDEPEND=" - ${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.480.0 - test? ( - >=virtual/perl-Test-Simple-0.470.0 - ) -" diff --git a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.210.0.ebuild b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.210.0.ebuild deleted file mode 100644 index 80865c87bda9..000000000000 --- a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.210.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=NLNETLABS -DIST_VERSION=1.21 -inherit perl-module - -DESCRIPTION="DNSSEC extensions to Net::DNS" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -RDEPEND=" - dev-libs/openssl:= - >=virtual/perl-Carp-1.100.0 - >=virtual/perl-Exporter-5.560.0 - >=virtual/perl-File-Spec-3.290.0 - >=virtual/perl-MIME-Base64-2.130.0 - >=dev-perl/Net-DNS-1.80.0 -" -DEPEND="dev-libs/openssl:=" -# pkgconfig is used to find openssl -BDEPEND=" - ${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.480.0 - virtual/pkgconfig - test? ( - >=virtual/perl-Test-Simple-0.470.0 - ) -" |