public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/tintwizard/
@ 2017-02-09 21:53 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-02-09 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b767f22165f827fb57fc4a135b0175974740909d
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Wed Feb  8 15:26:22 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 21:52:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b767f221

x11-misc/tintwizard: EAPI bump 3 -> 6, migrate to python-single-r1

Fixes: https://bugs.gentoo.org/599776

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3883

 x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild | 32 ++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild b/x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild
new file mode 100644
index 0000000000..e425a99ec9
--- /dev/null
+++ b/x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1
+
+DESCRIPTION="GUI wizard which generates config files for tint2 panels"
+HOMEPAGE="https://github.com/vanadey/tintwizard/"
+SRC_URI="https://tintwizard.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+RDEPEND="
+	${PYTHON_DEPS}
+	x11-misc/tint2
+	dev-python/pygtk:2[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}"
+
+src_install() {
+	python_newscript tintwizard.py tintwizard
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/tintwizard/
@ 2017-02-13  8:03 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2017-02-13  8:03 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/tintwizard/
@ 2020-02-09 16:42 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2020-02-09 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     e70075e302ffa1a3df9b3a1b930375d75e156a90
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 20:29:37 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:37:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70075e3

x11-misc/tintwizard: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{tintwizard-0.3.4-r2.ebuild => tintwizard-0.3.4-r3.ebuild}      | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild b/x11-misc/tintwizard/tintwizard-0.3.4-r3.ebuild
similarity index 83%
rename from x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild
rename to x11-misc/tintwizard/tintwizard-0.3.4-r3.ebuild
index cb32eb555ea..d854ab98fff 100644
--- a/x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild
+++ b/x11-misc/tintwizard/tintwizard-0.3.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,9 @@ DEPEND=""
 RDEPEND="
 	${PYTHON_DEPS}
 	x11-misc/tint2
-	dev-python/pygtk:2[${PYTHON_USEDEP}]"
+	$(python_gen_cond_dep '
+		dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
+	')"
 
 S="${WORKDIR}"
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/tintwizard/
@ 2020-03-28 12:16 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2020-03-28 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     ddfbf0a063849d5df820565a8a3bc61709b2ab45
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 12:16:25 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 12:16:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddfbf0a0

x11-misc/tintwizard: Actually remove last-rited package

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/tintwizard/Manifest                   |  1 -
 x11-misc/tintwizard/metadata.xml               | 12 ----------
 x11-misc/tintwizard/tintwizard-0.3.4-r3.ebuild | 33 --------------------------
 3 files changed, 46 deletions(-)

diff --git a/x11-misc/tintwizard/Manifest b/x11-misc/tintwizard/Manifest
deleted file mode 100644
index 8535625ef9a..00000000000
--- a/x11-misc/tintwizard/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tintwizard-0.3.4.tar.gz 22918 BLAKE2B f634926017d06bbbb6d288da327603255a7b5acd85b6ea4681be3a08747020b1bf63dc7c9216126412fc9ac333734dfb7816ee9ce62db45d1336dd6ef69fd0a9 SHA512 e67f6cf7db4a34d344104b2795491799ef72365b76b65eaef01595fa2a624e219ed852a9dbbfb6221bec7b9028fdbd487bc7c1d82653466e1ff2a7b38ba4e27d

diff --git a/x11-misc/tintwizard/metadata.xml b/x11-misc/tintwizard/metadata.xml
deleted file mode 100644
index 4eff709724c..00000000000
--- a/x11-misc/tintwizard/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-	<longdescription lang="en">This project aims to provide an easy way to change the appearance of
-		tint2. Through an easy-to-use graphical user interface, you can generate
-		configs and apply to them tint2.</longdescription>
-	<upstream>
-		<remote-id type="google-code">tintwizard</remote-id>
-		<remote-id type="github">vanadey/tintwizard</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/x11-misc/tintwizard/tintwizard-0.3.4-r3.ebuild b/x11-misc/tintwizard/tintwizard-0.3.4-r3.ebuild
deleted file mode 100644
index d854ab98fff..00000000000
--- a/x11-misc/tintwizard/tintwizard-0.3.4-r3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="GUI wizard which generates config files for tint2 panels"
-HOMEPAGE="https://github.com/vanadey/tintwizard/"
-SRC_URI="https://tintwizard.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="
-	${PYTHON_DEPS}
-	x11-misc/tint2
-	$(python_gen_cond_dep '
-		dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
-	')"
-
-S="${WORKDIR}"
-
-src_install() {
-	python_newscript tintwizard.py tintwizard
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-28 12:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-28 12:16 [gentoo-commits] repo/gentoo:master commit in: x11-misc/tintwizard/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2020-02-09 16:42 Michał Górny
2017-02-13  8:03 Michael Palimaka
2017-02-09 21:53 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox