summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-12-04 14:17:35 +1300
committerKent Fredric <kentnl@gentoo.org>2017-12-04 14:17:35 +1300
commit14f15ff2085d2ba0909bda52915469a72e4ed624 (patch)
treefbff11d0a600bc50f4d2b6b5a2385d2d88899665 /dev-perl/Net-CUPS/Net-CUPS-0.640.0.ebuild
parentdev-perl/Net-IMAP-Simple: Bump to version 1.220.900 re bug #623004 (diff)
downloadgentoo-14f15ff2085d2ba0909bda52915469a72e4ed624.tar.gz
gentoo-14f15ff2085d2ba0909bda52915469a72e4ed624.tar.bz2
gentoo-14f15ff2085d2ba0909bda52915469a72e4ed624.zip
dev-perl/Net-CUPS: Bump to version 0.640.0
- Add USE=examples Upstream: - Report printer-state attribute and support non-string device attributes in general Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Net-CUPS/Net-CUPS-0.640.0.ebuild')
-rw-r--r--dev-perl/Net-CUPS/Net-CUPS-0.640.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Net-CUPS/Net-CUPS-0.640.0.ebuild b/dev-perl/Net-CUPS/Net-CUPS-0.640.0.ebuild
new file mode 100644
index 000000000000..c928e6ef716c
--- /dev/null
+++ b/dev-perl/Net-CUPS/Net-CUPS-0.640.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=NINE
+DIST_VERSION=0.64
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module
+
+DESCRIPTION="CUPS C API Interface"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ net-print/cups
+ net-print/cups-filters
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"