commit: e10d9c8a7de4d0b31a54a5f2e34e32de1c8cf668 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Mon Sep 1 17:47:18 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Mon Sep 1 17:47:18 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e10d9c8a
[fixup] dev-perl/MKDoc-XML EAPI5, Normalise, fixup deps and tests Package-Manager: portage-2.2.10 --- dev-perl/MKDoc-XML/ChangeLog | 10 ++++++++++ dev-perl/MKDoc-XML/MKDoc-XML-0.75.ebuild | 15 --------------- dev-perl/MKDoc-XML/MKDoc-XML-0.750.0.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 15 deletions(-) diff --git a/dev-perl/MKDoc-XML/ChangeLog b/dev-perl/MKDoc-XML/ChangeLog new file mode 100644 index 0000000..5eab1e6 --- /dev/null +++ b/dev-perl/MKDoc-XML/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/MKDoc-XML +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*MKDoc-XML-0.750.0 (01 Sep 2014) + + 01 Sep 2014; Kent Fredric <[email protected]> -MKDoc-XML-0.75.ebuild, + +MKDoc-XML-0.750.0.ebuild: + EAPI5, Normalise, fixup deps and tests + diff --git a/dev-perl/MKDoc-XML/MKDoc-XML-0.75.ebuild b/dev-perl/MKDoc-XML/MKDoc-XML-0.75.ebuild deleted file mode 100644 index b3bb57b..0000000 --- a/dev-perl/MKDoc-XML/MKDoc-XML-0.75.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -MODULE_AUTHOR=BPOSTLE -inherit perl-module - -DESCRIPTION="The MKDoc XML Toolkit" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -DEPEND="" diff --git a/dev-perl/MKDoc-XML/MKDoc-XML-0.750.0.ebuild b/dev-perl/MKDoc-XML/MKDoc-XML-0.750.0.ebuild new file mode 100644 index 0000000..3fa49e2 --- /dev/null +++ b/dev-perl/MKDoc-XML/MKDoc-XML-0.750.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=BPOSTLE +MODULE_VERSION=0.75 +inherit perl-module + +DESCRIPTION="The MKDoc XML Toolkit" +LICENSE="|| ( Artistic GPL-2 )" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="" +# Test::More -> Test-Simple +# Scalar::Util -> Scalar-List-Utils +RDEPEND=" + >=virtual/perl-Test-Simple-0.470.0 + >=virtual/perl-Scalar-List-Utils-1.70.0 +" +DEPEND="${RDEPEND}" + +SRC_TEST="do parallel"
