Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/bestcrypt/
Date: Sat, 04 Feb 2017 20:07:34
Message-Id: 1486238800.10c53a6980e944cdae6a033a583004833bfde7ad.alonbl@gentoo
1 commit: 10c53a6980e944cdae6a033a583004833bfde7ad
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 19:57:00 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 20:06:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c53a69
7
8 app-crypt/bestcrypt: eapi bump
9
10 Package-Manager: portage-2.3.3
11
12 app-crypt/bestcrypt/bestcrypt-2.0.11.ebuild | 17 ++++++++++-------
13 1 file changed, 10 insertions(+), 7 deletions(-)
14
15 diff --git a/app-crypt/bestcrypt/bestcrypt-2.0.11.ebuild b/app-crypt/bestcrypt/bestcrypt-2.0.11.ebuild
16 index 283652a..56b11f4 100644
17 --- a/app-crypt/bestcrypt/bestcrypt-2.0.11.ebuild
18 +++ b/app-crypt/bestcrypt/bestcrypt-2.0.11.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI="5"
26 +EAPI="6"
27
28 inherit eutils linux-mod toolchain-funcs versionator
29
30 @@ -22,6 +22,14 @@ RDEPEND=""
31
32 S="${WORKDIR}/${MY_PN}-${PV}"
33
34 +DOCS=(
35 + HIDDEN_PART README
36 +)
37 +
38 +PATCHES=(
39 + "${FILESDIR}/${PN}-2.0.6-build.patch"
40 +)
41 +
42 pkg_setup() {
43 CONFIG_CHECK="MODULES"
44 linux-mod_pkg_setup
45 @@ -41,10 +49,6 @@ pkg_setup() {
46 BC_KERNEL_DIR=\"${KERNEL_DIR}\""
47 }
48
49 -src_prepare() {
50 - epatch "${FILESDIR}/${PN}-2.0.6-build.patch"
51 -}
52 -
53 src_compile() {
54 MAKEOPTS="-j1" linux-mod_src_compile \
55 CXX="$(tc-getCXX)"
56 @@ -63,7 +67,6 @@ src_install() {
57
58 newinitd "${FILESDIR}/bcrypt3" bcrypt
59 sed -e '/\(bc_rc6\|bc_serpent\|bc_twofish\)/d' -i "${D}etc/init.d/bcrypt"
60 - dodoc HIDDEN_PART README
61 }
62
63 pkg_postinst() {