blob: 975884e7ce4eca85fb292a910621ff04d303ba07 (
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-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=GBROWN
MODULE_VERSION=0.18
inherit perl-module
DESCRIPTION="a Gtk2 widget for displaying Plain old Documentation (POD)"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
#SRC_TEST="do"
RDEPEND="x11-libs/gtk+:2
dev-perl/gtk2-perl
dev-perl/IO-stringy
virtual/perl-Pod-Parser
virtual/perl-Pod-Simple
dev-perl/Gtk2-Ex-Simple-List
dev-perl/Locale-gettext"
DEPEND="${RDEPEND}"
|