summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-30 22:22:02 +0000
committerSam James <sam@gentoo.org>2022-06-30 22:22:12 +0000
commitbd10077947c930702d2b0f5a7da21b1c48fb8511 (patch)
treecf2c93b066453a899e5d48e16c78e6c7a68369b6 /dev-perl
parentdev-python/pycapnp: treeclean (diff)
downloadgentoo-bd10077947c930702d2b0f5a7da21b1c48fb8511.tar.gz
gentoo-bd10077947c930702d2b0f5a7da21b1c48fb8511.tar.bz2
gentoo-bd10077947c930702d2b0f5a7da21b1c48fb8511.zip
dev-perl/Inline-Python: treeclean
Bug: https://bugs.gentoo.org/845678 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Inline-Python/Inline-Python-0.560.0-r1.ebuild40
-rw-r--r--dev-perl/Inline-Python/Manifest1
-rw-r--r--dev-perl/Inline-Python/files/Inline-Python-0.460.0-insanepython.patch20
-rw-r--r--dev-perl/Inline-Python/metadata.xml16
4 files changed, 0 insertions, 77 deletions
diff --git a/dev-perl/Inline-Python/Inline-Python-0.560.0-r1.ebuild b/dev-perl/Inline-Python/Inline-Python-0.560.0-r1.ebuild
deleted file mode 100644
index 13f4bff80381..000000000000
--- a/dev-perl/Inline-Python/Inline-Python-0.560.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
-# Feel free to add more targets after testing.
-
-DIST_AUTHOR=NINE
-DIST_VERSION=0.56
-inherit python-single-r1 perl-module
-
-DESCRIPTION="Easy implementation of Python extensions"
-
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Data-Dumper
- >=virtual/perl-Digest-MD5-2.500.0
- >=dev-perl/Inline-0.460.0
- ${PYTHON_DEPS}
-"
-DEPEND="${PYTHON_DEPS}"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=dev-perl/Proc-ProcessTable-0.530.0
- virtual/perl-Test-Simple
- dev-perl/Test-Deep
- dev-perl/Test-Number-Delta
- virtual/perl-Test
- )
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-PATCHES=( "${FILESDIR}/${PN}-0.460.0-insanepython.patch" )
diff --git a/dev-perl/Inline-Python/Manifest b/dev-perl/Inline-Python/Manifest
deleted file mode 100644
index 1cc1ed5fe732..000000000000
--- a/dev-perl/Inline-Python/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Inline-Python-0.56.tar.gz 58224 BLAKE2B e422c46cfaaaf77a0a683ccf2818db62e5f2c726b9ede71f446bd2bb4fe66ba8ab8d99b30ce26168bf47cc23f06afc5b9839a403cd6b52781aa288a29cbedea3 SHA512 d5fffec8a377ec10c8b21ed9324e2de5a77d10304fc2a89196df89984e55869e3e4e0ef970f1aa4651068b8a6d834fa8eb18d70a052c646ddd98ef338f772e7d
diff --git a/dev-perl/Inline-Python/files/Inline-Python-0.460.0-insanepython.patch b/dev-perl/Inline-Python/files/Inline-Python-0.460.0-insanepython.patch
deleted file mode 100644
index b713f170abe8..000000000000
--- a/dev-perl/Inline-Python/files/Inline-Python-0.460.0-insanepython.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -ruN Inline-Python-0.46.orig/Makefile.PL Inline-Python-0.46/Makefile.PL
---- Inline-Python-0.46.orig/Makefile.PL 2014-12-07 12:35:25.478476508 +0100
-+++ Inline-Python-0.46/Makefile.PL 2014-12-11 00:37:37.580577317 +0100
-@@ -134,7 +134,7 @@
- $ref->{libpath} = join '/', (get_config_var($ref, "LIBDEST"),
- 'config')
- if ($ref->{libpath} eq 'None');
-- return query_options($ref) unless sanity_check($ref);
-+ return $ref;
- }
-
- sub test_interrogate {
-@@ -171,6 +171,7 @@
- Extra Libs: $sel->{syslibs}
- Python Library: $sel->{libpath}/$sel->{libpython}
- Include Path: $sel->{incpath}
-+
- END
- # ' stupid vim.
- }
diff --git a/dev-perl/Inline-Python/metadata.xml b/dev-perl/Inline-Python/metadata.xml
deleted file mode 100644
index a8d2705744db..000000000000
--- a/dev-perl/Inline-Python/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Inline-Python</remote-id>
- <remote-id type="cpan-module">Inline::Python</remote-id>
- <remote-id type="cpan-module">Inline::Python::Boolean</remote-id>
- <remote-id type="cpan-module">Inline::Python::Function</remote-id>
- <remote-id type="cpan-module">Inline::Python::Object</remote-id>
- <remote-id type="cpan-module">Inline::Python::Object::Data</remote-id>
- </upstream>
-</pkgmetadata>