commit: c7e44aaac3a88ad9c2304804b1837875304ab67a
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 4 05:16:24 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Oct 4 05:16:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e44aaa
dev-perl/Class-XSAccessor: Cleanup old 1.190.0
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Class-XSAccessor-1.190.0.ebuild | 24 ----------------------
1 file changed, 24 deletions(-)
diff --git a/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0.ebuild
b/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0.ebuild
deleted file mode 100644
index 2cded14341d..00000000000
--- a/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SMUELLER
-MODULE_VERSION=1.19
-inherit perl-module
-
-DESCRIPTION="Generate fast XS accessors without runtime compilation"
-
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris"
-IUSE=""
-
-DEPEND="
- >=dev-perl/AutoXS-Header-1.01
-"
-RDEPEND="${DEPEND}
- !dev-perl/Class-XSAccessor-Array
-"
-
-SRC_TEST=do
-mymake=( OPTIMIZE=${CFLAGS} )