Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Inline-Python: metadata.xml Inline-Python-0.22.ebuild ChangeLog
Date: Tue, 22 Apr 2008 18:42:13
Message-Id: E1JoNRQ-0001s9-MA@stork.gentoo.org
1 tove 08/04/22 18:42:08
2
3 Modified: metadata.xml Inline-Python-0.22.ebuild ChangeLog
4 Log:
5 Fix DESCRIPTION (#211169)
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.2 dev-perl/Inline-Python/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Inline-Python/metadata.xml?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Inline-Python/metadata.xml?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Inline-Python/metadata.xml?r1=1.1&r2=1.2
14
15 Index: metadata.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/metadata.xml,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- metadata.xml 25 Nov 2006 14:27:13 -0000 1.1
22 +++ metadata.xml 22 Apr 2008 18:42:08 -0000 1.2
23 @@ -2,9 +2,4 @@
24 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 <pkgmetadata>
26 <herd>perl</herd>
27 - <maintainer>
28 - <email>perl@g.o</email>
29 - <description>Primary Maintainer</description>
30 - </maintainer>
31 - <longdescription></longdescription>
32 </pkgmetadata>
33
34
35
36 1.6 dev-perl/Inline-Python/Inline-Python-0.22.ebuild
37
38 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.22.ebuild?rev=1.6&view=markup
39 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.22.ebuild?rev=1.6&content-type=text/plain
40 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.22.ebuild?r1=1.5&r2=1.6
41
42 Index: Inline-Python-0.22.ebuild
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.22.ebuild,v
45 retrieving revision 1.5
46 retrieving revision 1.6
47 diff -u -r1.5 -r1.6
48 --- Inline-Python-0.22.ebuild 27 Dec 2007 14:11:17 -0000 1.5
49 +++ Inline-Python-0.22.ebuild 22 Apr 2008 18:42:08 -0000 1.6
50 @@ -1,10 +1,10 @@
51 -# Copyright 1999-2007 Gentoo Foundation
52 +# Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.22.ebuild,v 1.5 2007/12/27 14:11:17 ticho Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.22.ebuild,v 1.6 2008/04/22 18:42:08 tove Exp $
56
57 inherit perl-module
58
59 -DESCRIPTION="Easy implimentaiton of Java extensions"
60 +DESCRIPTION="Easy implementation of Python extensions"
61 HOMEPAGE="http://search.cpan.org/~neilw/"
62 SRC_URI="mirror://cpan/authors/id/N/NE/NEILW/${P}.tar.gz"
63
64
65
66
67 1.5 dev-perl/Inline-Python/ChangeLog
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Inline-Python/ChangeLog?rev=1.5&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Inline-Python/ChangeLog?rev=1.5&content-type=text/plain
71 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Inline-Python/ChangeLog?r1=1.4&r2=1.5
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v
76 retrieving revision 1.4
77 retrieving revision 1.5
78 diff -u -r1.4 -r1.5
79 --- ChangeLog 27 Dec 2007 14:11:17 -0000 1.4
80 +++ ChangeLog 22 Apr 2008 18:42:08 -0000 1.5
81 @@ -1,6 +1,10 @@
82 # ChangeLog for dev-perl/Inline-Python
83 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.4 2007/12/27 14:11:17 ticho Exp $
85 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
86 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.5 2008/04/22 18:42:08 tove Exp $
87 +
88 + 22 Apr 2008; Torsten Veller <tove@g.o> metadata.xml,
89 + Inline-Python-0.22.ebuild:
90 + Fix DESCRIPTION (#211169)
91
92 27 Dec 2007; Andrej Kacian <ticho@g.o> Inline-Python-0.22.ebuild:
93 Stable on x86.
94
95
96
97 --
98 gentoo-commits@l.g.o mailing list