Gentoo Archives: gentoo-commits

From: "Krzysztof Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-gflags: ChangeLog python-gflags-1.6.ebuild python-gflags-1.4.ebuild
Date: Thu, 01 Sep 2011 15:41:57
Message-Id: 20110901154147.7147B2004C@flycatcher.gentoo.org
1 nelchael 11/09/01 15:41:47
2
3 Modified: ChangeLog
4 Added: python-gflags-1.6.ebuild
5 Removed: python-gflags-1.4.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.1.10.11/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.5 dev-python/python-gflags/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gflags/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gflags/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gflags/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-gflags/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 15 Mar 2011 20:24:00 -0000 1.4
25 +++ ChangeLog 1 Sep 2011 15:41:47 -0000 1.5
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/python-gflags
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gflags/ChangeLog,v 1.4 2011/03/15 20:24:00 nelchael Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gflags/ChangeLog,v 1.5 2011/09/01 15:41:47 nelchael Exp $
31 +
32 +*python-gflags-1.6 (01 Sep 2011)
33 +
34 + 01 Sep 2011; Krzysztof Pawlik <nelchael@g.o>
35 + -python-gflags-1.4.ebuild, +python-gflags-1.6.ebuild:
36 + Version bump.
37
38 *python-gflags-1.5.1 (15 Mar 2011)
39
40
41
42
43 1.1 dev-python/python-gflags/python-gflags-1.6.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gflags/python-gflags-1.6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gflags/python-gflags-1.6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: python-gflags-1.6.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-gflags/python-gflags-1.6.ebuild,v 1.1 2011/09/01 15:41:47 nelchael Exp $
53
54 EAPI="3"
55 PYTHON_DEPEND="2"
56 SUPPORT_PYTHON_ABIS="1"
57 RESTRICT_PYTHON_ABIS="3.*"
58
59 inherit distutils
60
61 DESCRIPTION="Google's Python argument parsing library."
62 HOMEPAGE="http://code.google.com/p/python-gflags/"
63 SRC_URI="http://python-gflags.googlecode.com/files/${P}.tar.gz"
64
65 LICENSE="BSD"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 DEPEND="dev-python/setuptools"
71 RDEPEND=""
72
73 PYTHON_MODNAME="gflags.py"
74
75 src_prepare() {
76 distutils_src_prepare
77 sed -e 's/data_files=\[("bin", \["gflags2man.py"\])\]/scripts=\["gflags2man.py"\]/' -i setup.py
78 }