diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-04-22 13:50:04 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-04-22 13:50:04 +0000 |
commit | 9f7904b016989e41c61e55dac6bb6090b7e566e1 (patch) | |
tree | 5fde72a61737c9942f9c4a1430991fbf77a7caa4 /dev-perl/WWW-Bugzilla | |
parent | ppc stable, bug #173878 (diff) | |
download | gentoo-2-9f7904b016989e41c61e55dac6bb6090b7e566e1.tar.gz gentoo-2-9f7904b016989e41c61e55dac6bb6090b7e566e1.tar.bz2 gentoo-2-9f7904b016989e41c61e55dac6bb6090b7e566e1.zip |
Version bump
(Portage version: 2.1.2.3)
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-0.9.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/WWW-Bugzilla/files/digest-WWW-Bugzilla-0.9 | 3 |
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog index 3003d3295ccd..8ca078373a4f 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.21 2007/03/05 12:37:54 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.22 2007/04/22 13:50:04 mcummings Exp $ + +*WWW-Bugzilla-0.9 (22 Apr 2007) + + 22 Apr 2007; Michael Cummings <mcummings@gentoo.org> + +WWW-Bugzilla-0.9.ebuild: + Version bump 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> WWW-Bugzilla-0.8.ebuild: Stable on x86, bug #169152. diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.9.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.9.ebuild new file mode 100644 index 000000000000..79bbbdaa4412 --- /dev/null +++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.9.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-0.9.ebuild,v 1.1 2007/04/22 13:50:04 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-0.9 b/dev-perl/WWW-Bugzilla/files/digest-WWW-Bugzilla-0.9 new file mode 100644 index 000000000000..403f47eeb7bf --- /dev/null +++ b/dev-perl/WWW-Bugzilla/files/digest-WWW-Bugzilla-0.9 @@ -0,0 +1,3 @@ +MD5 c30ee4a725bad258994683060c760b3a WWW-Bugzilla-0.9.tar.gz 18472 +RMD160 4b4ff2e8eac1add86d84d7932bc4cfaf536ebb4e WWW-Bugzilla-0.9.tar.gz 18472 +SHA256 79806b66fe040984f535853582683245b8c4d9fb1832abd3ee2dfc5bb05b7d95 WWW-Bugzilla-0.9.tar.gz 18472 |