commit: 5a1ef9724308774f8d1e473d3ea1fdf52695c274
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep 5 22:11:48 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep 5 22:11:48 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5a1ef972
[fixup] dev-perl/Text-Emoticon EAPI5, Normalise, fix deps and tests
Package-Manager: portage-2.2.10
---
dev-perl/Text-Emoticon/ChangeLog | 8 +++++++-
.../{Text-Emoticon-0.04.ebuild => Text-Emoticon-0.40.0.ebuild} | 7 +++++--
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Text-Emoticon/ChangeLog b/dev-perl/Text-Emoticon/ChangeLog
index 7103a95..ad3393b 100644
--- a/dev-perl/Text-Emoticon/ChangeLog
+++ b/dev-perl/Text-Emoticon/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Text-Emoticon
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Text-Emoticon-0.40.0 (05 Sep 2014)
+
+ 05 Sep 2014; Kent Fredric <[email protected]> -Text-Emoticon-0.04.ebuild,
+ +Text-Emoticon-0.40.0.ebuild:
+ EAPI5, Normalise, fix deps and tests
+
26 May 2009; Michele Beltrame <[email protected]>:
Initial
diff --git a/dev-perl/Text-Emoticon/Text-Emoticon-0.04.ebuild
b/dev-perl/Text-Emoticon/Text-Emoticon-0.40.0.ebuild
similarity index 73%
rename from dev-perl/Text-Emoticon/Text-Emoticon-0.04.ebuild
rename to dev-perl/Text-Emoticon/Text-Emoticon-0.40.0.ebuild
index 0468fa2..b2706df 100644
--- a/dev-perl/Text-Emoticon/Text-Emoticon-0.04.ebuild
+++ b/dev-perl/Text-Emoticon/Text-Emoticon-0.40.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-
+EAPI=5
MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION=0.04
inherit perl-module
DESCRIPTION="Factory class for Yahoo! and MSN emoticons"
@@ -13,6 +14,8 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
+ >=virtual/perl-Test-Simple-0.320.0
dev-perl/UNIVERSAL-require
"
DEPEND="${RDEPEND}"
+SRC_TEST=do