diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-07-27 22:33:32 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-27 22:33:32 -0400 |
commit | f63396228c129fdbac0b2b6bf90ca0dbe64bfb08 (patch) | |
tree | 7f870e5b96903f3fd9ebe72e4da5188f7092f94d /dev-libs | |
parent | app-misc/OpenRGB-0.3-r1: Revbump, add udev USE flag to install udev rules (diff) | |
download | gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.gz gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.bz2 gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.zip |
*/*: Drop last-rited Py2 only pkgs
Bug: https://bugs.gentoo.org/616064
Closes: https://bugs.gentoo.org/721904
Closes: https://bugs.gentoo.org/609686
Closes: https://bugs.gentoo.org/695016
Closes: https://bugs.gentoo.org/722616
Closes: https://bugs.gentoo.org/684098
Closes: https://bugs.gentoo.org/672164
Closes: https://bugs.gentoo.org/699136
Closes: https://bugs.gentoo.org/690776
Closes: https://bugs.gentoo.org/695912
Closes: https://bugs.gentoo.org/697004
Closes: https://bugs.gentoo.org/711026
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libmacaroons/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/libmacaroons/libmacaroons-0.2.0-r1.ebuild | 40 | ||||
-rw-r--r-- | dev-libs/libmacaroons/libmacaroons-0.3.0.ebuild | 40 | ||||
-rw-r--r-- | dev-libs/libmacaroons/metadata.xml | 8 | ||||
-rw-r--r-- | dev-libs/tut/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/tut/metadata.xml | 15 | ||||
-rw-r--r-- | dev-libs/tut/tut-2013.12.18.ebuild | 24 | ||||
-rw-r--r-- | dev-libs/tut/tut-2016.12.19.ebuild | 24 |
8 files changed, 0 insertions, 155 deletions
diff --git a/dev-libs/libmacaroons/Manifest b/dev-libs/libmacaroons/Manifest deleted file mode 100644 index fdd8af021aef..000000000000 --- a/dev-libs/libmacaroons/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST libmacaroons-0.2.0.tar.gz 423629 BLAKE2B 8f3b58cbc31ad63e5e474dc76810cd921f6ee57d9836cceafcc2881518c87d185fddb48de13adb7f85fff5b831ce7abd53969ba8b0c96722909f855bb12d303f SHA512 4bc5f83b57c6a8080e646141a3c8b90c0025a894449dea4cb0ab15d1423a067b9833e70014468437d9edfe875e12ea90cae6f715893ded1eefa34f2f6506ecbe -DIST libmacaroons-0.3.0.tar.gz 422086 BLAKE2B 16f398c93230ce745b302d212b58df1e154c8539f76437bbb49d07015c7445484fb5c187294c9a7a1fe6f33ab626a8d9a2fb4784b6bd9b652479072aaf2f0016 SHA512 57a5ffa1a8397228e29ab3f3f7d1440cd70b163b1b28904a046d7b3b1f70dbb0693ea983409f57cc63a02097a1af57209c70ecf8e3be5b8635a7ab6e498b1bcb diff --git a/dev-libs/libmacaroons/libmacaroons-0.2.0-r1.ebuild b/dev-libs/libmacaroons/libmacaroons-0.2.0-r1.ebuild deleted file mode 100644 index 2e904c76228f..000000000000 --- a/dev-libs/libmacaroons/libmacaroons-0.2.0-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit eutils python-single-r1 - -DESCRIPTION="Hyperdex macaroons support library" -HOMEPAGE="http://hyperdex.org" -SRC_URI="http://hyperdex.org/src/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test +python" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) test? ( python )" - -# Tests can't function after 2014-12-31 ... -RESTRICT="test" - -RDEPEND=" - dev-libs/libsodium - dev-libs/json-c:= - python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - econf $(use_enable python python-bindings) -} - -src_test() { - emake -j1 check -} diff --git a/dev-libs/libmacaroons/libmacaroons-0.3.0.ebuild b/dev-libs/libmacaroons/libmacaroons-0.3.0.ebuild deleted file mode 100644 index 2e904c76228f..000000000000 --- a/dev-libs/libmacaroons/libmacaroons-0.3.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit eutils python-single-r1 - -DESCRIPTION="Hyperdex macaroons support library" -HOMEPAGE="http://hyperdex.org" -SRC_URI="http://hyperdex.org/src/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test +python" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) test? ( python )" - -# Tests can't function after 2014-12-31 ... -RESTRICT="test" - -RDEPEND=" - dev-libs/libsodium - dev-libs/json-c:= - python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - econf $(use_enable python python-bindings) -} - -src_test() { - emake -j1 check -} diff --git a/dev-libs/libmacaroons/metadata.xml b/dev-libs/libmacaroons/metadata.xml deleted file mode 100644 index 40aa45df2b01..000000000000 --- a/dev-libs/libmacaroons/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>patrick@gentoo.org</email> - <name>Patrick Lauer</name> - </maintainer> -</pkgmetadata> diff --git a/dev-libs/tut/Manifest b/dev-libs/tut/Manifest deleted file mode 100644 index 4e1a958bcfde..000000000000 --- a/dev-libs/tut/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST tut-2013.12.18.tar.gz 248575 BLAKE2B 24fe433e38ac9c7aecdf9bc32b1a799eac39e700a9275d46e125616e4fcdbcb60ac6db8bbde9e11cd2fa7b70bc3a0bd0aafef7a2ebab53a3955b188b2ec11eb0 SHA512 daf232df8d27a5600209ee44dc72f83b9574b68c14cf9566aa826091767e2fc3c00a9e03e83386f46d7f2030bb6d6af5db6af326424a4c0bc41063e227ab8004 -DIST tut-2016.12.19.tar.gz 261753 BLAKE2B e0c053de5c50b7dd1dee44f64296e4d1050aa175f34ff0b2818817366774544cc19261171dc2a68ba76660866368fd3ad22ca8743c0a954d4d87bea987beb5c8 SHA512 296846dcaf9ed357232f69ce21927eea6a79173b66c5f16d41d7cbdb4dd5a18cc8b15217af56ef7a0a5fca0e55d148431bd872d4b815c239d21e5e4dfb4f312d diff --git a/dev-libs/tut/metadata.xml b/dev-libs/tut/metadata.xml deleted file mode 100644 index b5a95aa9bfb3..000000000000 --- a/dev-libs/tut/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>junghans@gentoo.org</email> - <name>Christoph Junghans</name> - </maintainer> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <upstream> - <remote-id type="github">mrzechonek/tut-framework</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-libs/tut/tut-2013.12.18.ebuild b/dev-libs/tut/tut-2013.12.18.ebuild deleted file mode 100644 index 2d40e8998857..000000000000 --- a/dev-libs/tut/tut-2013.12.18.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE='threads(+)' -NO_WAF_LIBDIR=yes - -inherit python-any-r1 waf-utils - -DESCRIPTION="C++ Template Unit Test Framework" -HOMEPAGE="http://mrzechonek.github.io/tut-framework/" -SRC_URI="https://github.com/mrzechonek/tut-framework/archive/${PV//./-}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=${PYTHON_DEPS} -RDEPEND="" - -S="${WORKDIR}/tut-framework-${PV//./-}" diff --git a/dev-libs/tut/tut-2016.12.19.ebuild b/dev-libs/tut/tut-2016.12.19.ebuild deleted file mode 100644 index 2d40e8998857..000000000000 --- a/dev-libs/tut/tut-2016.12.19.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE='threads(+)' -NO_WAF_LIBDIR=yes - -inherit python-any-r1 waf-utils - -DESCRIPTION="C++ Template Unit Test Framework" -HOMEPAGE="http://mrzechonek.github.io/tut-framework/" -SRC_URI="https://github.com/mrzechonek/tut-framework/archive/${PV//./-}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=${PYTHON_DEPS} -RDEPEND="" - -S="${WORKDIR}/tut-framework-${PV//./-}" |