commit: 882f6838481a3c78ac3b14f042009041d35b4562 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Mon Feb 13 07:59:43 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Mon Feb 13 08:03:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=882f6838
x11-misc/tintwizard: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-misc/tintwizard/tintwizard-0.3.4-r1.ebuild | 33 -------------------------- 1 file changed, 33 deletions(-) diff --git a/x11-misc/tintwizard/tintwizard-0.3.4-r1.ebuild b/x11-misc/tintwizard/tintwizard-0.3.4-r1.ebuild deleted file mode 100644 index cad1084803..0000000000 --- a/x11-misc/tintwizard/tintwizard-0.3.4-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -PYTHON_DEPEND="2" - -inherit python - -DESCRIPTION="GUI wizard which generates config files for tint2 panels" -HOMEPAGE="https://code.google.com/p/tintwizard/" -SRC_URI="https://tintwizard.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="x11-misc/tint2 - dev-python/pygtk:2" - -src_prepare() { - python_convert_shebangs 2 tintwizard.py -} - -src_install() { - dodoc ChangeLog - - dobin tintwizard.py || die - dosym /usr/bin/tintwizard.py /usr/bin/tintwizard || die -}
