Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/indirect: metadata.xml ChangeLog indirect-0.23.ebuild
Date: Sun, 30 Jan 2011 23:21:50
Message-Id: 20110130232141.566C820054@flycatcher.gentoo.org
1 idl0r 11/01/30 23:21:41
2
3 Added: metadata.xml ChangeLog indirect-0.23.ebuild
4 Log:
5 Initial commit for dev-perl/indirect
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-perl/indirect/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/indirect/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/indirect/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 <upstream>
22 <remote-id type="cpan">indirect</remote-id>
23 </upstream>
24 </pkgmetadata>
25
26
27
28 1.1 dev-perl/indirect/ChangeLog
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/indirect/ChangeLog?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/indirect/ChangeLog?rev=1.1&content-type=text/plain
32
33 Index: ChangeLog
34 ===================================================================
35 # ChangeLog for dev-perl/indirect
36 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
37 # $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/ChangeLog,v 1.1 2011/01/30 23:21:41 idl0r Exp $
38
39 *indirect-0.23 (30 Jan 2011)
40
41 30 Jan 2011; Christian Ruppert <idl0r@g.o> +indirect-0.23.ebuild,
42 +metadata.xml:
43 Initial commit for dev-perl/indirect
44
45
46
47
48 1.1 dev-perl/indirect/indirect-0.23.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/indirect/indirect-0.23.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/indirect/indirect-0.23.ebuild?rev=1.1&content-type=text/plain
52
53 Index: indirect-0.23.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/indirect/indirect-0.23.ebuild,v 1.1 2011/01/30 23:21:41 idl0r Exp $
58
59 EAPI="3"
60
61 MODULE_AUTHOR="VPIT"
62
63 inherit perl-module
64
65 DESCRIPTION="Lexically warn about using the indirect object syntax"
66
67 LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 DEPEND="dev-lang/perl"
73 RDEPEND="${DEPEND}"