dev-python/python-systemd: remove old

Package-Manager: Portage-2.3.19_p2, Repoman-2.3.6_p36
This commit is contained in:
Mike Gilbert
2017-12-23 13:21:02 -05:00
parent 31b22dd4c1
commit f756f1fb89
2 changed files with 0 additions and 26 deletions

View File

@@ -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

View File

@@ -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
}