Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: python-dateutil-1.1.ebuild ChangeLog python-dateutil-1.2.ebuild python-dateutil-1.3.ebuild
Date: Wed, 18 Jun 2008 14:27:42
Message-Id: E1K8ydM-0007Gu-Qq@stork.gentoo.org
1 coldwind 08/06/18 14:27:36
2
3 Modified: python-dateutil-1.1.ebuild ChangeLog
4 python-dateutil-1.2.ebuild
5 python-dateutil-1.3.ebuild
6 Log:
7 Set up PYTHON_MODNAME, fixes bug #227267.
8 (Portage version: 2.2_pre8/cvs/Linux 2.6.25-gentoo-r3 x86_64)
9
10 Revision Changes Path
11 1.7 dev-python/python-dateutil/python-dateutil-1.1.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.1.ebuild?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.1.ebuild?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.1.ebuild?r1=1.6&r2=1.7
16
17 Index: python-dateutil-1.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.1.ebuild,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- python-dateutil-1.1.ebuild 15 Oct 2006 18:15:34 -0000 1.6
24 +++ python-dateutil-1.1.ebuild 18 Jun 2008 14:27:36 -0000 1.7
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2006 Gentoo Foundation
27 +# Copyright 1999-2008 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.1.ebuild,v 1.6 2006/10/15 18:15:34 kloeri Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.1.ebuild,v 1.7 2008/06/18 14:27:36 coldwind Exp $
31
32 inherit distutils
33
34 @@ -18,6 +18,8 @@
35
36 DOCS="NEWS example.py sandbox/rrulewrapper.py sandbox/scheduler.py"
37
38 +PYTHON_MODNAME="${PN/python-/}"
39 +
40 src_test() {
41 ${python} test.py
42 }
43
44
45
46 1.15 dev-python/python-dateutil/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.15&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.15&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.14&r2=1.15
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v
55 retrieving revision 1.14
56 retrieving revision 1.15
57 diff -u -r1.14 -r1.15
58 --- ChangeLog 12 Mar 2008 18:14:54 -0000 1.14
59 +++ ChangeLog 18 Jun 2008 14:27:36 -0000 1.15
60 @@ -1,6 +1,11 @@
61 # ChangeLog for dev-python/python-dateutil
62 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.14 2008/03/12 18:14:54 phreak Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.15 2008/06/18 14:27:36 coldwind Exp $
65 +
66 + 18 Jun 2008; Santiago M. Mola <coldwind@g.o>
67 + python-dateutil-1.1.ebuild, python-dateutil-1.2.ebuild,
68 + python-dateutil-1.3.ebuild:
69 + Set up PYTHON_MODNAME, fixes bug #227267.
70
71 12 Mar 2008; Christian Heim <phreak@g.o> metadata.xml:
72 Removing Marien Zwart (marienz, #107204) from metadata.xml.
73
74
75
76 1.6 dev-python/python-dateutil/python-dateutil-1.2.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.2.ebuild?rev=1.6&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.2.ebuild?rev=1.6&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.2.ebuild?r1=1.5&r2=1.6
81
82 Index: python-dateutil-1.2.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.2.ebuild,v
85 retrieving revision 1.5
86 retrieving revision 1.6
87 diff -u -r1.5 -r1.6
88 --- python-dateutil-1.2.ebuild 14 Jan 2008 20:10:28 -0000 1.5
89 +++ python-dateutil-1.2.ebuild 18 Jun 2008 14:27:36 -0000 1.6
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2008 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.2.ebuild,v 1.5 2008/01/14 20:10:28 dertobi123 Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.2.ebuild,v 1.6 2008/06/18 14:27:36 coldwind Exp $
95
96 NEED_PYTHON=2.3
97
98 @@ -20,6 +20,8 @@
99
100 DOCS="NEWS example.py sandbox/rrulewrapper.py sandbox/scheduler.py"
101
102 +PYTHON_MODNAME="${PN/python-/}"
103 +
104 src_test() {
105 PYTHONPATH="." "${python}" test.py || die "tests failed"
106 }
107
108
109
110 1.2 dev-python/python-dateutil/python-dateutil-1.3.ebuild
111
112 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.3.ebuild?rev=1.2&view=markup
113 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.3.ebuild?rev=1.2&content-type=text/plain
114 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.3.ebuild?r1=1.1&r2=1.2
115
116 Index: python-dateutil-1.3.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.3.ebuild,v
119 retrieving revision 1.1
120 retrieving revision 1.2
121 diff -u -r1.1 -r1.2
122 --- python-dateutil-1.3.ebuild 31 Dec 2007 08:08:57 -0000 1.1
123 +++ python-dateutil-1.3.ebuild 18 Jun 2008 14:27:36 -0000 1.2
124 @@ -1,6 +1,6 @@
125 -# Copyright 1999-2007 Gentoo Foundation
126 +# Copyright 1999-2008 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.3.ebuild,v 1.1 2007/12/31 08:08:57 dev-zero Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.3.ebuild,v 1.2 2008/06/18 14:27:36 coldwind Exp $
130
131 NEED_PYTHON=2.3
132
133 @@ -19,6 +19,8 @@
134
135 DOCS="NEWS example.py sandbox/rrulewrapper.py sandbox/scheduler.py"
136
137 +PYTHON_MODNAME="${PN/python-/}"
138 +
139 src_test() {
140 "${python}" test.py
141 }
142
143
144
145 --
146 gentoo-commits@l.g.o mailing list