diff options
author | 2005-12-12 13:12:34 +0000 | |
---|---|---|
committer | 2005-12-12 13:12:34 +0000 | |
commit | 2e143ab335a6f301bf3f44cc71870ed93dc8b878 (patch) | |
tree | 3c7dafc82276126f1bb00926fb4c5c5ae17dc09a /dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild | |
parent | Dep for podbrowser for cups support (diff) | |
download | gentoo-2-2e143ab335a6f301bf3f44cc71870ed93dc8b878.tar.gz gentoo-2-2e143ab335a6f301bf3f44cc71870ed93dc8b878.tar.bz2 gentoo-2-2e143ab335a6f301bf3f44cc71870ed93dc8b878.zip |
Dep for podbrowser for print support
(Portage version: 2.0.53)
Diffstat (limited to 'dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild')
-rw-r--r-- | dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild new file mode 100644 index 000000000000..10ee9de49197 --- /dev/null +++ b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 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.02.ebuild,v 1.1 2005/12/12 13:12:34 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="a simple, pure Perl dialog for printing PostScript data in GTK+ applications" +HOMEPAGE="http://search.cpan.org/search?query=${PN}" +SRC_URI="mirror://cpan/authors/id/G/GB/GBROWN/${P}.tar.gz" + +LICENSE="|| (Artistic GPL-2)" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +SRC_TEST="do" + +DEPEND="" +RDEPEND="cups? ( dev-perl/Net-CUPS ) + dev-perl/gtk2-perl + dev-perl/Locale-gettext" + |