commit:     4c29e6a8e1d512e104d30526802b7aa3ee24c39e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun  9 16:56:39 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun  9 16:56:39 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=4c29e6a8

[bump] Data-Integer-0.5.0, remove old

Package-Manager: portage-2.2.17

 ...eger-0.4.0.ebuild => Data-Integer-0.5.0.ebuild} | 24 +++++++++++++---------
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/dev-perl/Data-Integer/Data-Integer-0.4.0.ebuild 
b/dev-perl/Data-Integer/Data-Integer-0.5.0.ebuild
similarity index 59%
rename from dev-perl/Data-Integer/Data-Integer-0.4.0.ebuild
rename to dev-perl/Data-Integer/Data-Integer-0.5.0.ebuild
index bedd51e..e6005b3 100644
--- a/dev-perl/Data-Integer/Data-Integer-0.4.0.ebuild
+++ b/dev-perl/Data-Integer/Data-Integer-0.5.0.ebuild
@@ -1,25 +1,29 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI=2
+EAPI=5
 MODULE_AUTHOR=ZEFRAM
-MODULE_VERSION="0.004"
+MODULE_VERSION=0.005
 inherit perl-module
 
 DESCRIPTION="details of the native integer data type"
-LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
-COMMON_DEPEND=""
+PERL_RM_FILES=(
+       t/pod_cvg.t
+       t/pod_syn.t
+)
+RDEPEND="
+       virtual/perl-Carp
+       virtual/perl-Exporter
+       virtual/perl-constant
+       virtual/perl-parent
+"
 DEPEND="
-       ${COMMON_DEPEND}
+       ${RDEPEND}
        virtual/perl-Module-Build
        test? (
                virtual/perl-Test-Simple
        )
 "
-RDEPEND="
-       ${COMMON_DEPEND}
-"
-SRC_TEST="do"

Reply via email to