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.14.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.14.ebuild')
-rw-r--r-- | dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.14.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.14.ebuild b/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.14.ebuild index dd3e2ad5d165..4e4ea32fe289 100644 --- a/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.14.ebuild +++ b/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.14.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.14.ebuild,v 1.11 2006/08/05 04:14:09 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.14.ebuild,v 1.12 2007/01/15 22:34:31 mcummings Exp $ inherit perl-module eutils 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,7 +23,6 @@ DEPEND=">=x11-libs/gtk+-2 dev-perl/Gtk2-Ex-Simple-List dev-perl/Locale-gettext dev-lang/perl" -RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |