From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gumbo/
Date: Sun, 15 Nov 2020 23:24:11 +0000 (UTC) [thread overview]
Message-ID: <1605482575.d66e96a38fbfbd7c6cba262e5343433e3711314e.soap@gentoo> (raw)
commit: d66e96a38fbfbd7c6cba262e5343433e3711314e
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Nov 15 23:22:55 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 23:22:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66e96a3
dev-libs/gumbo: disable static libs
Closes: https://bugs.gentoo.org/726938
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-libs/gumbo/gumbo-0.10.1.ebuild | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/dev-libs/gumbo/gumbo-0.10.1.ebuild b/dev-libs/gumbo/gumbo-0.10.1.ebuild
index 5c7a84893a3..d046877829c 100644
--- a/dev-libs/gumbo/gumbo-0.10.1.ebuild
+++ b/dev-libs/gumbo/gumbo-0.10.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit autotools
@@ -12,34 +12,35 @@ SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> ${P}.ta
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
IUSE="doc test"
RESTRICT="!test? ( test )"
-S="${WORKDIR}/gumbo-parser-${PV}"
+DEPEND="test? ( dev-cpp/gtest )"
+BDEPEND="doc? ( app-doc/doxygen )"
-DEPEND="test? ( dev-cpp/gtest )
- doc? ( app-doc/doxygen )"
+S="${WORKDIR}/gumbo-parser-${PV}"
src_prepare() {
+ default
eautoreconf
}
+src_configure() {
+ econf --disable-static
+}
+
src_compile() {
default
if use doc; then
doxygen || die "doxygen failed"
+ HTML_DOCS=( docs/html/. )
fi
}
src_install() {
default
+ use doc && doman docs/man/man3/*
- if use doc; then
- dohtml -r docs/html/.
- for page in docs/man/man3/* ; do
- doman ${page}
- done
- fi
+ find "${ED}" -name '*.la' -delete || die
}
next reply other threads:[~2020-11-15 23:24 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-15 23:24 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-10 13:28 [gentoo-commits] repo/gentoo:master commit in: dev-libs/gumbo/ Joonas Niilola
2025-02-10 13:28 Joonas Niilola
2024-12-01 11:45 Sam James
2024-12-01 11:45 Sam James
2024-12-01 11:45 Sam James
2024-03-02 20:41 Sam James
2024-03-02 14:16 Arthur Zamarin
2024-02-24 6:42 Joonas Niilola
2024-02-24 6:24 Joonas Niilola
2024-02-23 6:50 Sam James
2024-02-23 6:50 Sam James
2024-01-20 11:49 Sam James
2024-01-20 11:49 Sam James
2024-01-20 11:49 Sam James
2023-07-16 23:47 Sam James
2023-07-07 0:45 Sam James
2023-06-17 8:47 Hans de Graaff
2023-04-07 18:25 Sam James
2022-11-03 2:05 WANG Xuerui
2021-07-19 14:24 Yixun Lan
2020-12-13 1:06 Sam James
2020-12-07 2:25 Matt Turner
2020-10-20 17:41 Sergei Trofimovich
2020-10-19 3:19 Sam James
2020-10-18 23:55 Sam James
2020-10-15 22:33 Sergei Trofimovich
2020-10-15 22:29 Sergei Trofimovich
2020-10-15 22:24 Sergei Trofimovich
2020-10-14 19:53 Sam James
2020-10-14 19:30 Sam James
2020-10-14 18:32 Sam James
2020-10-14 18:32 Sam James
2020-04-13 16:12 Agostino Sarubbo
2020-04-13 14:48 Agostino Sarubbo
2017-07-20 6:25 Hans de Graaff
2017-05-06 22:20 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1605482575.d66e96a38fbfbd7c6cba262e5343433e3711314e.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox