summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-05-02 10:00:38 +0000
committerTorsten Veller <tove@gentoo.org>2010-05-02 10:00:38 +0000
commit9252e3be730a6ab0c9bcbf30d3584a0dcb6a0ce6 (patch)
tree33703a3ed1ad26355fab5a3ff48c63d251b83448 /dev-perl
parentVersion bump (diff)
downloadgentoo-2-9252e3be730a6ab0c9bcbf30d3584a0dcb6a0ce6.tar.gz
gentoo-2-9252e3be730a6ab0c9bcbf30d3584a0dcb6a0ce6.tar.bz2
gentoo-2-9252e3be730a6ab0c9bcbf30d3584a0dcb6a0ce6.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/App-Nopaste/App-Nopaste-0.21.ebuild35
-rw-r--r--dev-perl/App-Nopaste/ChangeLog7
2 files changed, 41 insertions, 1 deletions
diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.21.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.21.ebuild
new file mode 100644
index 000000000000..13c55c338164
--- /dev/null
+++ b/dev-perl/App-Nopaste/App-Nopaste-0.21.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/App-Nopaste-0.21.ebuild,v 1.1 2010/05/02 10:00:38 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=SARTAK
+inherit perl-module
+
+DESCRIPTION="easy access to any pastebin"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+pastebin +clipboard +github"
+
+DEPEND="
+ dev-perl/WWW-Mechanize
+ virtual/perl-Module-Pluggable
+ >=dev-perl/Moose-0.74
+ >=dev-perl/MooseX-Getopt-0.17
+ pastebin? (
+ dev-perl/WWW-Pastebin-PastebinCom-Create
+ )
+ clipboard? (
+ dev-perl/Clipboard
+ )
+ github? (
+ || (
+ dev-vcs/git[perl]
+ dev-perl/Config-INI
+ )
+ )
+"
+RDEPEND="${DEPEND}"
+SRC_TEST="do"
diff --git a/dev-perl/App-Nopaste/ChangeLog b/dev-perl/App-Nopaste/ChangeLog
index 4ed37cc92193..c0c7ed09be70 100644
--- a/dev-perl/App-Nopaste/ChangeLog
+++ b/dev-perl/App-Nopaste/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/App-Nopaste
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.12 2010/04/22 06:02:34 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.13 2010/05/02 10:00:38 tove Exp $
+
+*App-Nopaste-0.21 (02 May 2010)
+
+ 02 May 2010; Torsten Veller <tove@gentoo.org> +App-Nopaste-0.21.ebuild:
+ Version bump
*App-Nopaste-0.20 (22 Apr 2010)