Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-augeas: python-augeas-0.4.2_pre131218.ebuild python-augeas-0.4.1.ebuild ChangeLog
Date: Sun, 28 Dec 2014 19:28:20
Message-Id: 20141228192815.632C3E5EA@oystercatcher.gentoo.org
1 floppym 14/12/28 19:28:15
2
3 Modified: python-augeas-0.4.2_pre131218.ebuild
4 python-augeas-0.4.1.ebuild ChangeLog
5 Log:
6 Drop PYTHON_MODNAME.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.4 dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild?r1=1.3&r2=1.4
16
17 Index: python-augeas-0.4.2_pre131218.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- python-augeas-0.4.2_pre131218.ebuild 27 Nov 2014 13:48:30 -0000 1.3
24 +++ python-augeas-0.4.2_pre131218.ebuild 28 Dec 2014 19:28:15 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild,v 1.3 2014/11/27 13:48:30 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild,v 1.4 2014/12/28 19:28:15 floppym Exp $
30
31 EAPI=5
32
33 @@ -22,7 +22,6 @@
34 RDEPEND="${DEPEND}"
35
36 DOCS="AUTHORS README.txt"
37 -PYTHON_MODNAME="augeas.py"
38
39 python_test() {
40 cd test || die
41
42
43
44 1.2 dev-python/python-augeas/python-augeas-0.4.1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.1.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.1.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.1.ebuild?r1=1.1&r2=1.2
49
50 Index: python-augeas-0.4.1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.1.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- python-augeas-0.4.1.ebuild 17 Dec 2013 21:20:25 -0000 1.1
57 +++ python-augeas-0.4.1.ebuild 28 Dec 2014 19:28:15 -0000 1.2
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2013 Gentoo Foundation
60 +# Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.1.ebuild,v 1.1 2013/12/17 21:20:25 jlec Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.1.ebuild,v 1.2 2014/12/28 19:28:15 floppym Exp $
64
65 EAPI=5
66
67 @@ -21,7 +21,6 @@
68 RDEPEND="${DEPEND}"
69
70 DOCS="AUTHORS README.txt PKG-INFO"
71 -PYTHON_MODNAME="augeas.py"
72
73 python_test() {
74 cd test || die
75
76
77
78 1.10 dev-python/python-augeas/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/ChangeLog?rev=1.10&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/ChangeLog?rev=1.10&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/ChangeLog?r1=1.9&r2=1.10
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v
87 retrieving revision 1.9
88 retrieving revision 1.10
89 diff -u -r1.9 -r1.10
90 --- ChangeLog 27 Nov 2014 13:48:30 -0000 1.9
91 +++ ChangeLog 28 Dec 2014 19:28:15 -0000 1.10
92 @@ -1,6 +1,10 @@
93 # ChangeLog for dev-python/python-augeas
94 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v 1.9 2014/11/27 13:48:30 pacho Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v 1.10 2014/12/28 19:28:15 floppym Exp $
97 +
98 + 28 Dec 2014; Mike Gilbert <floppym@g.o> python-augeas-0.4.1.ebuild,
99 + python-augeas-0.4.2_pre131218.ebuild:
100 + Drop PYTHON_MODNAME.
101
102 27 Nov 2014; Pacho Ramos <pacho@g.o>
103 python-augeas-0.4.2_pre131218.ebuild: