* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gresistor/
@ 2016-12-20 15:34 Tobias Klausmann
0 siblings, 0 replies; 3+ messages in thread
From: Tobias Klausmann @ 2016-12-20 15:34 UTC (permalink / raw
To: gentoo-commits
commit: 38ef733fe8f6db6c3a36af6ad6f3b35e7e1ae876
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 15:33:34 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 15:34:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ef733f
sci-electronics/gresistor-0.0.2-r0: stable on amd64
Gentoo-Bug: 593172
sci-electronics/gresistor/gresistor-0.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/gresistor/gresistor-0.0.2.ebuild b/sci-electronics/gresistor/gresistor-0.0.2.ebuild
index b5686b7..e4810ef 100644
--- a/sci-electronics/gresistor/gresistor-0.0.2.ebuild
+++ b/sci-electronics/gresistor/gresistor-0.0.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/gresistor/${P}.tar.gz"
LICENSE="|| ( GPL-3 LGPL-3 )"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gresistor/
@ 2017-01-15 11:20 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2017-01-15 11:20 UTC (permalink / raw
To: gentoo-commits
commit: 167e3875ccbec5bb3ba91885c372b75ea323d20b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 11:02:23 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 11:19:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167e3875
sci-electronics/gresistor: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sci-electronics/gresistor/Manifest | 1 -
.../gresistor/gresistor-0.0.1-r1.ebuild | 43 ----------------------
.../gresistor/gresistor-0.0.1-r2.ebuild | 41 ---------------------
sci-electronics/gresistor/gresistor-0.0.1.ebuild | 38 -------------------
4 files changed, 123 deletions(-)
diff --git a/sci-electronics/gresistor/Manifest b/sci-electronics/gresistor/Manifest
index 6f0e128..a3018b1 100644
--- a/sci-electronics/gresistor/Manifest
+++ b/sci-electronics/gresistor/Manifest
@@ -1,2 +1 @@
-DIST gresistor-0.0.1.tar.gz 25038 SHA256 c343a0cb05422d216eca7941ac11987165630f21516a430e679ac41459c3c4c2 SHA512 9d0165894e86ca4cdd63585a7e370045abdadef5089a4fbf7412ac31062ce4e4fdec934d3302f17a76ed1dc449bd5521682bc57d817a3fea88ac8afde8113ca2 WHIRLPOOL 8b4bca5298ff86aa0c938b0b0fd29963f481ffe10201a29e280020f0a7eacf27b2e3fdd03c813c620b82d4095199f17e04feb44c94cc8b14379a9be72742a21e
DIST gresistor-0.0.2.tar.gz 10240 SHA256 6e9032d501b53adddc869eb32478a3e2052de1a90ca27409cd9c1102da4e5e96 SHA512 263483f5712a48f2095bddf620520233e2843c64c1a03a7924cecb856de8fdcac601100cda4dc9f1943ff7753ffaaab04e25032416dd9438fe3f17d7d6681072 WHIRLPOOL 680ea863910a0b0771b36ba84e694ded608badc445346cd292256b2f8d6d1cdd1e71a62d4000d05d9902963443b43dd76f83a0c0a71c6d01f3287cfea7baf0ae
diff --git a/sci-electronics/gresistor/gresistor-0.0.1-r1.ebuild b/sci-electronics/gresistor/gresistor-0.0.1-r1.ebuild
deleted file mode 100644
index ee05576..00000000
--- a/sci-electronics/gresistor/gresistor-0.0.1-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-PYTHON_DEPEND="2:2.5"
-
-inherit distutils eutils
-
-DESCRIPTION="Translate a resistor color codes into a readable value"
-HOMEPAGE="http://www.roroid.ro/index.php?option=com_content&view=article&id=1:gresistor&catid=1:software-projects&Itemid=2"
-SRC_URI="http://www.roroid.ro/progs/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( GPL-3 LGPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-python/pygtk:2
- x11-libs/gtk+:2
- gnome-base/libglade:2.0"
-RDEPEND="${DEPEND}"
-
-DOCS=(
- "README"
-)
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- # fix typoes. Bug #416467
- sed -i "s:Sylver:Silver:" ${PN} ${PN}.glade || die
-}
-
-src_install() {
- distutils_src_install
- newicon pixmaps/icon.png ${PN}.png
- domenu ${PN}.desktop
-}
diff --git a/sci-electronics/gresistor/gresistor-0.0.1-r2.ebuild b/sci-electronics/gresistor/gresistor-0.0.1-r2.ebuild
deleted file mode 100644
index 73f7bee..00000000
--- a/sci-electronics/gresistor/gresistor-0.0.1-r2.ebuild
+++ /dev/null
@@ -1,41 +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 )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="Translate a resistor color codes into a readable value"
-HOMEPAGE="http://www.roroid.ro/index.php?option=com_content&view=article&id=1:gresistor&catid=1:software-projects&Itemid=2"
-SRC_URI="http://www.roroid.ro/progs/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( GPL-3 LGPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-python/pygtk:2[${PYTHON_USEDEP}]
- x11-libs/gtk+:2
- gnome-base/libglade:2.0[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
-
-python_prepare_all() {
- # fix typoes. Bug #416467
- sed -i "s:Sylver:Silver:" ${PN} ${PN}.glade || die
- distutils-r1_python_prepare_all
-}
-
-src_install() {
- distutils-r1_src_install
- newicon pixmaps/icon.png ${PN}.png
- domenu ${PN}.desktop
-}
diff --git a/sci-electronics/gresistor/gresistor-0.0.1.ebuild b/sci-electronics/gresistor/gresistor-0.0.1.ebuild
deleted file mode 100644
index ffe5ec6..00000000
--- a/sci-electronics/gresistor/gresistor-0.0.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-PYTHON_DEPEND="2:2.5"
-
-inherit distutils eutils
-
-DESCRIPTION="Translate a resistor color codes into a readable value"
-HOMEPAGE="http://www.roroid.ro/index.php?option=com_content&view=article&id=1:gresistor&catid=1:software-projects&Itemid=2"
-SRC_URI="http://www.roroid.ro/progs/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( GPL-3 LGPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
- dev-python/pygtk:2
- x11-libs/gtk+:2
- gnome-base/libglade:2.0"
-RDEPEND="${DEPEND}"
-
-DOCS=(
- "README"
-)
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_install() {
- distutils_src_install
- newicon pixmaps/icon.png ${PN}.png
- domenu ${PN}.desktop
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gresistor/
@ 2020-02-09 16:47 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2020-02-09 16:47 UTC (permalink / raw
To: gentoo-commits
commit: 0ea7a5c45836d683b379300a81260b32fee76a98
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 06:57:57 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:46:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea7a5c4
sci-electronics/gresistor: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{gresistor-0.0.2.ebuild => gresistor-0.0.2-r1.ebuild} | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/sci-electronics/gresistor/gresistor-0.0.2.ebuild b/sci-electronics/gresistor/gresistor-0.0.2-r1.ebuild
similarity index 78%
rename from sci-electronics/gresistor/gresistor-0.0.2.ebuild
rename to sci-electronics/gresistor/gresistor-0.0.2-r1.ebuild
index fa0b5112d49..1a626f02b10 100644
--- a/sci-electronics/gresistor/gresistor-0.0.2.ebuild
+++ b/sci-electronics/gresistor/gresistor-0.0.2-r1.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
@@ -18,9 +18,11 @@ KEYWORDS="amd64 x86"
IUSE=""
DEPEND="
- dev-python/pygtk:2[${PYTHON_USEDEP}]
- x11-libs/gtk+:2
- gnome-base/libglade:2.0[${PYTHON_USEDEP}]"
+ $(python_gen_cond_dep '
+ dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
+ ')
+ gnome-base/libglade:2.0[${PYTHON_SINGLE_USEDEP}]
+ x11-libs/gtk+:2"
RDEPEND="${DEPEND}"
src_prepare() {
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-02-09 16:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-09 16:47 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gresistor/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2017-01-15 11:20 Pacho Ramos
2016-12-20 15:34 Tobias Klausmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox