Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline-Python/
Date: Fri, 01 Jan 2021 00:59:59
Message-Id: 1609462474.529a5e5f2e62acc49a8a7941ef80b77d2e07a65a.mgorny@gentoo
1 commit: 529a5e5f2e62acc49a8a7941ef80b77d2e07a65a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 00:54:34 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 00:54:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529a5e5f
7
8 dev-perl/Inline-Python: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../Inline-Python/Inline-Python-0.560.0.ebuild | 39 ----------------------
13 1 file changed, 39 deletions(-)
14
15 diff --git a/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild
16 deleted file mode 100644
17 index 9dad8f2464f..00000000000
18 --- a/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild
19 +++ /dev/null
20 @@ -1,39 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -PYTHON_COMPAT=( python3_6 )
27 -# Feel free to add more targets after testing.
28 -
29 -DIST_AUTHOR=NINE
30 -DIST_VERSION=0.56
31 -inherit python-single-r1 perl-module
32 -
33 -DESCRIPTION="Easy implementation of Python extensions"
34 -
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~sparc ~x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39 -
40 -RDEPEND="
41 - virtual/perl-Data-Dumper
42 - >=virtual/perl-Digest-MD5-2.500.0
43 - >=dev-perl/Inline-0.460.0
44 - ${PYTHON_DEPS}
45 -"
46 -DEPEND="${RDEPEND}
47 - virtual/perl-ExtUtils-MakeMaker
48 - test? (
49 - >=dev-perl/Proc-ProcessTable-0.530.0
50 - virtual/perl-Test-Simple
51 - dev-perl/Test-Deep
52 - dev-perl/Test-Number-Delta
53 - virtual/perl-Test
54 - )
55 -"
56 -
57 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
58 -
59 -PATCHES=( "${FILESDIR}/${PN}-0.460.0-insanepython.patch" )