From df7cb2bfa5d685d927f6388b94699eb0c7426bae Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sat, 27 Jan 2018 01:34:02 +0300 Subject: dev-python/compizconfig-python: remove last rited package --- .../compizconfig-python-0.8.4-r5.ebuild | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 dev-python/compizconfig-python/compizconfig-python-0.8.4-r5.ebuild (limited to 'dev-python/compizconfig-python/compizconfig-python-0.8.4-r5.ebuild') diff --git a/dev-python/compizconfig-python/compizconfig-python-0.8.4-r5.ebuild b/dev-python/compizconfig-python/compizconfig-python-0.8.4-r5.ebuild deleted file mode 100644 index bb7fa86eca1d..000000000000 --- a/dev-python/compizconfig-python/compizconfig-python-0.8.4-r5.ebuild +++ /dev/null @@ -1,42 +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 eutils autotools-utils python-r1 - -DESCRIPTION="Compizconfig Python Bindings" -HOMEPAGE="http://www.compiz.org/" -SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -RDEPEND="${PYTHON_DEPS} - >=dev-libs/glib-2.6 - >=x11-libs/libcompizconfig-${PV}" - -DEPEND="${RDEPEND} - dev-python/pyrex[${PYTHON_USEDEP}] - virtual/pkgconfig" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -src_configure() { - local myeconfargs=( - --enable-fast-install - --disable-static - ) - python_foreach_impl autotools-utils_src_configure -} - -src_compile() { - python_foreach_impl autotools-utils_src_compile -} - -src_install() { - python_foreach_impl autotools-utils_src_install - prune_libtool_files --modules -} -- cgit v1.2.3