summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-06 23:34:44 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-08 01:07:41 +0200
commitfe4bb68d4d7dbcc637a71ddebac465861c87116e (patch)
tree79af12365e93e77d52156a8e923571643ddbf2ce /dev-perl/PostScript-Simple
parentdev-perl/POSIX-strftime-Compiler: Bump to version 0.410.0 (diff)
downloadgentoo-fe4bb68d4d7dbcc637a71ddebac465861c87116e.tar.gz
gentoo-fe4bb68d4d7dbcc637a71ddebac465861c87116e.tar.bz2
gentoo-fe4bb68d4d7dbcc637a71ddebac465861c87116e.zip
dev-perl/PostScript-Simple: Bump to version 0.90.0
- 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
Diffstat (limited to 'dev-perl/PostScript-Simple')
-rw-r--r--dev-perl/PostScript-Simple/Manifest1
-rw-r--r--dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/PostScript-Simple/Manifest b/dev-perl/PostScript-Simple/Manifest
index 240c9da8f218..fa8a3b9f8504 100644
--- a/dev-perl/PostScript-Simple/Manifest
+++ b/dev-perl/PostScript-Simple/Manifest
@@ -1 +1,2 @@
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
diff --git a/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild b/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild
new file mode 100644
index 000000000000..18f362d12796
--- /dev/null
+++ b/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild
@@ -0,0 +1,30 @@
+# 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
+}