commit: 95b9857fd7049e9c3d3b536b7489dc75535ad37d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Feb 19 20:12:52 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Feb 19 20:14:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b9857f
x11-misc/wbarconf: Clean old version up x11-misc/wbarconf/wbarconf-0.7.2.2-r1.ebuild | 34 ---------------------------- 1 file changed, 34 deletions(-) diff --git a/x11-misc/wbarconf/wbarconf-0.7.2.2-r1.ebuild b/x11-misc/wbarconf/wbarconf-0.7.2.2-r1.ebuild deleted file mode 100644 index 176bc9a5d1..0000000000 --- a/x11-misc/wbarconf/wbarconf-0.7.2.2-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -PYTHON_DEPEND="2:2.6" - -inherit eutils python - -DESCRIPTION="Configuration GUI for x11-misc/wbar" -HOMEPAGE="http://koti.kapsi.fi/ighea/wbarconf/" -SRC_URI="http://koti.kapsi.fi/ighea/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=x11-misc/wbar-1.3.3 - dev-python/pygobject:2 - dev-python/pygtk:2 - sys-devel/gettext" -DEPEND="" - -S=${WORKDIR}/${PN} - -src_prepare() { - epatch "${FILESDIR}"/${P}-install.patch -} - -src_install() { - ./install.sh "${D}/usr" || die "./install.sh failed." -}
