blob: 50416e76a56af78baaa519bc9fa24fec607b97ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2006 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.09.ebuild,v 1.4 2006/08/05 04:18:04 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/IO-stringy
dev-perl/Locale-gettext
dev-lang/perl"
RDEPEND="${DEPEND}"
|