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-Copy-Recursive: ChangeLog File-Copy-Recursive-0.36.ebuild
Date: Tue, 29 Apr 2008 04:25:04
Message-Id: E1JqhOn-00057q-1S@stork.gentoo.org
1 yuval 08/04/29 04:25:01
2
3 Modified: ChangeLog
4 Added: File-Copy-Recursive-0.36.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.15 dev-perl/File-Copy-Recursive/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 19 Mar 2008 03:18:21 -0000 1.14
23 +++ ChangeLog 29 Apr 2008 04:25:00 -0000 1.15
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/File-Copy-Recursive
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.14 2008/03/19 03:18:21 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.15 2008/04/29 04:25:00 yuval Exp $
29 +
30 +*File-Copy-Recursive-0.36 (29 Apr 2008)
31 +
32 + 29 Apr 2008; Yuval Yaari <yuval@g.o>
33 + +File-Copy-Recursive-0.36.ebuild:
34 + Version bump
35
36 19 Mar 2008; Jeroen Roovers <jer@g.o>
37 File-Copy-Recursive-0.33.ebuild:
38
39
40
41 1.1 dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.36.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.36.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.36.ebuild?rev=1.1&content-type=text/plain
45
46 Index: File-Copy-Recursive-0.36.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-Copy-Recursive/File-Copy-Recursive-0.36.ebuild,v 1.1 2008/04/29 04:25:00 yuval Exp $
51
52 inherit perl-module
53
54 DESCRIPTION="uses File::Copy to recursively copy dirs"
55 HOMEPAGE="http://search.cpan.org/~dmuey/"
56 SRC_URI="mirror://cpan/authors/id/D/DM/DMUEY/${P}.tar.gz"
57
58 LICENSE="Artistic"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
61 IUSE=""
62 SRC_TEST="do"
63
64 DEPEND="dev-lang/perl"
65
66
67
68 --
69 gentoo-commits@l.g.o mailing list