diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-15 09:09:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-15 09:09:30 +0000 |
commit | 04f5a89ae692a56b454505645c945291db0af0a3 (patch) | |
tree | 27d85a337e2c397153dc3f55b41f00e747e5af4c /dev-perl/App-Nopaste | |
parent | Version bump (diff) | |
download | gentoo-2-04f5a89ae692a56b454505645c945291db0af0a3.tar.gz gentoo-2-04f5a89ae692a56b454505645c945291db0af0a3.tar.bz2 gentoo-2-04f5a89ae692a56b454505645c945291db0af0a3.zip |
Version bump
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/App-Nopaste')
-rw-r--r-- | dev-perl/App-Nopaste/App-Nopaste-0.250.ebuild | 39 | ||||
-rw-r--r-- | dev-perl/App-Nopaste/ChangeLog | 7 |
2 files changed, 45 insertions, 1 deletions
diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.250.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.250.ebuild new file mode 100644 index 000000000000..9acc924541e5 --- /dev/null +++ b/dev-perl/App-Nopaste/App-Nopaste-0.250.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.250.ebuild,v 1.1 2011/01/15 09:09:30 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=SARTAK +MODULE_VERSION=0.25 +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 da504090ae0c..53d14c031027 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.18 2011/01/14 18:45:50 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.19 2011/01/15 09:09:30 tove Exp $ + +*App-Nopaste-0.250 (15 Jan 2011) + + 15 Jan 2011; Torsten Veller <tove@gentoo.org> +App-Nopaste-0.250.ebuild: + Version bump 14 Jan 2011; Torsten Veller <tove@gentoo.org> -App-Nopaste-0.22.ebuild: Cleanup |