diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-11-22 16:34:32 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-11-22 16:34:32 +0000 |
commit | 6202842720d08ec4c2ccce291edc95fba4be4d93 (patch) | |
tree | 622774768f7640f0c698b7be8b935bf8628645c8 /dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild | |
parent | New dep of Gtk2-PodViewer (diff) | |
download | gentoo-2-6202842720d08ec4c2ccce291edc95fba4be4d93.tar.gz gentoo-2-6202842720d08ec4c2ccce291edc95fba4be4d93.tar.bz2 gentoo-2-6202842720d08ec4c2ccce291edc95fba4be4d93.zip |
Version bump
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild')
-rw-r--r-- | dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild b/dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild new file mode 100644 index 000000000000..fc83583480a6 --- /dev/null +++ b/dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 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.1 2005/11/22 16:34:32 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="a Gtk2 widget for displaying Plain old Documentation (POD)." +HOMEPAGE="http://search.cpan.org/~gbrown/${P}/" +SRC_URI="mirror://cpan/authors/id/G/GB/GBROWN/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~sparc ~x86" +IUSE="" + +#SRC_TEST="do" + +DEPEND=">=x11-libs/gtk+-2 + dev-perl/gtk2-perl + dev-perl/Gtk2-Ex-PodViewer" |