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