diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-23 08:13:47 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-23 08:13:47 +0000 |
commit | f4ea882d91f77dd3a7af0600098b7e8deef583e3 (patch) | |
tree | efd3918d45a3508b449b3640d3c2709360f1554b /dev-perl/App-Nopaste | |
parent | Fix slot-deps on gnome libs (diff) | |
download | historical-f4ea882d91f77dd3a7af0600098b7e8deef583e3.tar.gz historical-f4ea882d91f77dd3a7af0600098b7e8deef583e3.tar.bz2 historical-f4ea882d91f77dd3a7af0600098b7e8deef583e3.zip |
[bump] dev-perl/App-Nopaste-0.280.0
Package-Manager: portage-2.2.0_alpha28/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/App-Nopaste')
-rw-r--r-- | dev-perl/App-Nopaste/App-Nopaste-0.280.0.ebuild | 39 | ||||
-rw-r--r-- | dev-perl/App-Nopaste/ChangeLog | 7 |
2 files changed, 45 insertions, 1 deletions
diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.280.0.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.280.0.ebuild new file mode 100644 index 000000000000..bfa6c24992b8 --- /dev/null +++ b/dev-perl/App-Nopaste/App-Nopaste-0.280.0.ebuild @@ -0,0 +1,39 @@ +# 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.280.0.ebuild,v 1.1 2011/03/23 08:13:47 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=SARTAK +MODULE_VERSION=0.28 +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-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 0da5912284f3..3e8544432951 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.21 2011/03/11 07:20:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.22 2011/03/23 08:13:47 tove Exp $ + +*App-Nopaste-0.280.0 (23 Mar 2011) + + 23 Mar 2011; Torsten Veller <tove@gentoo.org> +App-Nopaste-0.280.0.ebuild: + Version bump *App-Nopaste-0.270.0 (11 Mar 2011) |