From e81a5a9aa3807ec27f8b91d04a180e95594bc610 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Sat, 2 May 2009 09:39:48 +0000 Subject: Version bump (Portage version: 2.2_rc31/cvs/Linux i686) --- dev-perl/WWW-Bugzilla/ChangeLog | 5 ++++- dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild (limited to 'dev-perl/WWW-Bugzilla') diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog index 3146d876d18e..32d07ada33b5 100644 --- a/dev-perl/WWW-Bugzilla/ChangeLog +++ b/dev-perl/WWW-Bugzilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/WWW-Bugzilla # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.32 2009/05/02 09:23:37 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.33 2009/05/02 09:39:48 tove Exp $ + + 02 May 2009; Torsten Veller +WWW-Bugzilla-1.3.ebuild: + Version bump 02 May 2009; Torsten Veller -WWW-Bugzilla-0.4.ebuild: Cleanup diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild new file mode 100644 index 000000000000..11770c18f209 --- /dev/null +++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild,v 1.3 2009/05/02 09:39:48 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=BMC +inherit perl-module + +DESCRIPTION="WWW::Bugzilla - automate interaction with bugzilla" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-perl/WWW-Mechanize + dev-perl/Class-MethodMaker" +DEPEND="${RDEPEND}" + +src_prepare() { + perl-module_src_prepare + mkdir "${S}"/lib + cp -r "${S}"/{WWW,lib} +} -- cgit v1.2.3-65-gdbad