summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 12:43:36 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-15 10:56:33 -0400
commit681a6a3be57f7940e54764f62d5f03e751a6dc9a (patch)
tree022a03c02d389fcb87e311d9385334794ba8176d /dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
parentdev-perl/LWP-Protocol-https: Drop old versions (diff)
downloadgentoo-681a6a3be57f7940e54764f62d5f03e751a6dc9a.tar.gz
gentoo-681a6a3be57f7940e54764f62d5f03e751a6dc9a.tar.bz2
gentoo-681a6a3be57f7940e54764f62d5f03e751a6dc9a.zip
dev-perl/Mail-AuthenticationResults: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild')
-rw-r--r--dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild b/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
deleted file mode 100644
index 1fa3a6b5bfbc..000000000000
--- a/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=MBRADSHAW
-DIST_VERSION=2.20210112
-inherit perl-module
-
-DESCRIPTION="Object Oriented Authentication-Results Headers"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-
-RDEPEND="
- virtual/perl-Carp
- dev-perl/JSON
- virtual/perl-Scalar-List-Utils
-"
-
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( dev-perl/Test-Exception )
-"