25 lines
633 B
Bash
25 lines
633 B
Bash
# Copyright 1999-2012 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.180.0.ebuild,v 1.4 2012/03/25 15:13:02 armin76 Exp $
|
|
|
|
EAPI=4
|
|
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-PodParser
|
|
virtual/perl-Pod-Simple
|
|
dev-perl/Gtk2-Ex-Simple-List
|
|
dev-perl/Locale-gettext"
|
|
DEPEND="${RDEPEND}"
|