commit: 10c53a6980e944cdae6a033a583004833bfde7ad
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 4 19:57:00 2017 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Feb 4 20:06:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c53a69
app-crypt/bestcrypt: eapi bump
Package-Manager: portage-2.3.3
app-crypt/bestcrypt/bestcrypt-2.0.11.ebuild | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/app-crypt/bestcrypt/bestcrypt-2.0.11.ebuild
b/app-crypt/bestcrypt/bestcrypt-2.0.11.ebuild
index 283652a..56b11f4 100644
--- a/app-crypt/bestcrypt/bestcrypt-2.0.11.ebuild
+++ b/app-crypt/bestcrypt/bestcrypt-2.0.11.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI="6"
inherit eutils linux-mod toolchain-funcs versionator
@@ -22,6 +22,14 @@ RDEPEND=""
S="${WORKDIR}/${MY_PN}-${PV}"
+DOCS=(
+ HIDDEN_PART README
+)
+
+PATCHES=(
+ "${FILESDIR}/${PN}-2.0.6-build.patch"
+)
+
pkg_setup() {
CONFIG_CHECK="MODULES"
linux-mod_pkg_setup
@@ -41,10 +49,6 @@ pkg_setup() {
BC_KERNEL_DIR=\"${KERNEL_DIR}\""
}
-src_prepare() {
- epatch "${FILESDIR}/${PN}-2.0.6-build.patch"
-}
-
src_compile() {
MAKEOPTS="-j1" linux-mod_src_compile \
CXX="$(tc-getCXX)"
@@ -63,7 +67,6 @@ src_install() {
newinitd "${FILESDIR}/bcrypt3" bcrypt
sed -e '/\(bc_rc6\|bc_serpent\|bc_twofish\)/d' -i
"${D}etc/init.d/bcrypt"
- dodoc HIDDEN_PART README
}
pkg_postinst() {