Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/setconf: setconf-0.6.2.ebuild ChangeLog
Date: Sat, 29 Mar 2014 10:33:34
Message-Id: 20140329103331.58B4120054@flycatcher.gentoo.org
1 ssuominen 14/03/29 10:33:31
2
3 Modified: setconf-0.6.2.ebuild ChangeLog
4 Log:
5 Make use of python-single-r1.eclass and python_fix_shebang. Allow all of python3_2, python3_3 and python3_4 that are in tree.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.2 dev-util/setconf/setconf-0.6.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/setconf-0.6.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/setconf-0.6.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/setconf-0.6.2.ebuild?r1=1.1&r2=1.2
15
16 Index: setconf-0.6.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/setconf/setconf-0.6.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- setconf-0.6.2.ebuild 29 Mar 2014 09:24:42 -0000 1.1
23 +++ setconf-0.6.2.ebuild 29 Mar 2014 10:33:31 -0000 1.2
24 @@ -1,8 +1,10 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/setconf-0.6.2.ebuild,v 1.1 2014/03/29 09:24:42 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/setconf-0.6.2.ebuild,v 1.2 2014/03/29 10:33:31 ssuominen Exp $
29
30 EAPI=5
31 +PYTHON_COMPAT=( python3_{2,3,4} )
32 +inherit python-single-r1
33
34 DESCRIPTION="A small python based utility that can be used to change configuration files"
35 HOMEPAGE="http://setconf.roboticoverlords.org/"
36 @@ -13,7 +15,9 @@
37 KEYWORDS="~amd64 ~x86"
38 IUSE=""
39
40 -RDEPEND="=dev-lang/python-3*"
41 +pkg_setup() {
42 + python-single-r1_pkg_setup
43 +}
44
45 src_unpack() {
46 unpack ${A}
47 @@ -22,7 +26,7 @@
48 }
49
50 src_prepare() {
51 - sed -i -e 's:/usr/bin/python:/usr/bin/python3:' ${PN}.py || die #462326
52 + python_fix_shebang ${PN}.py #462326
53 }
54
55 src_install() {
56
57
58
59 1.4 dev-util/setconf/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/ChangeLog?rev=1.4&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/ChangeLog?rev=1.4&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/ChangeLog?r1=1.3&r2=1.4
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v
68 retrieving revision 1.3
69 retrieving revision 1.4
70 diff -u -r1.3 -r1.4
71 --- ChangeLog 29 Mar 2014 09:25:58 -0000 1.3
72 +++ ChangeLog 29 Mar 2014 10:33:31 -0000 1.4
73 @@ -1,6 +1,10 @@
74 # ChangeLog for dev-util/setconf
75 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v 1.3 2014/03/29 09:25:58 ssuominen Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v 1.4 2014/03/29 10:33:31 ssuominen Exp $
78 +
79 + 29 Mar 2014; Samuli Suominen <ssuominen@g.o> setconf-0.6.2.ebuild:
80 + Make use of python-single-r1.eclass and python_fix_shebang. Allow all of
81 + python3_2, python3_3 and python3_4 that are in tree.
82
83 29 Mar 2014; Samuli Suominen <ssuominen@g.o> -setconf-0.5.3.ebuild:
84 old