summaryrefslogtreecommitdiff
blob: ed75552cfe8fbf53a1f5b0f11dc9b66ce11186db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.03.ebuild,v 1.4 2007/11/10 13:18:52 drac Exp $

inherit perl-module

DESCRIPTION="a simple, pure Perl dialog for printing PostScript data in GTK+ applications"
HOMEPAGE="http://search.cpan.org/~gbrown/"
SRC_URI="mirror://cpan/authors/id/G/GB/GBROWN/${P}.tar.gz"

LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="amd64 ia64 x86"
IUSE="cups"
#SRC_TEST="do"

DEPEND="cups? ( dev-perl/Net-CUPS )
		dev-perl/gtk2-perl
		>=dev-perl/Locale-gettext-1.04
		dev-lang/perl"