From f4ddf764cfa3c849e582e1e58799503fc20aa94d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 15 Oct 2019 18:42:42 +0200 Subject: dev-python/python-gudev: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/694280 Signed-off-by: Michał Górny --- .../python-gudev/python-gudev-147.2-r1.ebuild | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 dev-python/python-gudev/python-gudev-147.2-r1.ebuild (limited to 'dev-python/python-gudev/python-gudev-147.2-r1.ebuild') diff --git a/dev-python/python-gudev/python-gudev-147.2-r1.ebuild b/dev-python/python-gudev/python-gudev-147.2-r1.ebuild deleted file mode 100644 index 8e07b1e8ef14..000000000000 --- a/dev-python/python-gudev/python-gudev-147.2-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_AUTORECONF=1 -AUTOTOOLS_PRUNE_LIBTOOL_FILES=modules -PYTHON_COMPAT=( python2_7 ) - -inherit autotools-utils python-r1 vcs-snapshot eutils - -DESCRIPTION="Python binding to the GUDev udev helper library" -HOMEPAGE="https://github.com/nzjrs/python-gudev" -SRC_URI="https://github.com/nzjrs/${PN}/tarball/${PV} -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="dev-python/pygobject:2[${PYTHON_USEDEP}] - virtual/libgudev:= - ${PYTHON_DEPS}" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/automake.patch - python_foreach_impl autotools-utils_src_prepare -} - -src_configure() { - python_foreach_impl autotools-utils_src_configure -} - -src_compile() { - python_foreach_impl autotools-utils_src_compile -} - -src_test() { - python_foreach_impl autotools-utils_src_test -} - -src_install() { - python_foreach_impl autotools-utils_src_install -} -- cgit v1.2.3