Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PostScript-Simple/
Date: Sat, 31 Jul 2021 19:43:33
Message-Id: 1627760596.a20ba420244707d7089b43bfca3211fd5043342a.dilfridge@gentoo
1 commit: a20ba420244707d7089b43bfca3211fd5043342a
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 19:42:18 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 19:43:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20ba420
7
8 dev-perl/PostScript-Simple: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...0.90.0.ebuild => PostScript-Simple-0.90.0-r1.ebuild} | 17 ++++-------------
14 1 file changed, 4 insertions(+), 13 deletions(-)
15
16 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
17 similarity index 61%
18 rename from dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild
19 rename to dev-perl/PostScript-Simple/PostScript-Simple-0.90.0-r1.ebuild
20 index 292515aa8a4..1acef5df112 100644
21 --- a/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0.ebuild
22 +++ b/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0-r1.ebuild
23 @@ -1,10 +1,11 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=MCNEWTON
32 DIST_VERSION=0.09
33 +DIST_EXAMPLES=( "examples/*" )
34 inherit perl-module
35
36 DESCRIPTION="Allows you to have a simple method of writing PostScript files from Perl"
37 @@ -12,19 +13,9 @@ DESCRIPTION="Allows you to have a simple method of writing PostScript files from
38 LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="amd64 ~hppa ~ia64 ppc sparc x86"
41 -IUSE="test examples"
42 -RESTRICT="!test? ( test )"
43
44 RDEPEND=""
45 -DEPEND="
46 +BDEPEND="
47 virtual/perl-ExtUtils-MakeMaker
48 test? ( >=virtual/perl-Test-Simple-0.180.0 )
49 "
50 -
51 -src_install() {
52 - perl-module_src_install
53 - if use examples; then
54 - docompress -x /usr/share/doc/${PF}/examples
55 - dodoc -r examples
56 - fi
57 -}