diff options
author | Torsten Veller <tove@gentoo.org> | 2010-11-28 09:19:32 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-11-28 09:19:32 +0000 |
commit | ecb769d93b2cf1dc76a3b48eaf3bea0a221c1b60 (patch) | |
tree | a2feca0d89387d0b2f5ccd7196776f7325eb1c98 /dev-perl/App-Nopaste | |
parent | Version bump. (diff) | |
download | gentoo-2-ecb769d93b2cf1dc76a3b48eaf3bea0a221c1b60.tar.gz gentoo-2-ecb769d93b2cf1dc76a3b48eaf3bea0a221c1b60.tar.bz2 gentoo-2-ecb769d93b2cf1dc76a3b48eaf3bea0a221c1b60.zip |
Version bump
(Portage version: 2.2.0_alpha5/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/App-Nopaste')
-rw-r--r-- | dev-perl/App-Nopaste/App-Nopaste-0.23.ebuild | 38 | ||||
-rw-r--r-- | dev-perl/App-Nopaste/ChangeLog | 7 |
2 files changed, 44 insertions, 1 deletions
diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.23.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.23.ebuild new file mode 100644 index 000000000000..5d1967355e6f --- /dev/null +++ b/dev-perl/App-Nopaste/App-Nopaste-0.23.ebuild @@ -0,0 +1,38 @@ +# 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.23.ebuild,v 1.1 2010/11/28 09:19:32 tove Exp $ + +EAPI=3 + +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-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 2c9b0ffad40f..f0870b851a10 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.16 2010/08/15 17:03:26 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.17 2010/11/28 09:19:32 tove Exp $ + +*App-Nopaste-0.23 (28 Nov 2010) + + 28 Nov 2010; Torsten Veller <tove@gentoo.org> +App-Nopaste-0.23.ebuild: + Version bump 15 Aug 2010; Torsten Veller <tove@gentoo.org> -App-Nopaste-0.21.ebuild: Cleanup |