From 2719f73b6813d11d13a9650cdd2ab8ec6e69385d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 9 Jul 2022 15:43:36 +0100 Subject: gentoo resync : 09.07.2022 --- .../Inline-Python/Inline-Python-0.560.0-r1.ebuild | 40 ---------------------- dev-perl/Inline-Python/Manifest | 4 --- .../files/Inline-Python-0.460.0-insanepython.patch | 20 ----------- dev-perl/Inline-Python/metadata.xml | 16 --------- 4 files changed, 80 deletions(-) delete mode 100644 dev-perl/Inline-Python/Inline-Python-0.560.0-r1.ebuild delete mode 100644 dev-perl/Inline-Python/Manifest delete mode 100644 dev-perl/Inline-Python/files/Inline-Python-0.460.0-insanepython.patch delete mode 100644 dev-perl/Inline-Python/metadata.xml (limited to 'dev-perl/Inline-Python') 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 e4d3d42d4fdf..000000000000 --- a/dev-perl/Inline-Python/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX Inline-Python-0.460.0-insanepython.patch 652 BLAKE2B 86734b5c86d7cb5affabb76f950ae6086581a0c5d1eda278cdd27047a49a57b3f2ce1a520e745b040179c945ba2f2cd7dc896e9a321702a05c7d935782196dd2 SHA512 f9fc8e8a287801f331ac92bdbd80f665648f9fee8dc43383fe563c6ca8e0aa4d01e06b09a25408b7908e5394cb4bf496e76441c6ee5dbf0fdb7c65dc4222bac1 -DIST Inline-Python-0.56.tar.gz 58224 BLAKE2B e422c46cfaaaf77a0a683ccf2818db62e5f2c726b9ede71f446bd2bb4fe66ba8ab8d99b30ce26168bf47cc23f06afc5b9839a403cd6b52781aa288a29cbedea3 SHA512 d5fffec8a377ec10c8b21ed9324e2de5a77d10304fc2a89196df89984e55869e3e4e0ef970f1aa4651068b8a6d834fa8eb18d70a052c646ddd98ef338f772e7d -EBUILD Inline-Python-0.560.0-r1.ebuild 859 BLAKE2B 0c7c4de6215b0458055a9e8fa688df9bc8639a3c2bca755c85f70b946bd61c732de513f11ce387d8e1181b9d500f94121e33f3cd39d2f0b950b505630a5e67d2 SHA512 421441a9d5884998d6afcfc46d76e55045a1d46b9dd30bd9047d167a5c2f3ac1ec67084420f6cd1eb6b806f769dead3f245ed0a3165e1f31af84fdd38dc8e796 -MISC metadata.xml 684 BLAKE2B 975bf4a3e634f601f79d85daeadea63d4c4fe3625e0553a7ee3a69d0eee3d785dd983fbff091c3b0ff3ddc9ff6eeb8422f3fa134a7e740e6eca54eb6457ce66c SHA512 ce6678ac6b88d2533838a0824491a4a7795b0e794dc455e81697679d3d6a8fec202d62ac6c0ae420bae227708cc8f7f7b437f0ff76043bd7c6573bf57bf87455 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 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - Inline-Python - Inline::Python - Inline::Python::Boolean - Inline::Python::Function - Inline::Python::Object - Inline::Python::Object::Data - - -- cgit v1.2.3