diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 22:34:31 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 22:34:31 +0000 |
commit | 859ba716a3ae37f206dbbcd3ba5988f627baece5 (patch) | |
tree | 5a9b118b2b1c034637f6dc5fbc13b527ce351f73 /dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-859ba716a3ae37f206dbbcd3ba5988f627baece5.tar.gz gentoo-2-859ba716a3ae37f206dbbcd3ba5988f627baece5.tar.bz2 gentoo-2-859ba716a3ae37f206dbbcd3ba5988f627baece5.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild')
-rw-r--r-- | dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild b/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild index ab94241040cc..6735a4fa7ad0 100644 --- a/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild +++ b/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild,v 1.5 2006/10/15 16:59:05 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild,v 1.6 2007/01/15 22:34:31 mcummings Exp $ inherit perl-module DESCRIPTION="a Gtk2 widget for displaying Plain old Documentation (POD)." -HOMEPAGE="http://search.cpan.org/~gbrown/${P}/" +HOMEPAGE="http://search.cpan.org/~gbrown/" SRC_URI="mirror://cpan/authors/id/G/GB/GBROWN/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" @@ -23,5 +23,3 @@ DEPEND=">=x11-libs/gtk+-2 dev-perl/Gtk2-Ex-Simple-List dev-perl/Locale-gettext dev-lang/perl" -RDEPEND="${DEPEND}" - |