commit: 37f80c811a54296fdffd80a5b2954a3fcba29107 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jan 18 18:58:02 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 18 20:23:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f80c81
dev-python/python-prctl: Remove old (py2) Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/python-prctl/Manifest | 1 - dev-python/python-prctl/python-prctl-1.6.1.ebuild | 24 ----------------------- 2 files changed, 25 deletions(-) diff --git a/dev-python/python-prctl/Manifest b/dev-python/python-prctl/Manifest index 54beea635c0..96b51117613 100644 --- a/dev-python/python-prctl/Manifest +++ b/dev-python/python-prctl/Manifest @@ -1,2 +1 @@ -DIST python-prctl-1.6.1.tar.gz 25788 BLAKE2B 48cf4b8f9bd50c0619218fca889f1d83c001a07d914bfd6cd61596957a467165cc8738abeaa0671ba32e90c46d8a96b56aca8443837e45e8bba6815a11463e72 SHA512 9d379f2082523421b69f237042826fb4360d1da6e96dfc3f7e5133cb7041da4e3ea9954b14a063967c6dca2a766d39fbfe7eda71df13ae38ce046ec102949f3a DIST python-prctl-1.7.tar.gz 25922 BLAKE2B 2d0ccc2174c62a74fcffec1115f3d157b6579c8f7dc138aacecc2d7ee479d71954b04cf1f7d881c1212d1f63c22aad800db07756e2803de2deac7eeb5d0d2742 SHA512 f2a18fc8e9ef469722c6618d5dd6b7b558d4060783e6fb3a8dc868d9ed3fa21ade371f94a4538a24dca92a71f623a96638c96882d9cf0d3d499a9f12dae8538a diff --git a/dev-python/python-prctl/python-prctl-1.6.1.ebuild b/dev-python/python-prctl/python-prctl-1.6.1.ebuild deleted file mode 100644 index 14554209c2c..00000000000 --- a/dev-python/python-prctl/python-prctl-1.6.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Control process attributes through prctl" -HOMEPAGE="https://github.com/seveas/python-prctl" -SRC_URI="https://github.com/seveas/${PN}/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="sys-libs/libcap" -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - mv *-${PN}-* "${S}" -}
