summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/WWW-Bugzilla')
-rw-r--r--dev-perl/WWW-Bugzilla/ChangeLog5
-rw-r--r--dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild24
2 files changed, 28 insertions, 1 deletions
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 <tove@gentoo.org> +WWW-Bugzilla-1.3.ebuild:
+ Version bump
02 May 2009; Torsten Veller <tove@gentoo.org> -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}
+}