summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-05-12 13:28:54 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-05-12 13:28:54 +0000
commitf7eae1a356a293051432aff1ae65b66989aa4531 (patch)
treeaaec91471a22428c3bd6370e8e32bc7687ed2e42 /dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.03.ebuild
parentStable on x86. (diff)
downloadhistorical-f7eae1a356a293051432aff1ae65b66989aa4531.tar.gz
historical-f7eae1a356a293051432aff1ae65b66989aa4531.tar.bz2
historical-f7eae1a356a293051432aff1ae65b66989aa4531.zip
Version bump
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.03.ebuild')
-rw-r--r--dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.03.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.03.ebuild b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.03.ebuild
new file mode 100644
index 000000000000..1712e2a5988f
--- /dev/null
+++ b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.03.ebuild
@@ -0,0 +1,21 @@
+# 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.1 2007/05/12 13:28:54 mcummings 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"
+