diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-12 20:29:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-12 20:29:44 +0000 |
commit | f61703034e3ec0be37d18a6e36afe054a06c45e2 (patch) | |
tree | 2f63fcaccd69dabfb6c6480ceec438cf50953814 /dev-perl/WWW-Bugzilla | |
parent | Too long desc. (diff) | |
download | gentoo-2-f61703034e3ec0be37d18a6e36afe054a06c45e2.tar.gz gentoo-2-f61703034e3ec0be37d18a6e36afe054a06c45e2.tar.bz2 gentoo-2-f61703034e3ec0be37d18a6e36afe054a06c45e2.zip |
Version bump
(Portage version: 2.2_rc45/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/WWW-Bugzilla')
-rw-r--r-- | dev-perl/WWW-Bugzilla/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.5.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog index 9e2e3e88926f..899550a067a9 100644 --- a/dev-perl/WWW-Bugzilla/ChangeLog +++ b/dev-perl/WWW-Bugzilla/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/WWW-Bugzilla # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.40 2009/10/12 11:26:49 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.41 2009/10/12 20:29:44 tove Exp $ + +*WWW-Bugzilla-1.5 (12 Oct 2009) + + 12 Oct 2009; Torsten Veller <tove@gentoo.org> +WWW-Bugzilla-1.5.ebuild: + Version bump 12 Oct 2009; Torsten Veller <tove@gentoo.org> -WWW-Bugzilla-0.8.ebuild: Cleanup diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.5.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.5.ebuild new file mode 100644 index 000000000000..83b03961b614 --- /dev/null +++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.5.ebuild @@ -0,0 +1,26 @@ +# 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.5.ebuild,v 1.1 2009/10/12 20:29:44 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=BMC +inherit perl-module + +DESCRIPTION="WWW::Bugzilla - automate interaction with bugzilla" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-perl/WWW-Mechanize + >=dev-perl/Params-Validate-0.88 + >=dev-perl/Crypt-SSLeay-0.57 + dev-perl/Class-MethodMaker" +DEPEND="${RDEPEND}" + +src_prepare() { + perl-module_src_prepare + mkdir "${S}"/lib + cp -r "${S}"/{WWW,lib} +} |