diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 22:41:04 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 22:41:04 +0000 |
commit | 9ffd9fa453948cf9b75648f0223c09a3cd5dd3c2 (patch) | |
tree | 597061e26a1ac2a0560097e8065c8a4bf6c7b58d /dev-perl/Gtk2-PodViewer | |
parent | Add ~x86-fbsd keyword wrt bug #159383 (diff) | |
download | historical-9ffd9fa453948cf9b75648f0223c09a3cd5dd3c2.tar.gz historical-9ffd9fa453948cf9b75648f0223c09a3cd5dd3c2.tar.bz2 historical-9ffd9fa453948cf9b75648f0223c09a3cd5dd3c2.zip |
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/Gtk2-PodViewer')
-rw-r--r-- | dev-perl/Gtk2-PodViewer/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-perl/Gtk2-PodViewer/ChangeLog b/dev-perl/Gtk2-PodViewer/ChangeLog index 153610f37498..49f666a012f8 100644 --- a/dev-perl/Gtk2-PodViewer/ChangeLog +++ b/dev-perl/Gtk2-PodViewer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Gtk2-PodViewer -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-PodViewer/ChangeLog,v 1.11 2006/08/06 18:16:09 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-PodViewer/ChangeLog,v 1.12 2007/01/15 22:37:15 mcummings Exp $ + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> + -Gtk2-PodViewer-0.09.ebuild, Gtk2-PodViewer-0.13.ebuild: + Ebuild maintenance 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> Gtk2-PodViewer-0.13.ebuild: diff --git a/dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild b/dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild index 72ad531f454e..3f2b6702c591 100644 --- a/dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild +++ b/dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.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-PodViewer/Gtk2-PodViewer-0.13.ebuild,v 1.9 2006/08/06 18:16:09 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild,v 1.10 2007/01/15 22:37:15 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 )" @@ -19,5 +19,3 @@ DEPEND=">=x11-libs/gtk+-2 dev-perl/gtk2-perl dev-perl/Gtk2-Ex-PodViewer dev-lang/perl" -RDEPEND="${DEPEND}" - |