diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-28 09:12:05 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-28 09:12:05 +0000 |
commit | 5ddbf27d76eacdb508c649297c07c7a085b118f5 (patch) | |
tree | 0a9bbff7f0db8480b0dbab655183e2afb922b0c5 /dev-perl/WWW-Bugzilla | |
parent | Change version scheme (diff) | |
download | gentoo-2-5ddbf27d76eacdb508c649297c07c7a085b118f5.tar.gz gentoo-2-5ddbf27d76eacdb508c649297c07c7a085b118f5.tar.bz2 gentoo-2-5ddbf27d76eacdb508c649297c07c7a085b118f5.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/WWW-Bugzilla')
-rw-r--r-- | dev-perl/WWW-Bugzilla/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild | 27 |
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog index 899550a067a9..d46d56a91e4f 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.41 2009/10/12 20:29:44 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.42 2011/08/28 09:12:05 tove Exp $ + +*WWW-Bugzilla-1.500.0 (28 Aug 2011) + + 28 Aug 2011; Torsten Veller <tove@gentoo.org> +WWW-Bugzilla-1.500.0.ebuild: + Change version scheme *WWW-Bugzilla-1.5 (12 Oct 2009) diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild new file mode 100644 index 000000000000..a2ad621f922e --- /dev/null +++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 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.500.0.ebuild,v 1.1 2011/08/28 09:12:05 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=BMC +MODULE_VERSION=1.5 +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} +} |