diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-23 18:58:53 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-23 18:58:53 +0000 |
commit | 1070b818559f5edf16fe91fbb807d08cacc4c206 (patch) | |
tree | 450be75b01b4a26bd3651252d9a6e3f2a692731f /dev-perl/WWW-Bugzilla | |
parent | Version bump. (diff) | |
download | historical-1070b818559f5edf16fe91fbb807d08cacc4c206.tar.gz historical-1070b818559f5edf16fe91fbb807d08cacc4c206.tar.bz2 historical-1070b818559f5edf16fe91fbb807d08cacc4c206.zip |
Clean up ebuild.
Package-Manager: portage-2.2_rc18/cvs/Linux 2.6.28-rc6-00007-ged31348 x86_64
Diffstat (limited to 'dev-perl/WWW-Bugzilla')
-rw-r--r-- | dev-perl/WWW-Bugzilla/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.9.ebuild | 10 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog index 7d8a46416fb6..5add576cf9eb 100644 --- a/dev-perl/WWW-Bugzilla/ChangeLog +++ b/dev-perl/WWW-Bugzilla/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/WWW-Bugzilla # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.30 2008/02/15 15:59:38 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.31 2008/12/23 18:58:53 robbat2 Exp $ + + 23 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> + WWW-Bugzilla-0.9.ebuild: + Clean up ebuild. 15 Feb 2008; Samuli Suominen <drac@gentoo.org> -WWW-Bugzilla-1.0.ebuild, -WWW-Bugzilla-1.3.ebuild: diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.9.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.9.ebuild index 92c4213e5b66..4ef4519f9918 100644 --- a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.9.ebuild +++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.9.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.3 2007/11/10 16:18:51 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.9.ebuild,v 1.4 2008/12/23 18:58:53 robbat2 Exp $ +MODULE_AUTHOR=BMC 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" @@ -14,7 +13,6 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" RDEPEND="dev-perl/WWW-Mechanize - dev-perl/Class-MethodMaker - dev-lang/perl" + dev-perl/Class-MethodMaker" DEPEND="${RDEPEND}" |