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.100.300.ebuild ChangeLog File-chdir-0.100.200.ebuild File-chdir-0.1003.ebuild File-chdir-0.1002.ebuild
Date: Sat, 26 Feb 2011 09:12:53
Message-Id: 20110226091242.68C3F20054@flycatcher.gentoo.org
1 tove 11/02/26 09:12:42
2
3 Modified: ChangeLog
4 Added: File-chdir-0.100.300.ebuild
5 File-chdir-0.100.200.ebuild
6 Removed: File-chdir-0.1003.ebuild File-chdir-0.1002.ebuild
7 Log:
8 Change version scheme. Looks like a downgrade. EAPI=3. Fix LICENSE. Maintenance. Force for stable keywords
9
10 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64, RepoMan options: --force)
11
12 Revision Changes Path
13 1.24 dev-perl/File-chdir/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-chdir/ChangeLog?rev=1.24&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-chdir/ChangeLog?rev=1.24&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-chdir/ChangeLog?r1=1.23&r2=1.24
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v
22 retrieving revision 1.23
23 retrieving revision 1.24
24 diff -u -r1.23 -r1.24
25 --- ChangeLog 30 Apr 2010 07:17:03 -0000 1.23
26 +++ ChangeLog 26 Feb 2011 09:12:42 -0000 1.24
27 @@ -1,6 +1,15 @@
28 # ChangeLog for dev-perl/File-chdir
29 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.23 2010/04/30 07:17:03 tove Exp $
31 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.24 2011/02/26 09:12:42 tove Exp $
33 +
34 +*File-chdir-0.100.300 (26 Feb 2011)
35 +*File-chdir-0.100.200 (26 Feb 2011)
36 +
37 + 26 Feb 2011; Torsten Veller <tove@g.o> +File-chdir-0.100.200.ebuild,
38 + +File-chdir-0.100.300.ebuild, -File-chdir-0.1002.ebuild,
39 + -File-chdir-0.1003.ebuild:
40 + Change version scheme. Looks like a downgrade. EAPI=3. Fix LICENSE.
41 + Maintenance
42
43 *File-chdir-0.1003 (30 Apr 2010)
44
45
46
47
48 1.1 dev-perl/File-chdir/File-chdir-0.100.300.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-chdir/File-chdir-0.100.300.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-chdir/File-chdir-0.100.300.ebuild?rev=1.1&content-type=text/plain
52
53 Index: File-chdir-0.100.300.ebuild
54 ===================================================================
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/File-chdir-0.100.300.ebuild,v 1.1 2011/02/26 09:12:42 tove Exp $
58
59 EAPI=3
60
61 MODULE_AUTHOR=DAGOLDEN
62 MODULE_VERSION=0.1003
63 inherit perl-module
64
65 DESCRIPTION="An alternative to File::Spec and CWD"
66
67 SLOT="0"
68 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
69 IUSE=""
70
71 RDEPEND=">=virtual/perl-File-Spec-3.27"
72 DEPEND="${RDEPEND}
73 virtual/perl-Module-Build"
74
75 SRC_TEST="do"
76
77
78
79 1.1 dev-perl/File-chdir/File-chdir-0.100.200.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-chdir/File-chdir-0.100.200.ebuild?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-chdir/File-chdir-0.100.200.ebuild?rev=1.1&content-type=text/plain
83
84 Index: File-chdir-0.100.200.ebuild
85 ===================================================================
86 # Copyright 1999-2011 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 # $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/File-chdir-0.100.200.ebuild,v 1.1 2011/02/26 09:12:42 tove Exp $
89
90 EAPI=3
91
92 MODULE_AUTHOR=DAGOLDEN
93 MODULE_VERSION=0.1002
94 inherit perl-module
95
96 DESCRIPTION="An alternative to File::Spec and CWD"
97
98 SLOT="0"
99 KEYWORDS="amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
100 IUSE=""
101
102 SRC_TEST="do"
103
104 RDEPEND=">=virtual/perl-File-Spec-3.27"
105 DEPEND="${RDEPEND}
106 virtual/perl-Module-Build"