summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-25 15:02:12 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-25 15:02:12 +0000
commit39aa6f892f0bff8d861b2d76a920ae5867fe7caa (patch)
tree162952f2e4b8a8e0a549748f38c81d172d80d907 /dev-perl/App-Nopaste
parentStable for HPPA (bug #379603). (diff)
downloadgentoo-2-39aa6f892f0bff8d861b2d76a920ae5867fe7caa.tar.gz
gentoo-2-39aa6f892f0bff8d861b2d76a920ae5867fe7caa.tar.bz2
gentoo-2-39aa6f892f0bff8d861b2d76a920ae5867fe7caa.zip
[bump] dev-perl/App-Nopaste-0.290.0
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/App-Nopaste')
-rw-r--r--dev-perl/App-Nopaste/App-Nopaste-0.290.0.ebuild40
-rw-r--r--dev-perl/App-Nopaste/ChangeLog7
2 files changed, 46 insertions, 1 deletions
diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.290.0.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.290.0.ebuild
new file mode 100644
index 000000000000..e29e3765a6cd
--- /dev/null
+++ b/dev-perl/App-Nopaste/App-Nopaste-0.290.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2011 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.290.0.ebuild,v 1.1 2011/08/25 15:02:12 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=SARTAK
+MODULE_VERSION=0.29
+inherit perl-module
+
+DESCRIPTION="Easy access to any pastebin"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+pastebin clipboard github"
+
+DEPEND="
+ dev-perl/Class-Load
+ 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]
+ )
+"
+# github? (
+# || (
+# dev-vcs/git[perl]
+# dev-perl/Config-GitLike
+# )
+# )
+RDEPEND="${DEPEND}"
+SRC_TEST="do"
diff --git a/dev-perl/App-Nopaste/ChangeLog b/dev-perl/App-Nopaste/ChangeLog
index ad605000bb90..ca0ce65f4ee7 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.24 2011/07/30 09:18:01 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.25 2011/08/25 15:02:12 tove Exp $
+
+*App-Nopaste-0.290.0 (25 Aug 2011)
+
+ 25 Aug 2011; Torsten Veller <tove@gentoo.org> +App-Nopaste-0.290.0.ebuild:
+ Version bump
30 Jul 2011; Torsten Veller <tove@gentoo.org> -App-Nopaste-0.270.0.ebuild:
Cleanup