commit: 743d5e9520e38be4f11b5996b7fb8d0b54268613
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 11:47:01 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 11:47:01 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=743d5e95
[fixup] CSS-Tiny: EAPI5, Normalise version, fixup deps
Package-Manager: portage-2.2.17
.../{CSS-Tiny-1.19.ebuild => CSS-Tiny-1.190.0.ebuild} | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/dev-perl/CSS-Tiny/CSS-Tiny-1.19.ebuild
b/dev-perl/CSS-Tiny/CSS-Tiny-1.190.0.ebuild
similarity index 54%
rename from dev-perl/CSS-Tiny/CSS-Tiny-1.19.ebuild
rename to dev-perl/CSS-Tiny/CSS-Tiny-1.190.0.ebuild
index 6179043..a91d8bd 100644
--- a/dev-perl/CSS-Tiny/CSS-Tiny-1.19.ebuild
+++ b/dev-perl/CSS-Tiny/CSS-Tiny-1.190.0.ebuild
@@ -1,16 +1,20 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-
-EAPI=3
-
+EAPI=5
MODULE_AUTHOR=ADAMK
+MODULE_VERSION=1.19
inherit perl-module
DESCRIPTION="Read/Write .css files with as little code as possible"
-
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-
+IUSE="test"
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.470.0
+ )
+"
SRC_TEST="do"