* [gentoo-commits] gentoo-x86 commit in sci-electronics/gresistor: ChangeLog gresistor-0.0.1.ebuild
@ 2010-04-22 17:57 Markos Chandras (hwoarang)
0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-04-22 17:57 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/04/22 17:57:51
Modified: ChangeLog gresistor-0.0.1.ebuild
Log:
Refactor ebuild to use python functions correctly. Fixes bug #316191
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 sci-electronics/gresistor/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gresistor/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gresistor/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gresistor/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 17 Apr 2010 16:37:53 -0000 1.1
+++ ChangeLog 22 Apr 2010 17:57:51 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/gresistor
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v 1.1 2010/04/17 16:37:53 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v 1.2 2010/04/22 17:57:51 hwoarang Exp $
+
+ 22 Apr 2010; Markos Chandras <hwoarang@gentoo.org> gresistor-0.0.1.ebuild:
+ Refactor ebuild to use python functions correctly. Fixes bug #316191
*gresistor-0.0.1 (17 Apr 2010)
1.2 sci-electronics/gresistor/gresistor-0.0.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild?r1=1.1&r2=1.2
Index: gresistor-0.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gresistor-0.0.1.ebuild 17 Apr 2010 16:37:53 -0000 1.1
+++ gresistor-0.0.1.ebuild 22 Apr 2010 17:57:51 -0000 1.2
@@ -1,11 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v 1.1 2010/04/17 16:37:53 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v 1.2 2010/04/22 17:57:51 hwoarang Exp $
EAPI=2
PYTHON_DEPEND="2:2.5"
-inherit distutils eutils
+inherit python 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"
@@ -24,6 +24,10 @@
"README"
)
+pkg_setup() {
+ python_set_active_version 2
+}
+
src_install() {
distutils_src_install
newicon pixmaps/icon.png ${PN}.png
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-electronics/gresistor: ChangeLog gresistor-0.0.1.ebuild
@ 2010-04-29 7:50 Markos Chandras (hwoarang)
0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-04-29 7:50 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/04/29 07:50:42
Modified: ChangeLog gresistor-0.0.1.ebuild
Log:
Add pygtk dependency. Fixes bug #316891
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.3 sci-electronics/gresistor/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gresistor/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gresistor/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gresistor/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 22 Apr 2010 17:57:51 -0000 1.2
+++ ChangeLog 29 Apr 2010 07:50:42 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/gresistor
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v 1.2 2010/04/22 17:57:51 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v 1.3 2010/04/29 07:50:42 hwoarang Exp $
+
+ 29 Apr 2010; Markos Chandras <hwoarang@gentoo.org> gresistor-0.0.1.ebuild:
+ Add pygtk dependency. Fixes bug #316891
22 Apr 2010; Markos Chandras <hwoarang@gentoo.org> gresistor-0.0.1.ebuild:
Refactor ebuild to use python functions correctly. Fixes bug #316191
1.3 sci-electronics/gresistor/gresistor-0.0.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild?r1=1.2&r2=1.3
Index: gresistor-0.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gresistor-0.0.1.ebuild 22 Apr 2010 17:57:51 -0000 1.2
+++ gresistor-0.0.1.ebuild 29 Apr 2010 07:50:42 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v 1.2 2010/04/22 17:57:51 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v 1.3 2010/04/29 07:50:42 hwoarang Exp $
EAPI=2
PYTHON_DEPEND="2:2.5"
@@ -16,7 +16,8 @@
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="x11-libs/gtk+:2
+DEPEND="dev-python/pygtk:2
+ x11-libs/gtk+:2
gnome-base/libglade"
RDEPEND="${DEPEND}"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-electronics/gresistor: ChangeLog gresistor-0.0.1.ebuild
@ 2010-06-27 8:54 Christoph Mende (angelos)
0 siblings, 0 replies; 6+ messages in thread
From: Christoph Mende (angelos) @ 2010-06-27 8:54 UTC (permalink / raw
To: gentoo-commits
angelos 10/06/27 08:54:20
Modified: ChangeLog gresistor-0.0.1.ebuild
Log:
Stable on amd64 wrt bug #325751
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.4 sci-electronics/gresistor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 29 Apr 2010 07:50:42 -0000 1.3
+++ ChangeLog 27 Jun 2010 08:54:20 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/gresistor
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v 1.3 2010/04/29 07:50:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v 1.4 2010/06/27 08:54:20 angelos Exp $
+
+ 27 Jun 2010; Christoph Mende <angelos@gentoo.org> gresistor-0.0.1.ebuild:
+ Stable on amd64 wrt bug #325751
29 Apr 2010; Markos Chandras <hwoarang@gentoo.org> gresistor-0.0.1.ebuild:
Add pygtk dependency. Fixes bug #316891
1.4 sci-electronics/gresistor/gresistor-0.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild?r1=1.3&r2=1.4
Index: gresistor-0.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gresistor-0.0.1.ebuild 29 Apr 2010 07:50:42 -0000 1.3
+++ gresistor-0.0.1.ebuild 27 Jun 2010 08:54:20 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v 1.3 2010/04/29 07:50:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v 1.4 2010/06/27 08:54:20 angelos Exp $
EAPI=2
PYTHON_DEPEND="2:2.5"
@@ -13,7 +13,7 @@
LICENSE="|| ( GPL-3 LGPL-3 )"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND="dev-python/pygtk:2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-electronics/gresistor: ChangeLog gresistor-0.0.1.ebuild
@ 2010-06-29 9:09 Christian Faulhammer (fauli)
0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-06-29 9:09 UTC (permalink / raw
To: gentoo-commits
fauli 10/06/29 09:09:30
Modified: ChangeLog gresistor-0.0.1.ebuild
Log:
stable x86, bug 325751
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.5 sci-electronics/gresistor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 27 Jun 2010 08:54:20 -0000 1.4
+++ ChangeLog 29 Jun 2010 09:09:30 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for sci-electronics/gresistor
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v 1.4 2010/06/27 08:54:20 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v 1.5 2010/06/29 09:09:30 fauli Exp $
+
+ 29 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
+ gresistor-0.0.1.ebuild:
+ stable x86, bug 325751
27 Jun 2010; Christoph Mende <angelos@gentoo.org> gresistor-0.0.1.ebuild:
Stable on amd64 wrt bug #325751
1.5 sci-electronics/gresistor/gresistor-0.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild?r1=1.4&r2=1.5
Index: gresistor-0.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gresistor-0.0.1.ebuild 27 Jun 2010 08:54:20 -0000 1.4
+++ gresistor-0.0.1.ebuild 29 Jun 2010 09:09:30 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v 1.4 2010/06/27 08:54:20 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v 1.5 2010/06/29 09:09:30 fauli Exp $
EAPI=2
PYTHON_DEPEND="2:2.5"
@@ -13,7 +13,7 @@
LICENSE="|| ( GPL-3 LGPL-3 )"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-python/pygtk:2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-electronics/gresistor: ChangeLog gresistor-0.0.1.ebuild
@ 2011-03-02 21:28 Justin Lecher (jlec)
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-02 21:28 UTC (permalink / raw
To: gentoo-commits
jlec 11/03/02 21:28:28
Modified: ChangeLog gresistor-0.0.1.ebuild
Log:
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Revision Changes Path
1.6 sci-electronics/gresistor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 29 Jun 2010 09:09:30 -0000 1.5
+++ ChangeLog 2 Mar 2011 21:28:28 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/gresistor
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v 1.5 2010/06/29 09:09:30 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v 1.6 2011/03/02 21:28:28 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> gresistor-0.0.1.ebuild:
+ Correct Slots for gtk 3 introduction to tree
29 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
gresistor-0.0.1.ebuild:
1.6 sci-electronics/gresistor/gresistor-0.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild?r1=1.5&r2=1.6
Index: gresistor-0.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gresistor-0.0.1.ebuild 29 Jun 2010 09:09:30 -0000 1.5
+++ gresistor-0.0.1.ebuild 2 Mar 2011 21:28:28 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v 1.5 2010/06/29 09:09:30 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v 1.6 2011/03/02 21:28:28 jlec Exp $
EAPI=2
PYTHON_DEPEND="2:2.5"
@@ -16,9 +16,10 @@
KEYWORDS="amd64 x86"
IUSE=""
-DEPEND="dev-python/pygtk:2
+DEPEND="
+ dev-python/pygtk:2
x11-libs/gtk+:2
- gnome-base/libglade"
+ gnome-base/libglade:2.0"
RDEPEND="${DEPEND}"
DOCS=(
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-electronics/gresistor: ChangeLog gresistor-0.0.1.ebuild
@ 2011-04-09 21:40 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-09 21:40 UTC (permalink / raw
To: gentoo-commits
arfrever 11/04/09 21:40:51
Modified: ChangeLog gresistor-0.0.1.ebuild
Log:
Fix deprecation warning.
(Portage version: 2.2.0_alpha29_p10/cvs/Linux x86_64)
Revision Changes Path
1.7 sci-electronics/gresistor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 2 Mar 2011 21:28:28 -0000 1.6
+++ ChangeLog 9 Apr 2011 21:40:51 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for sci-electronics/gresistor
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v 1.6 2011/03/02 21:28:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v 1.7 2011/04/09 21:40:51 arfrever Exp $
+
+ 09 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ gresistor-0.0.1.ebuild:
+ Fix deprecation warning.
02 Mar 2011; Justin Lecher <jlec@gentoo.org> gresistor-0.0.1.ebuild:
Correct Slots for gtk 3 introduction to tree
1.7 sci-electronics/gresistor/gresistor-0.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild?r1=1.6&r2=1.7
Index: gresistor-0.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gresistor-0.0.1.ebuild 2 Mar 2011 21:28:28 -0000 1.6
+++ gresistor-0.0.1.ebuild 9 Apr 2011 21:40:51 -0000 1.7
@@ -1,11 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v 1.6 2011/03/02 21:28:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v 1.7 2011/04/09 21:40:51 arfrever Exp $
-EAPI=2
+EAPI=3
PYTHON_DEPEND="2:2.5"
-inherit python distutils eutils
+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"
@@ -28,6 +28,7 @@
pkg_setup() {
python_set_active_version 2
+ python_pkg_setup
}
src_install() {
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-04-09 21:41 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-02 21:28 [gentoo-commits] gentoo-x86 commit in sci-electronics/gresistor: ChangeLog gresistor-0.0.1.ebuild Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2011-04-09 21:40 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-06-29 9:09 Christian Faulhammer (fauli)
2010-06-27 8:54 Christoph Mende (angelos)
2010-04-29 7:50 Markos Chandras (hwoarang)
2010-04-22 17:57 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox