Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/File-SearchPath: File-SearchPath-0.03.ebuild ChangeLog
Date: Tue, 30 Sep 2008 06:31:54
Message-Id: E1KkYly-00076j-Pn@stork.gentoo.org
1 robbat2 08/09/30 06:31:50
2
3 Modified: File-SearchPath-0.03.ebuild ChangeLog
4 Log:
5 Fix headers.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
7
8 Revision Changes Path
9 1.2 dev-perl/File-SearchPath/File-SearchPath-0.03.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-SearchPath/File-SearchPath-0.03.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-SearchPath/File-SearchPath-0.03.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-SearchPath/File-SearchPath-0.03.ebuild?r1=1.1&r2=1.2
14
15 Index: File-SearchPath-0.03.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-SearchPath/File-SearchPath-0.03.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -p -w -b -B -u -u -r1.1 -r1.2
21 --- File-SearchPath-0.03.ebuild 19 Apr 2008 18:46:06 -0000 1.1
22 +++ File-SearchPath-0.03.ebuild 30 Sep 2008 06:31:50 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# This ebuild generated by g-cpan 0.15.0
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-SearchPath/File-SearchPath-0.03.ebuild,v 1.2 2008/09/30 06:31:50 robbat2 Exp $
28
29 MODULE_AUTHOR="TJENNESS"
30 inherit perl-module
31
32
33
34 1.2 dev-perl/File-SearchPath/ChangeLog
35
36 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-SearchPath/ChangeLog?rev=1.2&view=markup
37 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-SearchPath/ChangeLog?rev=1.2&content-type=text/plain
38 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-SearchPath/ChangeLog?r1=1.1&r2=1.2
39
40 Index: ChangeLog
41 ===================================================================
42 RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-SearchPath/ChangeLog,v
43 retrieving revision 1.1
44 retrieving revision 1.2
45 diff -p -w -b -B -u -u -r1.1 -r1.2
46 --- ChangeLog 19 Apr 2008 18:46:06 -0000 1.1
47 +++ ChangeLog 30 Sep 2008 06:31:50 -0000 1.2
48 @@ -1,6 +1,10 @@
49 # ChangeLog for dev-perl/File-SearchPath
50 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
51 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-SearchPath/ChangeLog,v 1.1 2008/04/19 18:46:06 robbat2 Exp $
52 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-SearchPath/ChangeLog,v 1.2 2008/09/30 06:31:50 robbat2 Exp $
53 +
54 + 30 Sep 2008; Robin H. Johnson <robbat2@g.o>
55 + File-SearchPath-0.03.ebuild:
56 + Fix headers.
57
58 *File-SearchPath-0.03 (19 Apr 2008)