summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-02-23 16:13:13 +0000
committerTorsten Veller <tove@gentoo.org>2010-02-23 16:13:13 +0000
commit965829071cfbad5d45d0d9e0af5a05753916c618 (patch)
tree2f174490494c7e9e31a59884e45ce05029f52811
parentVersion bump thanks to Marcin Mirosław (bug #306531). (diff)
downloadgentoo-2-965829071cfbad5d45d0d9e0af5a05753916c618.tar.gz
gentoo-2-965829071cfbad5d45d0d9e0af5a05753916c618.tar.bz2
gentoo-2-965829071cfbad5d45d0d9e0af5a05753916c618.zip
Version bump
(Portage version: 2.2_rc63/cvs/Linux x86_64)
-rw-r--r--dev-perl/App-Nopaste/App-Nopaste-0.19.ebuild35
-rw-r--r--dev-perl/App-Nopaste/ChangeLog9
2 files changed, 42 insertions, 2 deletions
diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.19.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.19.ebuild
new file mode 100644
index 000000000000..70eff2afe67b
--- /dev/null
+++ b/dev-perl/App-Nopaste/App-Nopaste-0.19.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.19.ebuild,v 1.1 2010/02/23 16:13:13 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-util/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 574e2508aad9..a57442dfa731 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.8 2009/12/31 16:34:27 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.9 2010/02/23 16:13:13 tove Exp $
+
+*App-Nopaste-0.19 (23 Feb 2010)
+
+ 23 Feb 2010; Torsten Veller <tove@gentoo.org> +App-Nopaste-0.19.ebuild:
+ Version bump
*App-Nopaste-0.18 (31 Dec 2009)