From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D546B139083 for ; Sat, 23 Dec 2017 18:21:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3CC6E0DE9; Sat, 23 Dec 2017 18:21:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 922B6E0DE9 for ; Sat, 23 Dec 2017 18:21:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3441F340AED for ; Sat, 23 Dec 2017 18:21:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DA4EAE8A for ; Sat, 23 Dec 2017 18:21:14 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1514053262.f756f1fb891d9f422133bbbc63c2afb3d106347d.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-systemd/Manifest dev-python/python-systemd/python-systemd-230.ebuild X-VCS-Directories: dev-python/python-systemd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f756f1fb891d9f422133bbbc63c2afb3d106347d X-VCS-Branch: master Date: Sat, 23 Dec 2017 18:21:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3e47efd2-c552-41e0-9291-d5cd96da8a18 X-Archives-Hash: 8c3bfb6b26564521f81790181faf1e20 commit: f756f1fb891d9f422133bbbc63c2afb3d106347d Author: Mike Gilbert gentoo org> AuthorDate: Sat Dec 23 18:21:02 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Dec 23 18:21:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f756f1fb dev-python/python-systemd: remove old Package-Manager: Portage-2.3.19_p2, Repoman-2.3.6_p36 dev-python/python-systemd/Manifest | 1 - .../python-systemd/python-systemd-230.ebuild | 25 ---------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/python-systemd/Manifest b/dev-python/python-systemd/Manifest index 678ae5ae651..fda9da3b38a 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 c07c2222434..00000000000 --- 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 -}