From 8b9a6bb7e0e2d4ad6684481ed84d57549697bb7f Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Sun, 28 Aug 2011 09:05:12 +0000 Subject: Change version scheme (Portage version: 2.2.0_alpha51/cvs/Linux x86_64) --- dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog | 10 +++++++-- .../WWW-Pastebin-PastebinCom-Create-0.3.0.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.3.0.ebuild (limited to 'dev-perl/WWW-Pastebin-PastebinCom-Create') diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog b/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog index 3c1801db4195..50695ec64546 100644 --- a/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog +++ b/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/WWW-Pastebin-PastebinCom-Create -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog,v 1.5 2010/04/09 07:23:19 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog,v 1.6 2011/08/28 09:05:12 tove Exp $ + +*WWW-Pastebin-PastebinCom-Create-0.3.0 (28 Aug 2011) + + 28 Aug 2011; Torsten Veller + +WWW-Pastebin-PastebinCom-Create-0.3.0.ebuild: + Change version scheme 09 Apr 2010; Torsten Veller -WWW-Pastebin-PastebinCom-Create-0.002.ebuild: diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.3.0.ebuild b/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.3.0.ebuild new file mode 100644 index 000000000000..86f7e05800a1 --- /dev/null +++ b/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.3.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.3.0.ebuild,v 1.1 2011/08/28 09:05:12 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ZOFFIX +MODULE_VERSION=0.003 +inherit perl-module + +DESCRIPTION="paste to from Perl" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=">=dev-perl/URI-1.35 + >=dev-perl/libwww-perl-5.807" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( virtual/perl-Test-Simple + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" -- cgit v1.2.3-65-gdbad