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/App-Nopaste: App-Nopaste-0.11.ebuild metadata.xml ChangeLog
Date: Sat, 27 Jun 2009 05:56:51
Message-Id: E1MKQuA-000708-BN@stork.gentoo.org
1 robbat2 09/06/27 05:56:50
2
3 Added: App-Nopaste-0.11.ebuild metadata.xml ChangeLog
4 Log:
5 Initial commit. Imported from perl-overlay as a dependency for Devel-REPL. Ebuild created by Michele Beltrame <mb@×××××××.net>.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-perl/App-Nopaste/App-Nopaste-0.11.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/App-Nopaste/App-Nopaste-0.11.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/App-Nopaste/App-Nopaste-0.11.ebuild?rev=1.1&content-type=text/plain
13
14 Index: App-Nopaste-0.11.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/App-Nopaste/App-Nopaste-0.11.ebuild,v 1.1 2009/06/27 05:56:50 robbat2 Exp $
19 EAPI=2
20 MODULE_AUTHOR=SARTAK
21 inherit perl-module
22
23 DESCRIPTION="easy access to any pastebin"
24 LICENSE="|| ( Artistic GPL-2 )"
25
26 SLOT="0"
27 KEYWORDS="~amd64 ~x86"
28
29 IUSE="+pastebin +clipboard +github"
30 DEPEND="
31 dev-perl/WWW-Mechanize
32 virtual/perl-Module-Pluggable
33 >=dev-perl/Moose-0.74
34 >=dev-perl/MooseX-Getopt-0.17
35 pastebin? (
36 dev-perl/WWW-Pastebin-PastebinCom-Create
37 )
38 clipboard? (
39 dev-perl/Clipboard
40 )
41 github? (
42 || (
43 dev-util/git[perl]
44 dev-perl/Config-INI
45 )
46 )
47 "
48 RDEPEND="${DEPEND}"
49 SRC_TEST="do"
50
51
52
53 1.1 dev-perl/App-Nopaste/metadata.xml
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/App-Nopaste/metadata.xml?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/App-Nopaste/metadata.xml?rev=1.1&content-type=text/plain
57
58 Index: metadata.xml
59 ===================================================================
60 <?xml version="1.0" encoding="UTF-8"?>
61 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 <pkgmetadata>
63 <herd>perl</herd>
64 <maintainer>
65 <email>robbat2@g.o</email>
66 </maintainer>
67 <use>
68 <flag name="pastebin">pastebin.com support</flag>
69 <flag name="clipboard">copying of URLs with -x/--copy</flag>
70 <flag name="github">Github authentication</flag>
71 </use>
72 </pkgmetadata>
73
74
75
76 1.1 dev-perl/App-Nopaste/ChangeLog
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/App-Nopaste/ChangeLog?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/App-Nopaste/ChangeLog?rev=1.1&content-type=text/plain
80
81 Index: ChangeLog
82 ===================================================================
83 # ChangeLog for dev-perl/App-Nopaste
84 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
85 # $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.1 2009/06/27 05:56:50 robbat2 Exp $
86
87 *App-Nopaste-0.11 (27 Jun 2009)
88
89 27 Jun 2009; Robin H. Johnson <robbat2@g.o>
90 +App-Nopaste-0.11.ebuild, +metadata.xml:
91 Initial commit. Imported from perl-overlay as a dependency for Devel-REPL.
92 Ebuild created by Michele Beltrame <mb@×××××××.net>.