Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-XSpp/
Date: Fri, 28 May 2021 21:30:34
Message-Id: 1622237414.6f4d84c12fabbcdf2a0ad17059b1127ab08305db.dilfridge@gentoo
1 commit: 6f4d84c12fabbcdf2a0ad17059b1127ab08305db
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 28 21:28:21 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 21:30:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4d84c1
7
8 dev-perl/ExtUtils-XSpp: Remove old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../ExtUtils-XSpp/ExtUtils-XSpp-0.180.0.ebuild | 29 ----------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0.ebuild
17 deleted file mode 100644
18 index 3b4ef2efe8d..00000000000
19 --- a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=SMUELLER
28 -MODULE_VERSION=0.18
29 -inherit perl-module
30 -
31 -DESCRIPTION="XS for C++"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE="test"
36 -RESTRICT="!test? ( test )"
37 -
38 -RDEPEND="
39 - >=virtual/perl-Digest-MD5-2.0.0
40 - >=virtual/perl-ExtUtils-ParseXS-3.70.0
41 -"
42 -DEPEND="${RDEPEND}
43 - >=dev-perl/Module-Build-0.400.0
44 - test? (
45 - dev-perl/Test-Differences
46 - dev-perl/Test-Base
47 - )
48 -"
49 -PATCHES=( "${FILESDIR}/${P}-no-dot-inc.patch" )
50 -SRC_TEST="do parallel"