From 85a79217c26df647209a27dffcd5024576d4215e Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 16 Oct 2021 19:12:43 +0200 Subject: dev-perl/CSS-Tiny: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- dev-perl/CSS-Tiny/CSS-Tiny-1.200.0-r1.ebuild | 12 ++++++++++++ dev-perl/CSS-Tiny/CSS-Tiny-1.200.0.ebuild | 23 ----------------------- 2 files changed, 12 insertions(+), 23 deletions(-) create mode 100644 dev-perl/CSS-Tiny/CSS-Tiny-1.200.0-r1.ebuild delete mode 100644 dev-perl/CSS-Tiny/CSS-Tiny-1.200.0.ebuild (limited to 'dev-perl/CSS-Tiny') diff --git a/dev-perl/CSS-Tiny/CSS-Tiny-1.200.0-r1.ebuild b/dev-perl/CSS-Tiny/CSS-Tiny-1.200.0-r1.ebuild new file mode 100644 index 000000000000..5c62138eeae4 --- /dev/null +++ b/dev-perl/CSS-Tiny/CSS-Tiny-1.200.0-r1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=CHORNY +DIST_VERSION=1.20 +inherit perl-module + +DESCRIPTION="Read/Write .css files with as little code as possible" +SLOT="0" +KEYWORDS="~amd64 ~x86" diff --git a/dev-perl/CSS-Tiny/CSS-Tiny-1.200.0.ebuild b/dev-perl/CSS-Tiny/CSS-Tiny-1.200.0.ebuild deleted file mode 100644 index 10405e9f88cc..000000000000 --- a/dev-perl/CSS-Tiny/CSS-Tiny-1.200.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=CHORNY -DIST_VERSION=1.20 -inherit perl-module - -DESCRIPTION="Read/Write .css files with as little code as possible" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=virtual/perl-Test-Simple-0.470.0 - ) -" -- cgit v1.2.3-65-gdbad