summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-02-04 21:57:00 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2017-02-04 22:06:40 +0200
commit10c53a6980e944cdae6a033a583004833bfde7ad (patch)
tree7e18595304894e6ebcd0d74b91e902ed985012bf
parentapp-crypt/asekey: eapi bump (diff)
downloadgentoo-10c53a6980e944cdae6a033a583004833bfde7ad.tar.gz
gentoo-10c53a6980e944cdae6a033a583004833bfde7ad.tar.bz2
gentoo-10c53a6980e944cdae6a033a583004833bfde7ad.zip
app-crypt/bestcrypt: eapi bump
Package-Manager: portage-2.3.3
-rw-r--r--app-crypt/bestcrypt/bestcrypt-2.0.11.ebuild17
1 files 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 283652a1f90b..56b11f442522 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() {