commit: 2ae3198e49ce066a1260c84b22df35982a87c5e8
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 16:47:28 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 16:47:28 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=2ae3198e
[bump] Crypt-UnixCrypt_XS-0.100.0, remove old version
Package-Manager: portage-2.2.17
...S-0.90.0.ebuild => Crypt-UnixCrypt_XS-0.100.0.ebuild} | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/dev-perl/Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.90.0.ebuild
b/dev-perl/Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.100.0.ebuild
similarity index 57%
rename from dev-perl/Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.90.0.ebuild
rename to dev-perl/Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.100.0.ebuild
index 2bf6adf..20cd223 100644
--- a/dev-perl/Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.90.0.ebuild
+++ b/dev-perl/Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.100.0.ebuild
@@ -1,21 +1,17 @@
-# 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=BORISZ
-MODULE_VERSION="0.09"
+MODULE_VERSION=0.10
inherit perl-module
DESCRIPTION="perl xs interface for a portable traditional crypt function"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-COMMON_DEPEND=""
+RDEPEND=""
DEPEND="
- ${COMMON_DEPEND}
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"