diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-31 16:34:27 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-31 16:34:27 +0000 |
commit | 0d1e2249751d816503793b32e980c36fb12484d9 (patch) | |
tree | b1263e89b9f70837f4f8d329f68ba577238a2468 /dev-perl/App-Nopaste | |
parent | Marking logwatch-7.3.7_pre20091204 ~ppc64 for bug 295639 (diff) | |
download | gentoo-2-0d1e2249751d816503793b32e980c36fb12484d9.tar.gz gentoo-2-0d1e2249751d816503793b32e980c36fb12484d9.tar.bz2 gentoo-2-0d1e2249751d816503793b32e980c36fb12484d9.zip |
Version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/App-Nopaste')
-rw-r--r-- | dev-perl/App-Nopaste/App-Nopaste-0.18.ebuild | 35 | ||||
-rw-r--r-- | dev-perl/App-Nopaste/ChangeLog | 7 |
2 files changed, 41 insertions, 1 deletions
diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.18.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.18.ebuild new file mode 100644 index 000000000000..0bbb9837e319 --- /dev/null +++ b/dev-perl/App-Nopaste/App-Nopaste-0.18.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.18.ebuild,v 1.1 2009/12/31 16:34:27 tove 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 26e9e6c47ef8..574e2508aad9 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.7 2009/12/24 20:37:54 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.8 2009/12/31 16:34:27 tove Exp $ + +*App-Nopaste-0.18 (31 Dec 2009) + + 31 Dec 2009; Torsten Veller <tove@gentoo.org> +App-Nopaste-0.18.ebuild: + Version bump 24 Dec 2009; Torsten Veller <tove@gentoo.org> -App-Nopaste-0.15.ebuild, -App-Nopaste-0.16.ebuild: |