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/xmlsec/
Date: Tue, 16 Apr 2019 21:02:24
Message-Id: 1555448526.39bac3ef9d5155ad74b16255db0a71421410485f.alonbl@gentoo
1 commit: 39bac3ef9d5155ad74b16255db0a71421410485f
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 16 21:01:54 2019 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 16 21:02:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39bac3ef
7
8 dev-libs/xmlsec: cleanup ebuild
9
10 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-libs/xmlsec/xmlsec-1.2.28.ebuild | 17 ++++-------------
14 1 file changed, 4 insertions(+), 13 deletions(-)
15
16 diff --git a/dev-libs/xmlsec/xmlsec-1.2.28.ebuild b/dev-libs/xmlsec/xmlsec-1.2.28.ebuild
17 index 1e5834c6fbb..50ec11983a8 100644
18 --- a/dev-libs/xmlsec/xmlsec-1.2.28.ebuild
19 +++ b/dev-libs/xmlsec/xmlsec-1.2.28.ebuild
20 @@ -42,26 +42,17 @@ PATCHES=(
21 "${FILESDIR}/${P}-test.patch"
22 )
23
24 -src_prepare() {
25 - default
26 - # conditionally install extra documentation
27 - if ! use doc ; then
28 - sed -i '/^SUBDIRS/s/docs//' Makefile.am || die
29 - eautoreconf
30 - fi
31 -}
32 -
33 src_configure() {
34 econf \
35 - --enable-pkgconfig \
36 - --with-html-dir=/usr/share/doc/${PF}/html \
37 + $(use_enable doc docs) \
38 $(use_enable static-libs static) \
39 $(use_with gcrypt) \
40 $(use_with gnutls) \
41 - $(use_with nss) \
42 $(use_with nss nspr) \
43 + $(use_with nss) \
44 $(use_with openssl) \
45 - $(use_enable openssl aes)
46 + --enable-mans \
47 + --enable-pkgconfig
48 }
49
50 src_test() {