diff options
author | Torsten Veller <tove@gentoo.org> | 2011-12-19 19:17:56 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-12-19 19:17:56 +0000 |
commit | 6b28296105f1fa256ab7edd9aca74706deb3c19e (patch) | |
tree | cd4dd8a38012dbf4008289b1a04c6da6247fa0b7 /dev-perl/App-Nopaste | |
parent | Updated patchset, including a fix for the LDFLAGS issue. (diff) | |
download | gentoo-2-6b28296105f1fa256ab7edd9aca74706deb3c19e.tar.gz gentoo-2-6b28296105f1fa256ab7edd9aca74706deb3c19e.tar.bz2 gentoo-2-6b28296105f1fa256ab7edd9aca74706deb3c19e.zip |
[bump] dev-perl/App-Nopaste-0.330.0
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/App-Nopaste')
-rw-r--r-- | dev-perl/App-Nopaste/App-Nopaste-0.330.0.ebuild | 41 | ||||
-rw-r--r-- | dev-perl/App-Nopaste/ChangeLog | 7 |
2 files changed, 47 insertions, 1 deletions
diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.330.0.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.330.0.ebuild new file mode 100644 index 000000000000..e4f3862306ad --- /dev/null +++ b/dev-perl/App-Nopaste/App-Nopaste-0.330.0.ebuild @@ -0,0 +1,41 @@ +# 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.330.0.ebuild,v 1.1 2011/12/19 19:17:56 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SARTAK +MODULE_VERSION=0.33 +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 + dev-perl/URI + 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 e26026de1608..cd53e7b1c311 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.29 2011/10/22 08:19:49 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.30 2011/12/19 19:17:56 tove Exp $ + +*App-Nopaste-0.330.0 (19 Dec 2011) + + 19 Dec 2011; Torsten Veller <tove@gentoo.org> +App-Nopaste-0.330.0.ebuild: + Version bump *App-Nopaste-0.320.0 (22 Oct 2011) |