Gentoo Archives: gentoo-commits

From: "Andrey Kislyuk (weaver)" <weaver@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Graphics-ColorNames: metadata.xml ChangeLog Graphics-ColorNames-2.11.ebuild
Date: Sat, 01 May 2010 20:24:40
Message-Id: 20100501202429.496D52C14A@corvid.gentoo.org
1 weaver 10/05/01 20:24:29
2
3 Added: metadata.xml ChangeLog
4 Graphics-ColorNames-2.11.ebuild
5 Log:
6 Import from Perl overlay, dependency of sci-visualization/circos
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-perl/Graphics-ColorNames/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Graphics-ColorNames/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Graphics-ColorNames/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 <maintainer>
22 <email>kentfredric@×××××.com</email>
23 <name>Kent Fredric</name>
24 </maintainer>
25 <use>
26 <flag name="recommended">Install recommended support modules</flag>
27 </use>
28 </pkgmetadata>
29
30
31
32 1.1 dev-perl/Graphics-ColorNames/ChangeLog
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Graphics-ColorNames/ChangeLog?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Graphics-ColorNames/ChangeLog?rev=1.1&content-type=text/plain
36
37 Index: ChangeLog
38 ===================================================================
39 # ChangeLog for dev-perl/Graphics-ColorNames
40 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
41 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Graphics-ColorNames/ChangeLog,v 1.1 2010/05/01 20:24:29 weaver Exp $
42
43 01 May 2010; Andrey Kislyuk <weaver@g.o> +metadata.xml,
44 +Graphics-ColorNames-2.11.ebuild:
45 Import from Perl overlay, dependency of sci-visualization/circos
46
47 *Graphics-ColorNames-2.11 (22 Jan 2010)
48
49 22 Jan 2010; Kent Fredric <kentfredric@×××××.com>
50 +Graphics-ColorNames-2.11.ebuild, +metadata.xml:
51 Added
52
53
54
55
56 1.1 dev-perl/Graphics-ColorNames/Graphics-ColorNames-2.11.ebuild
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Graphics-ColorNames/Graphics-ColorNames-2.11.ebuild?rev=1.1&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Graphics-ColorNames/Graphics-ColorNames-2.11.ebuild?rev=1.1&content-type=text/plain
60
61 Index: Graphics-ColorNames-2.11.ebuild
62 ===================================================================
63 # Copyright 1999-2010 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Graphics-ColorNames/Graphics-ColorNames-2.11.ebuild,v 1.1 2010/05/01 20:24:29 weaver Exp $
66 EAPI=2
67 MODULE_AUTHOR=RRWO
68 inherit perl-module
69
70 DESCRIPTION="defines RGB values for common color names"
71 LICENSE="|| ( Artistic GPL-2 )"
72 SLOT="0"
73 KEYWORDS="~amd64 ~x86"
74 IUSE="recommended"
75 COMMON_DEPEND="
76 virtual/perl-File-Spec
77 virtual/perl-IO
78 >=virtual/perl-Module-Load-0.10
79 virtual/perl-Module-Loaded
80 recommended? (
81 >=dev-perl/Color-Library-0.02
82 dev-perl/Tie-Sub
83 dev-perl/Test-Pod-Coverage
84 >=dev-perl/Test-Pod-1.00
85 dev-perl/Test-Portability-Files
86 >=dev-perl/Pod-Readme-0.09
87 )
88 "
89 DEPEND="
90 ${COMMON_DEPEND}
91 dev-perl/Test-Exception
92 virtual/perl-Test-Simple
93 virtual/perl-Module-Build
94 "
95 RDEPEND="
96 ${COMMON_DEPEND}
97 "
98 SRC_TEST="do"