summaryrefslogtreecommitdiff
path: root/dev-perl/CSS-Tiny/CSS-Tiny-1.200.0.ebuild
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-16 19:12:43 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-16 19:17:33 +0200
commit85a79217c26df647209a27dffcd5024576d4215e (patch)
tree77561493e69612568c333ee066271eb7a7b59e46 /dev-perl/CSS-Tiny/CSS-Tiny-1.200.0.ebuild
parent38457b669e792a084af023a8309f2fda981de845 (diff)
downloadgentoo-85a79217c26df647209a27dffcd5024576d4215e.tar.gz
gentoo-85a79217c26df647209a27dffcd5024576d4215e.tar.bz2
gentoo-85a79217c26df647209a27dffcd5024576d4215e.zip
dev-perl/CSS-Tiny: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/CSS-Tiny/CSS-Tiny-1.200.0.ebuild')
-rw-r--r--dev-perl/CSS-Tiny/CSS-Tiny-1.200.0.ebuild23
1 files changed, 0 insertions, 23 deletions
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
- )
-"