Gentoo Archives: gentoo-commits

From: "Yuval Yaari (yuval)" <yuval@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/perl-Module-Pluggable: ChangeLog metadata.xml perl-Module-Pluggable-3.6.ebuild perl-Module-Pluggable-3.8.ebuild
Date: Sat, 01 Nov 2008 18:46:06
Message-Id: E1KwLU0-0002Qs-AQ@stork.gentoo.org
1 yuval 08/11/01 18:46:00
2
3 Added: ChangeLog metadata.xml
4 perl-Module-Pluggable-3.6.ebuild
5 perl-Module-Pluggable-3.8.ebuild
6 Log:
7 Adding virtuals for dual-lifed modules that come with perl-5.10
8
9 Revision Changes Path
10 1.1 virtual/perl-Module-Pluggable/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Pluggable/ChangeLog?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Pluggable/ChangeLog?rev=1.1&content-type=text/plain
14
15 Index: ChangeLog
16 ===================================================================
17 # ChangeLog for gentoo-x86/virtual
18 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
19 # $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Pluggable/ChangeLog,v 1.1 2008/11/01 18:46:00 yuval Exp $
20
21 *perl-Module-Pluggable-3.8 (01 Nov 2008)
22 *perl-Module-Pluggable-3.6 (01 Nov 2008)
23
24 01 Nov 2008; Yuval Yaari <yuval@g.o> +metadata.xml,
25 +perl-Module-Pluggable-3.6.ebuild, +perl-Module-Pluggable-3.8.ebuild:
26 Adding virtuals for dual-lifed modules that come with perl-5.10
27
28
29
30
31 1.1 virtual/perl-Module-Pluggable/metadata.xml
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Pluggable/metadata.xml?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Pluggable/metadata.xml?rev=1.1&content-type=text/plain
35
36 Index: metadata.xml
37 ===================================================================
38 <?xml version="1.0" encoding="UTF-8"?>
39 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
40 <pkgmetadata>
41 <herd>perl</herd>
42 <maintainer>
43 <email>perl@g.o</email>
44 <description>Primary Maintainer</description>
45 </maintainer>
46 <longdescription></longdescription>
47 </pkgmetadata>
48
49
50
51 1.1 virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.6.ebuild
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.6.ebuild?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.6.ebuild?rev=1.1&content-type=text/plain
55
56 Index: perl-Module-Pluggable-3.6.ebuild
57 ===================================================================
58 # Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 # $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.6.ebuild,v 1.1 2008/11/01 18:46:00 yuval Exp $
61
62 DESCRIPTION="automatically give your module the ability to have plugins"
63 HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
64 SRC_URI=""
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
69
70 IUSE=""
71 DEPEND=""
72
73 RDEPEND="|| ( ~dev-lang/perl-5.10.0 ~perl-core/Module-Pluggable-${PV} )"
74
75
76
77
78 1.1 virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.8.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.8.ebuild?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.8.ebuild?rev=1.1&content-type=text/plain
82
83 Index: perl-Module-Pluggable-3.8.ebuild
84 ===================================================================
85 # Copyright 1999-2008 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.8.ebuild,v 1.1 2008/11/01 18:46:00 yuval Exp $
88
89 DESCRIPTION="automatically give your module the ability to have plugins"
90 HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
91 SRC_URI=""
92
93 LICENSE="GPL-2"
94 SLOT="0"
95 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
96
97 IUSE=""
98 DEPEND=""
99
100 RDEPEND="~perl-core/Module-Pluggable-${PV}"