dev-perl/Mozilla-PublicSuffix: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2024-03-14 12:43:43 -04:00
parent ccb7ece9e9
commit 3af272a6fd
3 changed files with 0 additions and 70 deletions

View File

@@ -1,3 +1 @@
DIST Mozilla-PublicSuffix-v1.0.4.tar.gz 85940 BLAKE2B a3f8266dc0c48b302cc5c9a488318f2b3668ffdb6e50bc567362d1e00b1798f7a37470e2b3f78321b48567f411d6e10e9b1ffd88bd82caa0659ce2b7f67c43e5 SHA512 681803f51fbc8aca961874607f1f3a6a91c95a0e1397e3d702b013a9ab3cfcca7b08340414f977dcc9af7ee01610bdf8b60ce6bcea3bffab6156d80b2063f008
DIST Mozilla-PublicSuffix-v1.0.5.tar.gz 87014 BLAKE2B fef4cb6c255eedd4f98392a422ddd0559231dcfd0c73031397f709b8863012f682ddc8c67cffd3f175035718f25bf04577ed92fa770405fe78838a2c71fb65d0 SHA512 3c8932dd9b3ee365e2a511bccfb324152c3fa13bdf795d9ff669b505d0385e212fd6d3991fc80a794e7398ca1cc0e4ea307f45df6a04e295a59fca83abfa7794
DIST Mozilla-PublicSuffix-v1.0.6.tar.gz 87552 BLAKE2B 70aa50e9a37210e0d37abeddc3f6dc41ac75bff143f6b41594d5335bf67f37aa0a0f366224b8b9a89423fedbd0e58d30e1a440649ee6e92f849df32173594b0b SHA512 fec423b901f4a67d9db81ce9f18a84254d32a68df4881b6d56eee7788ddc735832212dc1bbf53fd280d599aef410dc9873ab0da1328293f3bb0c3c4207c8b946

View File

@@ -1,34 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=TOMHUKINS
DIST_VERSION="v${PV}"
inherit perl-module
DESCRIPTION="Get a domain name's public suffix via the Mozilla Public Suffix List"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
virtual/perl-Exporter
dev-perl/URI
"
BDEPEND="${RDEPEND}
virtual/perl-IO
>=dev-perl/Module-Build-0.280.0
test? (
virtual/perl-Test-Simple
virtual/perl-File-Spec
)
"
PATCHES=(
"${FILESDIR}/${PV}-no-dynamic-update.patch"
)
src_test() {
perl_rm_files t/author-* t/release-*
perl-module_src_test
}

View File

@@ -1,34 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=TOMHUKINS
DIST_VERSION="v${PV}"
inherit perl-module
DESCRIPTION="Get a domain name's public suffix via the Mozilla Public Suffix List"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
virtual/perl-Exporter
dev-perl/URI
"
BDEPEND="${RDEPEND}
virtual/perl-IO
>=dev-perl/Module-Build-0.280.0
test? (
virtual/perl-Test-Simple
virtual/perl-File-Spec
)
"
PATCHES=(
"${FILESDIR}/1.0.4-no-dynamic-update.patch"
)
src_test() {
perl_rm_files t/author-* t/release-*
perl-module_src_test
}