diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-02 18:52:31 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-02 18:52:31 +0000 |
commit | c3fcd967e3bf94462c3191e4eb5f7b356211c3af (patch) | |
tree | 8f02eb69c1cb24ea8876bc8fdb0ea319d6e7b3ec /dev-perl/App-Nopaste | |
parent | [bump] dev-perl/AnyEvent-6.20.0 (diff) | |
download | historical-c3fcd967e3bf94462c3191e4eb5f7b356211c3af.tar.gz historical-c3fcd967e3bf94462c3191e4eb5f7b356211c3af.tar.bz2 historical-c3fcd967e3bf94462c3191e4eb5f7b356211c3af.zip |
[bump] dev-perl/App-Nopaste-0.310.0
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/App-Nopaste')
-rw-r--r-- | dev-perl/App-Nopaste/App-Nopaste-0.310.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.310.0.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.310.0.ebuild new file mode 100644 index 000000000000..33df19d3fb62 --- /dev/null +++ b/dev-perl/App-Nopaste/App-Nopaste-0.310.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.310.0.ebuild,v 1.1 2011/09/02 18:52:31 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SARTAK +MODULE_VERSION=0.31 +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 8968c6a809c2..a691f096e5e6 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.26 2011/08/30 18:35:12 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.27 2011/09/02 18:52:31 tove Exp $ + +*App-Nopaste-0.310.0 (02 Sep 2011) + + 02 Sep 2011; Torsten Veller <tove@gentoo.org> +App-Nopaste-0.310.0.ebuild: + Version bump *App-Nopaste-0.300.0 (30 Aug 2011) |