summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-03-11 07:20:06 +0000
committerTorsten Veller <tove@gentoo.org>2011-03-11 07:20:06 +0000
commit3bae67f768c6af5e15a523828814fec0da7dd2cf (patch)
treeb5f90fbf82dae845c64899f0bb4efa7a5fb0c8fb /dev-perl/App-Nopaste
parentVersion bump. (diff)
downloadgentoo-2-3bae67f768c6af5e15a523828814fec0da7dd2cf.tar.gz
gentoo-2-3bae67f768c6af5e15a523828814fec0da7dd2cf.tar.bz2
gentoo-2-3bae67f768c6af5e15a523828814fec0da7dd2cf.zip
[bump] dev-perl/App-Nopaste-0.270.0
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/App-Nopaste')
-rw-r--r--dev-perl/App-Nopaste/App-Nopaste-0.270.0.ebuild39
-rw-r--r--dev-perl/App-Nopaste/ChangeLog7
2 files changed, 45 insertions, 1 deletions
diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.270.0.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.270.0.ebuild
new file mode 100644
index 000000000000..259b8d21b5ed
--- /dev/null
+++ b/dev-perl/App-Nopaste/App-Nopaste-0.270.0.ebuild
@@ -0,0 +1,39 @@
+# 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.270.0.ebuild,v 1.1 2011/03/11 07:20:06 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=SARTAK
+MODULE_VERSION=0.27
+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]
+ )
+"
+# 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 4ca0df6611fe..0da5912284f3 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.20 2011/02/14 09:15:09 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.21 2011/03/11 07:20:06 tove Exp $
+
+*App-Nopaste-0.270.0 (11 Mar 2011)
+
+ 11 Mar 2011; Torsten Veller <tove@gentoo.org> +App-Nopaste-0.270.0.ebuild:
+ Version bump
14 Feb 2011; Robin H. Johnson <robbat2@gentoo.org> App-Nopaste-0.250.ebuild:
Trim the default dependencies so we do not bring X in on servers.