Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/App-Nopaste: App-Nopaste-0.19.ebuild ChangeLog
Date: Tue, 23 Feb 2010 16:13:16
Message-Id: E1NjxNp-0001sG-Pn@stork.gentoo.org
1 tove 10/02/23 16:13:13
2
3 Modified: ChangeLog
4 Added: App-Nopaste-0.19.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 dev-perl/App-Nopaste/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/App-Nopaste/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/App-Nopaste/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/App-Nopaste/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 31 Dec 2009 16:34:27 -0000 1.8
23 +++ ChangeLog 23 Feb 2010 16:13:13 -0000 1.9
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/App-Nopaste
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.8 2009/12/31 16:34:27 tove Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.9 2010/02/23 16:13:13 tove Exp $
30 +
31 +*App-Nopaste-0.19 (23 Feb 2010)
32 +
33 + 23 Feb 2010; Torsten Veller <tove@g.o> +App-Nopaste-0.19.ebuild:
34 + Version bump
35
36 *App-Nopaste-0.18 (31 Dec 2009)
37
38
39
40
41 1.1 dev-perl/App-Nopaste/App-Nopaste-0.19.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/App-Nopaste/App-Nopaste-0.19.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/App-Nopaste/App-Nopaste-0.19.ebuild?rev=1.1&content-type=text/plain
45
46 Index: App-Nopaste-0.19.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/App-Nopaste-0.19.ebuild,v 1.1 2010/02/23 16:13:13 tove Exp $
51
52 EAPI=2
53
54 MODULE_AUTHOR=SARTAK
55 inherit perl-module
56
57 DESCRIPTION="easy access to any pastebin"
58
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="+pastebin +clipboard +github"
62
63 DEPEND="
64 dev-perl/WWW-Mechanize
65 virtual/perl-Module-Pluggable
66 >=dev-perl/Moose-0.74
67 >=dev-perl/MooseX-Getopt-0.17
68 pastebin? (
69 dev-perl/WWW-Pastebin-PastebinCom-Create
70 )
71 clipboard? (
72 dev-perl/Clipboard
73 )
74 github? (
75 || (
76 dev-util/git[perl]
77 dev-perl/Config-INI
78 )
79 )
80 "
81 RDEPEND="${DEPEND}"
82 SRC_TEST="do"