Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Module-Load: metadata.xml ChangeLog Module-Load-0.12.ebuild Module-Load-0.14.ebuild
Date: Tue, 20 Jan 2009 12:16:40
Message-Id: E1LPFX3-0006Lw-K4@stork.gentoo.org
1 tove 09/01/20 12:16:37
2
3 Added: metadata.xml ChangeLog Module-Load-0.12.ebuild
4 Module-Load-0.14.ebuild
5 Log:
6 Version bump. Move from dev-perl to perl-core.
7 (Portage version: 2.2_rc23/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 perl-core/Module-Load/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Load/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Load/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>perl</herd>
21 </pkgmetadata>
22
23
24
25 1.1 perl-core/Module-Load/ChangeLog
26
27 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Load/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Load/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for perl-core/Module-Load
33 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load/ChangeLog,v 1.1 2009/01/20 12:16:37 tove Exp $
35
36 *Module-Load-0.14 (20 Jan 2009)
37
38 20 Jan 2009; Torsten Veller <tove@g.o> +metadata.xml,
39 +Module-Load-0.12.ebuild, +Module-Load-0.14.ebuild:
40 Version bump. Move from dev-perl to perl-core.
41
42 17 Jan 2009; Robin H. Johnson <robbat2@g.o>
43 Module-Load-0.12.ebuild:
44 Emerge on an empty system (without perl) failed due to lack of perl dep.
45
46 *Module-Load-0.12 (23 Dec 2008)
47
48 23 Dec 2008; Robin H. Johnson <robbat2@g.o> +metadata.xml,
49 +Module-Load-0.12.ebuild:
50 Initial commit. Dep for Archive-Rar-2.x
51
52
53
54
55 1.1 perl-core/Module-Load/Module-Load-0.12.ebuild
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Load/Module-Load-0.12.ebuild?rev=1.1&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Load/Module-Load-0.12.ebuild?rev=1.1&content-type=text/plain
59
60 Index: Module-Load-0.12.ebuild
61 ===================================================================
62 # Copyright 1999-2009 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 # $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load/Module-Load-0.12.ebuild,v 1.1 2009/01/20 12:16:37 tove Exp $
65
66 MODULE_AUTHOR="KANE"
67
68 inherit perl-module
69
70 DESCRIPTION="runtime require of both modules and files"
71
72 IUSE=""
73
74 SLOT="0"
75 LICENSE="|| ( Artistic GPL-2 )"
76 KEYWORDS="~amd64 ~x86"
77
78 DEPEND="dev-lang/perl"
79 RDEPEND="${DEPEND}"
80
81
82
83 1.1 perl-core/Module-Load/Module-Load-0.14.ebuild
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Load/Module-Load-0.14.ebuild?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Load/Module-Load-0.14.ebuild?rev=1.1&content-type=text/plain
87
88 Index: Module-Load-0.14.ebuild
89 ===================================================================
90 # Copyright 1999-2009 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 # $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load/Module-Load-0.14.ebuild,v 1.1 2009/01/20 12:16:37 tove Exp $
93
94 MODULE_AUTHOR="KANE"
95
96 inherit perl-module
97
98 DESCRIPTION="runtime require of both modules and files"
99
100 LICENSE="|| ( Artistic GPL-2 )"
101 SLOT="0"
102 KEYWORDS="~amd64 ~x86"
103 IUSE=""
104
105 DEPEND="dev-lang/perl"
106 RDEPEND="${DEPEND}"