Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/gresistor: gresistor-0.0.1-r2.ebuild ChangeLog
Date: Thu, 26 Feb 2015 15:27:14
Message-Id: 20150226152704.609A91299E@oystercatcher.gentoo.org
1 idella4 15/02/26 15:27:04
2
3 Modified: ChangeLog
4 Added: gresistor-0.0.1-r2.ebuild
5 Log:
6 revbump; convert -> distutils-r1, consent by maintainer hwoarang
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.9 sci-electronics/gresistor/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 17 Jun 2012 09:30:48 -0000 1.8
24 +++ ChangeLog 26 Feb 2015 15:27:04 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-electronics/gresistor
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v 1.8 2012/06/17 09:30:48 hwoarang Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v 1.9 2015/02/26 15:27:04 idella4 Exp $
31 +
32 +*gresistor-0.0.1-r2 (26 Feb 2015)
33 +
34 + 26 Feb 2015; Ian Delaney <idella4@g.o> +gresistor-0.0.1-r2.ebuild:
35 + revbump; convert -> distutils-r1, consent by maintainer hwoarang
36
37 *gresistor-0.0.1-r1 (17 Jun 2012)
38
39 @@ -33,4 +38,3 @@
40 +gresistor-0.0.1.ebuild, +metadata.xml:
41 Initial commit. Fixes bug #265582. Thanks to Johanus
42 <johanus.dwbh@×××××.com> for the initial ebuild
43 -
44
45
46
47 1.1 sci-electronics/gresistor/gresistor-0.0.1-r2.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1-r2.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1-r2.ebuild?rev=1.1&content-type=text/plain
51
52 Index: gresistor-0.0.1-r2.ebuild
53 ===================================================================
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1-r2.ebuild,v 1.1 2015/02/26 15:27:04 idella4 Exp $
57
58 EAPI=5
59
60 PYTHON_COMPAT=( python2_7 )
61 DISTUTILS_SINGLE_IMPL=1
62
63 inherit distutils-r1
64
65 DESCRIPTION="Translate a resistor color codes into a readable value"
66 HOMEPAGE="http://www.roroid.ro/index.php?option=com_content&view=article&id=1:gresistor&catid=1:software-projects&Itemid=2"
67 SRC_URI="http://www.roroid.ro/progs/${PN}/${P}.tar.gz"
68
69 LICENSE="|| ( GPL-3 LGPL-3 )"
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86"
72 IUSE=""
73
74 DEPEND="
75 dev-python/pygtk:2[${PYTHON_USEDEP}]
76 x11-libs/gtk+:2
77 gnome-base/libglade:2.0[${PYTHON_USEDEP}]"
78 RDEPEND="${DEPEND}"
79
80 pkg_setup() {
81 python-single-r1_pkg_setup
82 }
83
84 python_prepare_all() {
85 # fix typoes. Bug #416467
86 sed -i "s:Sylver:Silver:" ${PN} ${PN}.glade || die
87 distutils-r1_python_prepare_all
88 }
89
90 src_install() {
91 distutils-r1_src_install
92 newicon pixmaps/icon.png ${PN}.png
93 domenu ${PN}.desktop
94 }