Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-XSAccessor/
Date: Sun, 04 Oct 2020 05:21:23
Message-Id: 1601788584.c7e44aaac3a88ad9c2304804b1837875304ab67a.kentnl@gentoo
1 commit: c7e44aaac3a88ad9c2304804b1837875304ab67a
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 05:16:24 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 05:16:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e44aaa
7
8 dev-perl/Class-XSAccessor: Cleanup old 1.190.0
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../Class-XSAccessor-1.190.0.ebuild | 24 ----------------------
14 1 file changed, 24 deletions(-)
15
16 diff --git a/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0.ebuild b/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0.ebuild
17 deleted file mode 100644
18 index 2cded14341d..00000000000
19 --- a/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0.ebuild
20 +++ /dev/null
21 @@ -1,24 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=SMUELLER
28 -MODULE_VERSION=1.19
29 -inherit perl-module
30 -
31 -DESCRIPTION="Generate fast XS accessors without runtime compilation"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris"
35 -IUSE=""
36 -
37 -DEPEND="
38 - >=dev-perl/AutoXS-Header-1.01
39 -"
40 -RDEPEND="${DEPEND}
41 - !dev-perl/Class-XSAccessor-Array
42 -"
43 -
44 -SRC_TEST=do
45 -mymake=( OPTIMIZE=${CFLAGS} )