Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/tintwizard/
Date: Sat, 28 Mar 2020 12:16:59
Message-Id: 1585397806.ddfbf0a063849d5df820565a8a3bc61709b2ab45.asturm@gentoo
1 commit: ddfbf0a063849d5df820565a8a3bc61709b2ab45
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 12:16:25 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 12:16:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddfbf0a0
7
8 x11-misc/tintwizard: Actually remove last-rited package
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 x11-misc/tintwizard/Manifest | 1 -
13 x11-misc/tintwizard/metadata.xml | 12 ----------
14 x11-misc/tintwizard/tintwizard-0.3.4-r3.ebuild | 33 --------------------------
15 3 files changed, 46 deletions(-)
16
17 diff --git a/x11-misc/tintwizard/Manifest b/x11-misc/tintwizard/Manifest
18 deleted file mode 100644
19 index 8535625ef9a..00000000000
20 --- a/x11-misc/tintwizard/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST tintwizard-0.3.4.tar.gz 22918 BLAKE2B f634926017d06bbbb6d288da327603255a7b5acd85b6ea4681be3a08747020b1bf63dc7c9216126412fc9ac333734dfb7816ee9ce62db45d1336dd6ef69fd0a9 SHA512 e67f6cf7db4a34d344104b2795491799ef72365b76b65eaef01595fa2a624e219ed852a9dbbfb6221bec7b9028fdbd487bc7c1d82653466e1ff2a7b38ba4e27d
24
25 diff --git a/x11-misc/tintwizard/metadata.xml b/x11-misc/tintwizard/metadata.xml
26 deleted file mode 100644
27 index 4eff709724c..00000000000
28 --- a/x11-misc/tintwizard/metadata.xml
29 +++ /dev/null
30 @@ -1,12 +0,0 @@
31 -<?xml version='1.0' encoding='UTF-8'?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 -<pkgmetadata>
34 - <!-- maintainer-needed -->
35 - <longdescription lang="en">This project aims to provide an easy way to change the appearance of
36 - tint2. Through an easy-to-use graphical user interface, you can generate
37 - configs and apply to them tint2.</longdescription>
38 - <upstream>
39 - <remote-id type="google-code">tintwizard</remote-id>
40 - <remote-id type="github">vanadey/tintwizard</remote-id>
41 - </upstream>
42 -</pkgmetadata>
43
44 diff --git a/x11-misc/tintwizard/tintwizard-0.3.4-r3.ebuild b/x11-misc/tintwizard/tintwizard-0.3.4-r3.ebuild
45 deleted file mode 100644
46 index d854ab98fff..00000000000
47 --- a/x11-misc/tintwizard/tintwizard-0.3.4-r3.ebuild
48 +++ /dev/null
49 @@ -1,33 +0,0 @@
50 -# Copyright 1999-2020 Gentoo Authors
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=6
54 -
55 -PYTHON_COMPAT=( python2_7 )
56 -
57 -inherit python-single-r1
58 -
59 -DESCRIPTION="GUI wizard which generates config files for tint2 panels"
60 -HOMEPAGE="https://github.com/vanadey/tintwizard/"
61 -SRC_URI="https://tintwizard.googlecode.com/files/${P}.tar.gz"
62 -
63 -LICENSE="GPL-3"
64 -SLOT="0"
65 -KEYWORDS="amd64 x86"
66 -IUSE=""
67 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
68 -
69 -DEPEND=""
70 -RDEPEND="
71 - ${PYTHON_DEPS}
72 - x11-misc/tint2
73 - $(python_gen_cond_dep '
74 - dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
75 - ')"
76 -
77 -S="${WORKDIR}"
78 -
79 -src_install() {
80 - python_newscript tintwizard.py tintwizard
81 - einstalldocs
82 -}