- EAPI6
- Add USE="examples"
Upstream:
- Arbirary distance support for units
- X-Windows colour support
- EPS Insertion fixed
- err() method to get errors out
- setcmykcolour method added
Package-Manager: portage-2.2.28
DIST PostScript-Simple-0.07.tar.gz 41874 SHA256 69cb6cf22c8ea87d8504b04166c71b73aa736ba76075964842102496c59c33f5 SHA512 deab5d3969dcde498b7ac26f337aeab8f4c042d69e276c6d4db83a802f7b30bc112dde22a956c830bd82d01728669ed909ef0826fe3807f8e08e647930db9286 WHIRLPOOL cec0bb11a3b549001a629e6524974ed07a903fb2c96627ed19048f22b2d674f21c41ceb86dfecdc4ae9e116311bf00888505f974f1d6ae71f1326f20cae090cf
+DIST PostScript-Simple-0.09.tar.gz 35450 SHA256 cf5bbe06e4c097ad7fe085b237831b43f5edde7ddb1cd21fc997c42756ab1856 SHA512 28026060f91e7bcc2722df7e7097667aa2baaa85b1c558e08558fbee3395b0326e0564142e7729068afd13bdf523da32073fd6dbe56317db3e554445b4a04b18 WHIRLPOOL 798e5c238ffc011456ec4ba91462779e20b3477daed367140e346d722c64208325e13773349b020c717bc751537fac08814bd29667b93cdfb9fabb261625b581
--- /dev/null
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MCNEWTON
+DIST_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION="Allows you to have a simple method of writing PostScript files from Perl"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE="test examples"
+
+RDEPEND=""
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( >=virtual/perl-Test-Simple-0.180.0 )
+"
+
+src_install() {
+ perl-module_src_install
+ if use examples; then
+ docompress -x /usr/share/doc/${PF}/examples
+ dodoc -r examples
+ fi
+}