diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-10 10:18:52 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-10 10:18:52 +0000 |
commit | ded1cbc2c1a6c2dea61388af5a2a162c9ebf5750 (patch) | |
tree | f58b161f65a60baf7af373e047eae96ae56177be /dev-perl/App-Nopaste | |
parent | Drop the old versions that had issues known to me, and are not dependancies f... (diff) | |
download | historical-ded1cbc2c1a6c2dea61388af5a2a162c9ebf5750.tar.gz historical-ded1cbc2c1a6c2dea61388af5a2a162c9ebf5750.tar.bz2 historical-ded1cbc2c1a6c2dea61388af5a2a162c9ebf5750.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc49/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/App-Nopaste')
-rw-r--r-- | dev-perl/App-Nopaste/App-Nopaste-0.17.ebuild | 35 | ||||
-rw-r--r-- | dev-perl/App-Nopaste/ChangeLog | 8 |
2 files changed, 42 insertions, 1 deletions
diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.17.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.17.ebuild new file mode 100644 index 000000000000..3ec5171b991e --- /dev/null +++ b/dev-perl/App-Nopaste/App-Nopaste-0.17.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2009 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.17.ebuild,v 1.1 2009/11/10 09:56:43 robbat2 Exp $ + +EAPI=2 + +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-util/git[perl] + dev-perl/Config-INI + ) + ) +" +RDEPEND="${DEPEND}" +SRC_TEST="do" diff --git a/dev-perl/App-Nopaste/ChangeLog b/dev-perl/App-Nopaste/ChangeLog index 50f0b7a1547b..fd6697a58b5f 100644 --- a/dev-perl/App-Nopaste/ChangeLog +++ b/dev-perl/App-Nopaste/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/App-Nopaste # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.5 2009/10/17 12:12:23 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.6 2009/11/10 09:56:43 robbat2 Exp $ + +*App-Nopaste-0.17 (10 Nov 2009) + + 10 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + +App-Nopaste-0.17.ebuild: + Version bump via perl-bump experimental tool. *App-Nopaste-0.16 (17 Oct 2009) |