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

[fixup] Crypt-MySQL: EAPI5, Fixup deps

Package-Manager: portage-2.2.17

 ...t-MySQL-0.40.0.ebuild => Crypt-MySQL-0.40.0-r1.ebuild} | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/dev-perl/Crypt-MySQL/Crypt-MySQL-0.40.0.ebuild 
b/dev-perl/Crypt-MySQL/Crypt-MySQL-0.40.0-r1.ebuild
similarity index 65%
rename from dev-perl/Crypt-MySQL/Crypt-MySQL-0.40.0.ebuild
rename to dev-perl/Crypt-MySQL/Crypt-MySQL-0.40.0-r1.ebuild
index 5868c83..83093e9 100644
--- a/dev-perl/Crypt-MySQL/Crypt-MySQL-0.40.0.ebuild
+++ b/dev-perl/Crypt-MySQL/Crypt-MySQL-0.40.0-r1.ebuild
@@ -1,27 +1,22 @@
-# Copyright 1999-2012 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=IKEBE
-MODULE_VERSION="0.04"
+MODULE_VERSION=0.04
 inherit perl-module
 
 DESCRIPTION="emulate MySQL PASSWORD() function"
-LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
-COMMON_DEPEND="
+RDEPEND="
        dev-perl/Digest-SHA1
 "
 DEPEND="
-       ${COMMON_DEPEND}
+       ${RDEPEND}
        virtual/perl-Module-Build
        test? (
                virtual/perl-Test-Simple
        )
 "
-RDEPEND="
-       ${COMMON_DEPEND}
-"
-SRC_TEST="do"

Reply via email to