diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-05-24 16:53:11 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-05-24 16:53:11 +0000 |
commit | afb64c8bd624f01974f19c48e9174e14e03c6f23 (patch) | |
tree | 611246158230d0fcd8d284b442cbf52cb9d64cc5 /dev-perl/WWW-Bugzilla | |
parent | Remove old versions and associated files. (diff) | |
download | historical-afb64c8bd624f01974f19c48e9174e14e03c6f23.tar.gz historical-afb64c8bd624f01974f19c48e9174e14e03c6f23.tar.bz2 historical-afb64c8bd624f01974f19c48e9174e14e03c6f23.zip |
Version bump
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'dev-perl/WWW-Bugzilla')
-rw-r--r-- | dev-perl/WWW-Bugzilla/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.0.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/WWW-Bugzilla/files/digest-WWW-Bugzilla-1.0 | 3 |
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog index 8ca078373a4f..162a6407d8c4 100644 --- a/dev-perl/WWW-Bugzilla/ChangeLog +++ b/dev-perl/WWW-Bugzilla/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/WWW-Bugzilla # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.22 2007/04/22 13:50:04 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.23 2007/05/24 16:53:11 mcummings Exp $ + +*WWW-Bugzilla-1.0 (24 May 2007) + + 24 May 2007; Michael Cummings <mcummings@gentoo.org> + +WWW-Bugzilla-1.0.ebuild: + Version bump *WWW-Bugzilla-0.9 (22 Apr 2007) diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.0.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.0.ebuild new file mode 100644 index 000000000000..f3cff2b411f6 --- /dev/null +++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 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.0.ebuild,v 1.1 2007/05/24 16:53:11 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="WWW::Bugzilla - automate interaction with bugzilla" +SRC_URI="mirror://cpan/authors/id/B/BM/BMC/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~bmc/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-perl/WWW-Mechanize + dev-perl/Class-MethodMaker + dev-lang/perl" + +DEPEND="${RDEPEND}" diff --git a/dev-perl/WWW-Bugzilla/files/digest-WWW-Bugzilla-1.0 b/dev-perl/WWW-Bugzilla/files/digest-WWW-Bugzilla-1.0 new file mode 100644 index 000000000000..ba6b94f5793f --- /dev/null +++ b/dev-perl/WWW-Bugzilla/files/digest-WWW-Bugzilla-1.0 @@ -0,0 +1,3 @@ +MD5 584501a085e53807f5cafff3363164b1 WWW-Bugzilla-1.0.tar.gz 20679 +RMD160 d6937a7ac555ec58776ab5de6b9512c4166ba7c6 WWW-Bugzilla-1.0.tar.gz 20679 +SHA256 f43d38cf10d897a468f79170215b20c8c0a58564b8ba922b9ece7f82ecc750c4 WWW-Bugzilla-1.0.tar.gz 20679 |