diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 09:39:48 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 09:39:48 +0000 |
commit | e81a5a9aa3807ec27f8b91d04a180e95594bc610 (patch) | |
tree | cc2eb8fe0af3916ed9f777c26ac9b7930069ef12 /dev-perl/WWW-Bugzilla | |
parent | Migrate to EAPI 2. (diff) | |
download | gentoo-2-e81a5a9aa3807ec27f8b91d04a180e95594bc610.tar.gz gentoo-2-e81a5a9aa3807ec27f8b91d04a180e95594bc610.tar.bz2 gentoo-2-e81a5a9aa3807ec27f8b91d04a180e95594bc610.zip |
Version bump
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/WWW-Bugzilla')
-rw-r--r-- | dev-perl/WWW-Bugzilla/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild | 24 |
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} +} |