summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-09 21:40:51 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-09 21:40:51 +0000
commit5833f7df236273760248d33a3b24c306b5c66f10 (patch)
treefbe62a6c960bdbab29c8fdca7c06d1a20e19a08f /sci-electronics/gresistor
parentStable on amd64 wrt bug #362503 (diff)
downloadgentoo-2-5833f7df236273760248d33a3b24c306b5c66f10.tar.gz
gentoo-2-5833f7df236273760248d33a3b24c306b5c66f10.tar.bz2
gentoo-2-5833f7df236273760248d33a3b24c306b5c66f10.zip
Fix deprecation warning.
(Portage version: 2.2.0_alpha29_p10/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/gresistor')
-rw-r--r--sci-electronics/gresistor/ChangeLog6
-rw-r--r--sci-electronics/gresistor/gresistor-0.0.1.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/sci-electronics/gresistor/ChangeLog b/sci-electronics/gresistor/ChangeLog
index 99191a8a12a1..58f0dbad04ee 100644
--- a/sci-electronics/gresistor/ChangeLog
+++ b/sci-electronics/gresistor/ChangeLog
@@ -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
diff --git a/sci-electronics/gresistor/gresistor-0.0.1.ebuild b/sci-electronics/gresistor/gresistor-0.0.1.ebuild
index 828e94450d53..5a09566b8102 100644
--- a/sci-electronics/gresistor/gresistor-0.0.1.ebuild
+++ b/sci-electronics/gresistor/gresistor-0.0.1.ebuild
@@ -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 @@ DOCS=(
pkg_setup() {
python_set_active_version 2
+ python_pkg_setup
}
src_install() {