diff options
author | Torsten Veller <tove@gentoo.org> | 2012-12-10 19:38:04 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-12-10 19:38:04 +0000 |
commit | a2cc94f280c387393521e5dbe7677623c6d96c3b (patch) | |
tree | a3ad0f9c3b15076d6ce962182ffc1d0bfff525e7 /dev-perl/App-Nopaste | |
parent | dev-lang/idb: Version BUmp (diff) | |
download | gentoo-2-a2cc94f280c387393521e5dbe7677623c6d96c3b.tar.gz gentoo-2-a2cc94f280c387393521e5dbe7677623c6d96c3b.tar.bz2 gentoo-2-a2cc94f280c387393521e5dbe7677623c6d96c3b.zip |
[bump] dev-perl/App-Nopaste-0.900.0
(Portage version: 2.2.0_alpha145/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/App-Nopaste')
-rw-r--r-- | dev-perl/App-Nopaste/App-Nopaste-0.900.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.900.0.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.900.0.ebuild new file mode 100644 index 000000000000..3c2f5c122634 --- /dev/null +++ b/dev-perl/App-Nopaste/App-Nopaste-0.900.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2012 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.900.0.ebuild,v 1.1 2012/12/10 19:38:04 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SARTAK +MODULE_VERSION=0.90 +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/Getopt-Long-Descriptive + dev-perl/JSON + dev-perl/WWW-Mechanize + virtual/perl-Module-Pluggable + 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 49715ffa2005..d336ce6be127 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.35 2012/11/18 11:07:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.36 2012/12/10 19:38:04 tove Exp $ + +*App-Nopaste-0.900.0 (10 Dec 2012) + + 10 Dec 2012; Torsten Veller <tove@gentoo.org> +App-Nopaste-0.900.0.ebuild: + Version bump 18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: Drop duplication of myself as a maintainer where there is a herd. |