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/CSS-Tiny/
Date: Sat, 16 Oct 2021 17:17:54
Message-Id: 1634404653.85a79217c26df647209a27dffcd5024576d4215e.dilfridge@gentoo
1 commit: 85a79217c26df647209a27dffcd5024576d4215e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 17:12:43 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 17:17:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a79217
7
8 dev-perl/CSS-Tiny: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...CSS-Tiny-1.200.0.ebuild => CSS-Tiny-1.200.0-r1.ebuild} | 15 ++-------------
14 1 file changed, 2 insertions(+), 13 deletions(-)
15
16 diff --git a/dev-perl/CSS-Tiny/CSS-Tiny-1.200.0.ebuild b/dev-perl/CSS-Tiny/CSS-Tiny-1.200.0-r1.ebuild
17 similarity index 53%
18 rename from dev-perl/CSS-Tiny/CSS-Tiny-1.200.0.ebuild
19 rename to dev-perl/CSS-Tiny/CSS-Tiny-1.200.0-r1.ebuild
20 index 10405e9f88c..5c62138eeae 100644
21 --- a/dev-perl/CSS-Tiny/CSS-Tiny-1.200.0.ebuild
22 +++ b/dev-perl/CSS-Tiny/CSS-Tiny-1.200.0-r1.ebuild
23 @@ -1,23 +1,12 @@
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=CHORNY
32 DIST_VERSION=1.20
33 inherit perl-module
34
35 DESCRIPTION="Read/Write .css files with as little code as possible"
36 -
37 SLOT="0"
38 KEYWORDS="~amd64 ~x86"
39 -IUSE="test"
40 -RESTRICT="!test? ( test )"
41 -
42 -RDEPEND=""
43 -DEPEND="${RDEPEND}
44 - virtual/perl-ExtUtils-MakeMaker
45 - test? (
46 - >=virtual/perl-Test-Simple-0.470.0
47 - )
48 -"