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: dev-libs/cryptlib/
Date: Fri, 30 Dec 2016 21:04:57
Message-Id: 1483130700.4fa23210635c5b299113fa6f7a765dc1179f7c55.alonbl@gentoo
1 commit: 4fa23210635c5b299113fa6f7a765dc1179f7c55
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 20:44:42 2016 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 20:45:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa23210
7
8 dev-libs/cryptlib: more EAPI6
9
10 Package-Manager: Portage-2.3.0, Repoman-2.3.1
11
12 dev-libs/cryptlib/cryptlib-3.4.3-r1.ebuild | 11 +++++------
13 1 file changed, 5 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-libs/cryptlib/cryptlib-3.4.3-r1.ebuild b/dev-libs/cryptlib/cryptlib-3.4.3-r1.ebuild
16 index 8902c50..7c8d48a 100644
17 --- a/dev-libs/cryptlib/cryptlib-3.4.3-r1.ebuild
18 +++ b/dev-libs/cryptlib/cryptlib-3.4.3-r1.ebuild
19 @@ -31,6 +31,11 @@ RDEPEND="sys-libs/zlib
20 DEPEND="${RDEPEND}
21 app-arch/unzip"
22
23 +PATCHES=(
24 + "${FILESDIR}/${P}-build.patch"
25 + "${FILESDIR}/${P}-zlib.patch"
26 +)
27 +
28 src_unpack() {
29 # we need the -a option, so we can not use 'unpack'
30 unzip -qoa "${DISTDIR}/cl${MY_PV}.zip" || die
31 @@ -66,12 +71,6 @@ src_prepare() {
32 # Fix version number of shared library.
33 sed -i -e 's/PLV="2"/PLV="3"/' tools/buildall.sh || die "sed tools/buildall.sh failed"
34
35 - # Respect LDFLAGS and fix soname and strip issues.
36 - epatch "${FILESDIR}/${P}-build.patch"
37 -
38 - # Use external zlib.
39 - epatch "${FILESDIR}/${P}-zlib.patch"
40 -
41 wrap_python ${FUNCNAME}
42 }