diff options
author | 2009-05-02 09:23:37 +0000 | |
---|---|---|
committer | 2009-05-02 09:23:37 +0000 | |
commit | eae51e81b6c8fee733e367a693f81921e5a1c321 (patch) | |
tree | 4ccde5c1c12932447ecfbab0941858de5c83a7e2 /dev-perl/WWW-Bugzilla | |
parent | Cleanup (diff) | |
download | gentoo-2-eae51e81b6c8fee733e367a693f81921e5a1c321.tar.gz gentoo-2-eae51e81b6c8fee733e367a693f81921e5a1c321.tar.bz2 gentoo-2-eae51e81b6c8fee733e367a693f81921e5a1c321.zip |
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/WWW-Bugzilla')
-rw-r--r-- | dev-perl/WWW-Bugzilla/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild | 20 |
2 files changed, 5 insertions, 22 deletions
diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog index 5add576cf9eb..3146d876d18e 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.31 2008/12/23 18:58:53 robbat2 Exp $ +# 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 $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> -WWW-Bugzilla-0.4.ebuild: + Cleanup 23 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> WWW-Bugzilla-0.9.ebuild: diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild deleted file mode 100644 index e50de71b95c1..000000000000 --- a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2006 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.4.ebuild,v 1.13 2007/07/10 23:33:29 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="automate interaction with bugzilla" -SRC_URI="mirror://cpan/authors/id/M/MC/MCVELLA/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~mcvella/${P}" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc sparc x86" -IUSE="" - -RDEPEND="dev-perl/WWW-Mechanize - <dev-perl/Class-MethodMaker-2 - dev-lang/perl" - -DEPEND="${RDEPEND}" |