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/WWW-Pastebin-PastebinCom-Create: metadata.xml WWW-Pastebin-PastebinCom-Create-0.002.ebuild ChangeLog
Date: Sat, 27 Jun 2009 05:52:08
Message-Id: E1MKQpa-0006qr-8L@stork.gentoo.org
1 robbat2 09/06/27 05:52:06
2
3 Added: metadata.xml
4 WWW-Pastebin-PastebinCom-Create-0.002.ebuild
5 ChangeLog
6 Log:
7 Initial commit. Imported from perl-overlay as a dependency for Devel-REPL. Ebuild created by Kent Fredric <kentfredric@×××××.com>.
8 (Portage version: 2.2_rc33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 dev-perl/WWW-Pastebin-PastebinCom-Create/metadata.xml
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/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 <maintainer>
23 <email>robbat2@g.o</email>
24 </maintainer>
25 </pkgmetadata>
26
27
28
29 1.1 dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.002.ebuild
30
31 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.002.ebuild?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.002.ebuild?rev=1.1&content-type=text/plain
33
34 Index: WWW-Pastebin-PastebinCom-Create-0.002.ebuild
35 ===================================================================
36 # Copyright 1999-2009 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.002.ebuild,v 1.1 2009/06/27 05:52:06 robbat2 Exp $
39 EAPI=2
40 MODULE_AUTHOR=ZOFFIX
41 inherit perl-module
42
43 DESCRIPTION="paste to <http://pastebin.com> from Perl"
44 LICENSE="|| ( Artistic GPL-2 )"
45 SLOT="0"
46 KEYWORDS="~amd64 ~x86"
47 IUSE="test"
48 COMMON_DEPEND="
49 >=dev-perl/URI-1.35
50 >=dev-perl/libwww-perl-2.036
51 "
52 DEPEND="
53 ${COMMON_DEPEND}
54 test? (
55 virtual/perl-Test-Simple
56 )
57 "
58 RDEPEND="
59 ${COMMON_DEPEND}
60 "
61 SRC_TEST="do"
62
63
64
65 1.1 dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog?rev=1.1&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog?rev=1.1&content-type=text/plain
69
70 Index: ChangeLog
71 ===================================================================
72 # ChangeLog for dev-perl/WWW-Pastebin-PastebinCom-Create
73 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
74 # $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog,v 1.1 2009/06/27 05:52:06 robbat2 Exp $
75
76 *WWW-Pastebin-PastebinCom-Create-0.002 (27 Jun 2009)
77
78 27 Jun 2009; Robin H. Johnson <robbat2@g.o>
79 +WWW-Pastebin-PastebinCom-Create-0.002.ebuild, +metadata.xml:
80 Initial commit. Imported from perl-overlay as a dependency for Devel-REPL.
81 Ebuild created by Kent Fredric <kentfredric@×××××.com>.