Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/tintwizard/
Date: Mon, 13 Feb 2017 08:03:51
Message-Id: 1486973011.882f6838481a3c78ac3b14f042009041d35b4562.kensington@gentoo
1 commit: 882f6838481a3c78ac3b14f042009041d35b4562
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 07:59:43 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 08:03:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=882f6838
7
8 x11-misc/tintwizard: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 x11-misc/tintwizard/tintwizard-0.3.4-r1.ebuild | 33 --------------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/x11-misc/tintwizard/tintwizard-0.3.4-r1.ebuild b/x11-misc/tintwizard/tintwizard-0.3.4-r1.ebuild
16 deleted file mode 100644
17 index cad1084803..0000000000
18 --- a/x11-misc/tintwizard/tintwizard-0.3.4-r1.ebuild
19 +++ /dev/null
20 @@ -1,33 +0,0 @@
21 -# Copyright 1999-2010 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="3"
26 -
27 -PYTHON_DEPEND="2"
28 -
29 -inherit python
30 -
31 -DESCRIPTION="GUI wizard which generates config files for tint2 panels"
32 -HOMEPAGE="https://code.google.com/p/tintwizard/"
33 -SRC_URI="https://tintwizard.googlecode.com/files/${P}.tar.gz"
34 -
35 -LICENSE="GPL-3"
36 -SLOT="0"
37 -KEYWORDS="amd64 x86"
38 -IUSE=""
39 -
40 -DEPEND=""
41 -RDEPEND="x11-misc/tint2
42 - dev-python/pygtk:2"
43 -
44 -src_prepare() {
45 - python_convert_shebangs 2 tintwizard.py
46 -}
47 -
48 -src_install() {
49 - dodoc ChangeLog
50 -
51 - dobin tintwizard.py || die
52 - dosym /usr/bin/tintwizard.py /usr/bin/tintwizard || die
53 -}