diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-12-23 13:21:02 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-12-23 13:21:02 -0500 |
commit | f756f1fb891d9f422133bbbc63c2afb3d106347d (patch) | |
tree | a6f1dc35f631512ff3ac0d3962bc2afe900a2a88 /dev-python/python-systemd | |
parent | dev-python/python-systemd: add python3_6 (diff) | |
download | gentoo-f756f1fb891d9f422133bbbc63c2afb3d106347d.tar.gz gentoo-f756f1fb891d9f422133bbbc63c2afb3d106347d.tar.bz2 gentoo-f756f1fb891d9f422133bbbc63c2afb3d106347d.zip |
dev-python/python-systemd: remove old
Package-Manager: Portage-2.3.19_p2, Repoman-2.3.6_p36
Diffstat (limited to 'dev-python/python-systemd')
-rw-r--r-- | dev-python/python-systemd/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python-systemd/python-systemd-230.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/python-systemd/Manifest b/dev-python/python-systemd/Manifest index 678ae5ae6511..fda9da3b38a5 100644 --- a/dev-python/python-systemd/Manifest +++ b/dev-python/python-systemd/Manifest @@ -1,2 +1 @@ -DIST python-systemd-230.tar.gz 39329 BLAKE2B 310df913d88538b94720298fba5861a461c57e3a1d560b7152e948853a8a4410269f426f763901d2c5ebfd4979396e27380036fc6b7ea847e3f8d78a074ea725 SHA512 3c26c59b9005a45c3aeea8a6838ece9b5aa27dd7394ebe75319c1536b52462a847f18a79fdc8cf3bf6df9a70af63c84d5ff66a9587519dd9a006cc3df4966ce8 DIST python-systemd-233.tar.gz 49680 BLAKE2B 7d612022738d3114a39f7ad7f4d7799ac3d027980592a5205247d4c866ac3d9520d63ee02f143e26865f0d83338f30422dd0c2299f575e8b03f3112900e9af73 SHA512 92a6cc7123db586e5ae5fbb56e5065b17be9da47ced9dbc5920d80b7db7f56d15b127e72d30889c5b24b119724a33f68be1ef322529620ed95b0f95707e4c2ab diff --git a/dev-python/python-systemd/python-systemd-230.ebuild b/dev-python/python-systemd/python-systemd-230.ebuild deleted file mode 100644 index c07c22224342..000000000000 --- a/dev-python/python-systemd/python-systemd-230.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Python module for native access to the systemd facilities" -HOMEPAGE="https://github.com/systemd/python-systemd" -SRC_URI="https://github.com/systemd/python-systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm ppc ppc64 sparc x86" -IUSE="" - -DEPEND="sys-apps/systemd" -RDEPEND="${DEPEND} - !sys-apps/systemd[python(-)]" - -src_compile() { - emake systemd/id128-constants.h - distutils-r1_src_compile -} |