public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PostScript-Simple/
@ 2016-04-07 23:07 Andreas Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2016-04-07 23:07 UTC (permalink / raw
  To: gentoo-commits

commit:     fe4bb68d4d7dbcc637a71ddebac465861c87116e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr  6 11:34:44 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 23:07:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4bb68d

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

 dev-perl/PostScript-Simple/Manifest                |  1 +
 .../PostScript-Simple-0.90.0.ebuild                | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/PostScript-Simple/Manifest b/dev-perl/PostScript-Simple/Manifest
index 240c9da..fa8a3b9 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 0000000..18f362d
--- /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
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PostScript-Simple/
@ 2016-05-13 10:12 Agostino Sarubbo
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2016-05-13 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     b4c4a7aaa901608d6105839ca0047edfcabc563c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 10:10:58 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri May 13 10:11:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c4a7aa

dev-perl/PostScript-Simple: amd64 stable wrt bug #580976

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild b/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild
index 18f362d..5ef5f6f 100644
--- a/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild
+++ b/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Allows you to have a simple method of writing PostScript files from
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
 IUSE="test examples"
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PostScript-Simple/
@ 2016-05-25 23:29 Andreas Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2016-05-25 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     68556e454fb7ab5ceb365e7c6f5614e28e0b35ec
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 23:25:50 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May 25 23:29:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68556e45

dev-perl/PostScript-Simple: Retroactively stable for hppa/ia64/ppc/sparc/x86 (ALLARCHES), bug 580976

Package-Manager: portage-2.3.0_rc1

 dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild b/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild
index 5ef5f6f..5b16693 100644
--- a/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild
+++ b/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Allows you to have a simple method of writing PostScript files from
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 hppa ia64 ppc sparc x86"
 IUSE="test examples"
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PostScript-Simple/
@ 2016-05-25 23:29 Andreas Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2016-05-25 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     8e59fd49c1669d89ffdf4f940dc9a0bdc0d8171f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 23:26:11 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May 25 23:29:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e59fd49

dev-perl/PostScript-Simple: Remove old

Package-Manager: portage-2.3.0_rc1

 dev-perl/PostScript-Simple/Manifest                      |  1 -
 .../PostScript-Simple/PostScript-Simple-0.70.0-r1.ebuild | 16 ----------------
 2 files changed, 17 deletions(-)

diff --git a/dev-perl/PostScript-Simple/Manifest b/dev-perl/PostScript-Simple/Manifest
index fa8a3b9..efee762 100644
--- a/dev-perl/PostScript-Simple/Manifest
+++ b/dev-perl/PostScript-Simple/Manifest
@@ -1,2 +1 @@
-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.70.0-r1.ebuild b/dev-perl/PostScript-Simple/PostScript-Simple-0.70.0-r1.ebuild
deleted file mode 100644
index 1aa253c..0000000
--- a/dev-perl/PostScript-Simple/PostScript-Simple-0.70.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=MCNEWTON
-MODULE_VERSION=0.07
-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=""


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PostScript-Simple/
@ 2021-07-31 19:43 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-07-31 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     a20ba420244707d7089b43bfca3211fd5043342a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 19:42:18 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 19:43:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20ba420

dev-perl/PostScript-Simple: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...0.90.0.ebuild => PostScript-Simple-0.90.0-r1.ebuild} | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild b/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0-r1.ebuild
similarity index 61%
rename from dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild
rename to dev-perl/PostScript-Simple/PostScript-Simple-0.90.0-r1.ebuild
index 292515aa8a4..1acef5df112 100644
--- a/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild
+++ b/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0-r1.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=MCNEWTON
 DIST_VERSION=0.09
+DIST_EXAMPLES=( "examples/*" )
 inherit perl-module
 
 DESCRIPTION="Allows you to have a simple method of writing PostScript files from Perl"
@@ -12,19 +13,9 @@ DESCRIPTION="Allows you to have a simple method of writing PostScript files from
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~hppa ~ia64 ppc sparc x86"
-IUSE="test examples"
-RESTRICT="!test? ( test )"
 
 RDEPEND=""
-DEPEND="
+BDEPEND="
 	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
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-31 19:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-25 23:29 [gentoo-commits] repo/gentoo:master commit in: dev-perl/PostScript-Simple/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-07-31 19:43 Andreas K. Hüttel
2016-05-25 23:29 Andreas Hüttel
2016-05-13 10:12 Agostino Sarubbo
2016-04-07 23:07 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox