commit: ebb4a53bf6432033a5f161f32216e0474a401847
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Sep 3 03:19:09 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Sep 3 03:19:09 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ebb4a53b
[fixup] dev-perl/SWF-Chart EAPI5, normalise
Package-Manager: portage-2.2.10
---
dev-perl/SWF-Chart/ChangeLog | 10 ++++++++++
.../{SWF-Chart-1.4.ebuild => SWF-Chart-1.400.0.ebuild} | 6 ++++--
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/dev-perl/SWF-Chart/ChangeLog b/dev-perl/SWF-Chart/ChangeLog
new file mode 100644
index 0000000..b11d476
--- /dev/null
+++ b/dev-perl/SWF-Chart/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/SWF-Chart
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*SWF-Chart-1.400.0 (03 Sep 2014)
+
+ 03 Sep 2014; Kent Fredric <[email protected]> -SWF-Chart-1.4.ebuild,
+ +SWF-Chart-1.400.0.ebuild:
+ EAPI5, normalise
+
diff --git a/dev-perl/SWF-Chart/SWF-Chart-1.4.ebuild
b/dev-perl/SWF-Chart/SWF-Chart-1.400.0.ebuild
similarity index 77%
rename from dev-perl/SWF-Chart/SWF-Chart-1.4.ebuild
rename to dev-perl/SWF-Chart/SWF-Chart-1.400.0.ebuild
index 3b24416..6b090ba 100644
--- a/dev-perl/SWF-Chart/SWF-Chart-1.4.ebuild
+++ b/dev-perl/SWF-Chart/SWF-Chart-1.400.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=GARTH
+MODULE_VERSION=1.4
inherit perl-module
DESCRIPTION="Perl interface to the SWF Chart generation tool"
@@ -12,4 +13,5 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+RDEPEND=""
DEPEND=""