Gentoo Archives: gentoo-commits

From: "Yuval Yaari (yuval)" <yuval@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/File-chdir: ChangeLog File-chdir-0.1002.ebuild
Date: Tue, 29 Apr 2008 04:58:25
Message-Id: E1Jqhv4-0005MS-L1@stork.gentoo.org
1 yuval 08/04/29 04:58:22
2
3 Modified: ChangeLog
4 Added: File-chdir-0.1002.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.15 dev-perl/File-chdir/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-chdir/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-chdir/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-chdir/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 10 Nov 2007 13:08:30 -0000 1.14
23 +++ ChangeLog 29 Apr 2008 04:58:22 -0000 1.15
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/File-chdir
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.14 2007/11/10 13:08:30 drac Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.15 2008/04/29 04:58:22 yuval Exp $
30 +
31 +*File-chdir-0.1002 (29 Apr 2008)
32 +
33 + 29 Apr 2008; Yuval Yaari <yuval@g.o> +File-chdir-0.1002.ebuild:
34 + Version bump
35
36 10 Nov 2007; Samuli Suominen <drac@g.o> File-chdir-0.08.ebuild:
37 amd64 stable
38
39
40
41 1.1 dev-perl/File-chdir/File-chdir-0.1002.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-chdir/File-chdir-0.1002.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-chdir/File-chdir-0.1002.ebuild?rev=1.1&content-type=text/plain
45
46 Index: File-chdir-0.1002.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/File-chdir-0.1002.ebuild,v 1.1 2008/04/29 04:58:22 yuval Exp $
51
52 inherit perl-module
53
54 DESCRIPTION="An alternative to File::Spec and CWD"
55 HOMEPAGE="http://search.cpan.org/~dagolden/"
56 SRC_URI="mirror://cpan/authors/id/D/DA/DAGOLDEN/${P}.tar.gz"
57
58 LICENSE="Artistic"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
61 IUSE=""
62
63 SRC_TEST="do"
64
65 DEPEND=">=virtual/perl-File-Spec-3.27
66 dev-lang/perl"
67
68
69
70 --
71 gentoo-commits@l.g.o mailing list