diff options
author | Torsten Veller <tove@gentoo.org> | 2011-10-22 08:19:49 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-10-22 08:19:49 +0000 |
commit | 5b908d6f63713f6e4b6caa809c55e7b84dc4ff70 (patch) | |
tree | 93cf40497a2108a6021de96e2c366364cd5173c7 /dev-perl/App-Nopaste | |
parent | Stabilize the revbump everywhere and drop the old version. Nothing arch-speci... (diff) | |
download | gentoo-2-5b908d6f63713f6e4b6caa809c55e7b84dc4ff70.tar.gz gentoo-2-5b908d6f63713f6e4b6caa809c55e7b84dc4ff70.tar.bz2 gentoo-2-5b908d6f63713f6e4b6caa809c55e7b84dc4ff70.zip |
[bump] dev-perl/App-Nopaste-0.320.0
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/App-Nopaste')
-rw-r--r-- | dev-perl/App-Nopaste/App-Nopaste-0.320.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.320.0.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.320.0.ebuild new file mode 100644 index 000000000000..acdfea99bc0f --- /dev/null +++ b/dev-perl/App-Nopaste/App-Nopaste-0.320.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.320.0.ebuild,v 1.1 2011/10/22 08:19:49 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SARTAK +MODULE_VERSION=0.32 +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 3d4bfa8028d4..e26026de1608 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.28 2011/09/04 11:20:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.29 2011/10/22 08:19:49 tove Exp $ + +*App-Nopaste-0.320.0 (22 Oct 2011) + + 22 Oct 2011; Torsten Veller <tove@gentoo.org> +App-Nopaste-0.320.0.ebuild: + Version bump 04 Sep 2011; Torsten Veller <tove@gentoo.org> -App-Nopaste-0.280.0.ebuild, -App-Nopaste-0.290.0.ebuild, -App-Nopaste-0.300.0.ebuild: |