[gentoo-commits] repo/gentoo:master commit in: sci-calculators/gonvert/

2020-02-09 Thread Michał Górny
commit: c2730034d27b574e5725cb7948658334adce6ff2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  7 17:57:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 16:35:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2730034

sci-calculators/gonvert: Switch to PYTHON_MULTI_USEDEP API

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

 .../gonvert/{gonvert-0.2.39.ebuild => gonvert-0.2.39-r1.ebuild} | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-calculators/gonvert/gonvert-0.2.39.ebuild 
b/sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild
similarity index 86%
rename from sci-calculators/gonvert/gonvert-0.2.39.ebuild
rename to sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild
index 5650b346b05..94ef697d8f0 100644
--- a/sci-calculators/gonvert/gonvert-0.2.39.ebuild
+++ b/sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
${PYTHON_DEPS}
-   dev-python/pygtk:2[${PYTHON_USEDEP}]"
+   $(python_gen_cond_dep '
+   dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
+   ')"
 DEPEND="${RDEPEND}"
 
 PATCHES=( "${FILESDIR}"/0.2.23-paths.patch )



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/gonvert/

2017-01-19 Thread David Seifert
commit: 92bcc8e413eb39c9410ba003ac94fc8b2e89496a
Author: David Seifert  gentoo  org>
AuthorDate: Thu Jan 19 11:57:30 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Jan 19 12:34:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92bcc8e4

sci-calculators/gonvert: Remove old

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

 sci-calculators/gonvert/Manifest  |  1 -
 sci-calculators/gonvert/gonvert-0.2.32.ebuild | 34 ---
 2 files changed, 35 deletions(-)

diff --git a/sci-calculators/gonvert/Manifest b/sci-calculators/gonvert/Manifest
index e16f02a..8270a76 100644
--- a/sci-calculators/gonvert/Manifest
+++ b/sci-calculators/gonvert/Manifest
@@ -1,2 +1 @@
-DIST gonvert-0.2.32.tar.gz 124613 SHA256 
9b4b2b7df01038e5edaee6b45990b4344689cd1c378e207cb2980537b1d12e61 SHA512 
82fe2da15808c5efcfff983ad12f82563b4106279a1c07a05c67a4b7cb899569edfda396fceb0e6f3d69c4dca4680719db2cc7842600f0715ced4c6235e233b9
 WHIRLPOOL 
ff845e96f468357cd0ce086ac34106da50c736945748ed49840e439b4a3030124d6993d5077f257cafb03662201e3b622a59dd3f86820062132f55a07f87fd9c
 DIST gonvert-0.2.39.tar.gz 125040 SHA256 
013b5b8be7d4af05667bc3689bda021e843e5bb8362d72727076ab77df375de1 SHA512 
508c4fe4a453f68ea48787843b96b7f6ee6706e7a264c5698ceb5cba3b90996f506e67230d37b2750db69921aba90f56d4eca2a21531c33aa5cdd95e2ca9ea4b
 WHIRLPOOL 
de1667b98d9edaf0ee2119333bcd96b51ec510ed76ede277124d98f7179e7ac863063d0fc834209ea25ef3f6a399a40c7ab334b1ed7a8160e0d7f260165b2c3b

diff --git a/sci-calculators/gonvert/gonvert-0.2.32.ebuild 
b/sci-calculators/gonvert/gonvert-0.2.32.ebuild
deleted file mode 100644
index b41c0bf..
--- a/sci-calculators/gonvert/gonvert-0.2.32.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Unit conversion utility written in PyGTK"
-HOMEPAGE="http://unihedron.com/projects/gonvert/index.php;
-SRC_URI="http://unihedron.com/projects/gonvert/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   dev-python/pygtk:2[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/0.2.23-paths.patch )
-
-src_install () {
-   emake install DESTDIR="${D}" prefix="${EPREFIX}/usr"
-   python_fix_shebang "${ED}"/usr/bin
-   rm -fr "${ED}/usr/share/doc/${PN}"
-   dodoc doc/{CHANGELOG,FAQ,README,THANKS,TODO}
-}



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/gonvert/

2016-10-21 Thread David Seifert
commit: 5cd1a389427c5ffecd5c0c968dad8e47cd655207
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Fri Oct 21 09:49:28 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Oct 21 18:48:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd1a389

sci-calculators/gonvert: Removing gonvert-0.2.25 (EAPI 4)

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2611

Signed-off-by: David Seifert  gentoo.org>

 sci-calculators/gonvert/Manifest  |  1 -
 sci-calculators/gonvert/gonvert-0.2.25.ebuild | 29 ---
 2 files changed, 30 deletions(-)

diff --git a/sci-calculators/gonvert/Manifest b/sci-calculators/gonvert/Manifest
index e195d66..e16f02a 100644
--- a/sci-calculators/gonvert/Manifest
+++ b/sci-calculators/gonvert/Manifest
@@ -1,3 +1,2 @@
-DIST gonvert-0.2.25.tar.gz 123384 SHA256 
025e2de285cefaf398b62eb83b2db2e9b2e6e3e4e36615b949c8e596b5e39678 SHA512 
7f8fe235afde30394b5abd6b19abeb7282be84e98c4966d260f6542239dbc18c48dcf0e852cd5e0776ecca1582af5cecc46560a4119e461005a438575b90
 WHIRLPOOL 
0391514dc322e52a55963219da90418ad571a361e3a4485ebb83a0f1ca9f6d4296361c2b412f687cd9a17e4bd994ccbcd9ad12ed64bb0bb2bafd17a9215bb0ee
 DIST gonvert-0.2.32.tar.gz 124613 SHA256 
9b4b2b7df01038e5edaee6b45990b4344689cd1c378e207cb2980537b1d12e61 SHA512 
82fe2da15808c5efcfff983ad12f82563b4106279a1c07a05c67a4b7cb899569edfda396fceb0e6f3d69c4dca4680719db2cc7842600f0715ced4c6235e233b9
 WHIRLPOOL 
ff845e96f468357cd0ce086ac34106da50c736945748ed49840e439b4a3030124d6993d5077f257cafb03662201e3b622a59dd3f86820062132f55a07f87fd9c
 DIST gonvert-0.2.39.tar.gz 125040 SHA256 
013b5b8be7d4af05667bc3689bda021e843e5bb8362d72727076ab77df375de1 SHA512 
508c4fe4a453f68ea48787843b96b7f6ee6706e7a264c5698ceb5cba3b90996f506e67230d37b2750db69921aba90f56d4eca2a21531c33aa5cdd95e2ca9ea4b
 WHIRLPOOL 
de1667b98d9edaf0ee2119333bcd96b51ec510ed76ede277124d98f7179e7ac863063d0fc834209ea25ef3f6a399a40c7ab334b1ed7a8160e0d7f260165b2c3b

diff --git a/sci-calculators/gonvert/gonvert-0.2.25.ebuild 
b/sci-calculators/gonvert/gonvert-0.2.25.ebuild
deleted file mode 100644
index c858588..
--- a/sci-calculators/gonvert/gonvert-0.2.25.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Unit conversion utility written in PyGTK"
-HOMEPAGE="http://unihedron.com/projects/gonvert/index.php;
-SRC_URI="http://unihedron.com/projects/gonvert/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="dev-python/pygtk:2"
-RDEPEND="${DEPEND}"
-
-src_prepare () {
-   epatch "${FILESDIR}"/0.2.23-paths.patch
-}
-
-src_install () {
-   emake install DESTDIR="${D}" prefix="${EPREFIX}/usr"
-   rm -fr "${ED}/usr/share/doc/${PN}"
-   dodoc doc/CHANGELOG doc/FAQ doc/README doc/THANKS doc/TODO
-}



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/gonvert/

2016-10-19 Thread David Seifert
commit: 7d154dc2e623cdf999e424854b8cee2557093c0c
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Tue Oct 18 19:21:10 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Oct 19 20:21:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d154dc2

sci-calculators/gonvert: Version bump to 0.2.39

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2590

Signed-off-by: David Seifert  gentoo.org>

 sci-calculators/gonvert/Manifest  |  1 +
 sci-calculators/gonvert/gonvert-0.2.39.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/sci-calculators/gonvert/Manifest b/sci-calculators/gonvert/Manifest
index effe028..e195d66 100644
--- a/sci-calculators/gonvert/Manifest
+++ b/sci-calculators/gonvert/Manifest
@@ -1,2 +1,3 @@
 DIST gonvert-0.2.25.tar.gz 123384 SHA256 
025e2de285cefaf398b62eb83b2db2e9b2e6e3e4e36615b949c8e596b5e39678 SHA512 
7f8fe235afde30394b5abd6b19abeb7282be84e98c4966d260f6542239dbc18c48dcf0e852cd5e0776ecca1582af5cecc46560a4119e461005a438575b90
 WHIRLPOOL 
0391514dc322e52a55963219da90418ad571a361e3a4485ebb83a0f1ca9f6d4296361c2b412f687cd9a17e4bd994ccbcd9ad12ed64bb0bb2bafd17a9215bb0ee
 DIST gonvert-0.2.32.tar.gz 124613 SHA256 
9b4b2b7df01038e5edaee6b45990b4344689cd1c378e207cb2980537b1d12e61 SHA512 
82fe2da15808c5efcfff983ad12f82563b4106279a1c07a05c67a4b7cb899569edfda396fceb0e6f3d69c4dca4680719db2cc7842600f0715ced4c6235e233b9
 WHIRLPOOL 
ff845e96f468357cd0ce086ac34106da50c736945748ed49840e439b4a3030124d6993d5077f257cafb03662201e3b622a59dd3f86820062132f55a07f87fd9c
+DIST gonvert-0.2.39.tar.gz 125040 SHA256 
013b5b8be7d4af05667bc3689bda021e843e5bb8362d72727076ab77df375de1 SHA512 
508c4fe4a453f68ea48787843b96b7f6ee6706e7a264c5698ceb5cba3b90996f506e67230d37b2750db69921aba90f56d4eca2a21531c33aa5cdd95e2ca9ea4b
 WHIRLPOOL 
de1667b98d9edaf0ee2119333bcd96b51ec510ed76ede277124d98f7179e7ac863063d0fc834209ea25ef3f6a399a40c7ab334b1ed7a8160e0d7f260165b2c3b

diff --git a/sci-calculators/gonvert/gonvert-0.2.39.ebuild 
b/sci-calculators/gonvert/gonvert-0.2.39.ebuild
new file mode 100644
index ..e8eb5a7
--- /dev/null
+++ b/sci-calculators/gonvert/gonvert-0.2.39.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 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="Unit conversion utility written in PyGTK"
+HOMEPAGE="http://unihedron.com/projects/gonvert/index.php;
+SRC_URI="http://unihedron.com/projects/gonvert/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/pygtk:2[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/0.2.23-paths.patch )
+
+src_install () {
+   emake install DESTDIR="${D}" prefix="${EPREFIX}/usr"
+   python_fix_shebang "${ED%/}"/usr/bin
+   rm -fr "${ED%/}/usr/share/doc/${PN}" || die
+   einstalldocs
+}