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/File-chdir: File-chdir-0.1003.ebuild ChangeLog
Date: Fri, 30 Apr 2010 07:17:06
Message-Id: 20100430071704.0A6802C04B@corvid.gentoo.org
1 tove 10/04/30 07:17:03
2
3 Modified: ChangeLog
4 Added: File-chdir-0.1003.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.23 dev-perl/File-chdir/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-chdir/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-chdir/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-chdir/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 9 Jan 2010 21:12:08 -0000 1.22
23 +++ ChangeLog 30 Apr 2010 07:17:03 -0000 1.23
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/File-chdir
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.22 2010/01/09 21:12:08 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.23 2010/04/30 07:17:03 tove Exp $
29 +
30 +*File-chdir-0.1003 (30 Apr 2010)
31 +
32 + 30 Apr 2010; Torsten Veller <tove@g.o> +File-chdir-0.1003.ebuild:
33 + Version bump
34
35 09 Jan 2010; Fabian Groffen <grobian@g.o> File-chdir-0.1002.ebuild:
36 Transfer Prefix keywords
37
38
39
40 1.1 dev-perl/File-chdir/File-chdir-0.1003.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-chdir/File-chdir-0.1003.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-chdir/File-chdir-0.1003.ebuild?rev=1.1&content-type=text/plain
44
45 Index: File-chdir-0.1003.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/File-chdir-0.1003.ebuild,v 1.1 2010/04/30 07:17:03 tove Exp $
50
51 EAPI=3
52
53 MODULE_AUTHOR=DAGOLDEN
54 inherit perl-module
55
56 DESCRIPTION="An alternative to File::Spec and CWD"
57
58 SLOT="0"
59 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
60 IUSE=""
61
62 RDEPEND=">=virtual/perl-File-Spec-3.27"
63 DEPEND="${RDEPEND}
64 virtual/perl-Module-Build"
65
66 SRC_TEST="do"