summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-18 19:58:02 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-18 21:23:37 +0100
commit37f80c811a54296fdffd80a5b2954a3fcba29107 (patch)
treec931afc49aff76d1927b47fdf50927305750f924 /dev-python/python-prctl
parentwww-apps/nextcloud: 18.0.0 bump (diff)
downloadgentoo-37f80c811a54296fdffd80a5b2954a3fcba29107.tar.gz
gentoo-37f80c811a54296fdffd80a5b2954a3fcba29107.tar.bz2
gentoo-37f80c811a54296fdffd80a5b2954a3fcba29107.zip
dev-python/python-prctl: Remove old (py2)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-prctl')
-rw-r--r--dev-python/python-prctl/Manifest1
-rw-r--r--dev-python/python-prctl/python-prctl-1.6.1.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/python-prctl/Manifest b/dev-python/python-prctl/Manifest
index 54beea635c0d..96b511176133 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 14554209c2c9..000000000000
--- 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}"
-}