Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Install: Module-Install-0.91.ebuild ChangeLog metadata.xml
Date: Tue, 23 Jun 2009 07:43:32
Message-Id: E1MJ0fB-0003GC-Gh@stork.gentoo.org
1 robbat2 09/06/23 07:43:29
2
3 Added: Module-Install-0.91.ebuild ChangeLog metadata.xml
4 Log:
5 Initial commit. Ebuild by Robin H. Johnson <robbat2@g.o>.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-perl/Module-Install/Module-Install-0.91.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Module-Install/Module-Install-0.91.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Module-Install/Module-Install-0.91.ebuild?rev=1.1&content-type=text/plain
13
14 Index: Module-Install-0.91.ebuild
15 ===================================================================
16 # Copyright 1999-2009 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/Module-Install-0.91.ebuild,v 1.1 2009/06/23 07:43:29 robbat2 Exp $
19
20 EAPI=2
21 MODULE_AUTHOR="ADAMK"
22
23 inherit perl-module
24
25 DESCRIPTION="Standalone, extensible Perl module installer"
26
27 IUSE=""
28
29 SLOT="0"
30 LICENSE="|| ( Artistic GPL-2 )"
31 KEYWORDS="~amd64 ~x86"
32
33 DEPEND="dev-perl/File-Remove
34 >=virtual/perl-Module-Build-0.33
35 virtual/perl-Archive-Tar
36 >=dev-perl/Parse-CPAN-Meta-1.39
37 >=dev-perl/YAML-Tiny-1.39
38 virtual/perl-ExtUtils-ParseXS
39 dev-perl/PAR-Dist
40 >=dev-perl/Module-ScanDeps-0.90
41 dev-perl/JSON
42 >=dev-perl/Module-CoreList-2.17"
43 RDEPEND="${DEPEND}"
44
45
46
47 1.1 dev-perl/Module-Install/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Module-Install/ChangeLog?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Module-Install/ChangeLog?rev=1.1&content-type=text/plain
51
52 Index: ChangeLog
53 ===================================================================
54 # ChangeLog for dev-perl/Module-Install
55 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.1 2009/06/23 07:43:29 robbat2 Exp $
57
58 *Module-Install-0.91 (23 Jun 2009)
59
60 23 Jun 2009; Robin H. Johnson <robbat2@g.o>
61 +Module-Install-0.91.ebuild, +metadata.xml:
62 Initial commit. Ebuild by Robin H. Johnson <robbat2@g.o>.
63
64
65
66
67 1.1 dev-perl/Module-Install/metadata.xml
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Module-Install/metadata.xml?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Module-Install/metadata.xml?rev=1.1&content-type=text/plain
71
72 Index: metadata.xml
73 ===================================================================
74 <?xml version="1.0" encoding="UTF-8"?>
75 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
76 <pkgmetadata>
77 <herd>perl</herd>
78 <maintainer>
79 <email>robbat2@g.o</email>
80 </maintainer>
81 </pkgmetadata>