public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/box2d/
Date: Sat, 13 Mar 2021 22:21:21 +0000 (UTC)	[thread overview]
Message-ID: <1615674067.f5b25c9fd1c98384788a00adfba5e519b6c91551.asturm@gentoo> (raw)

commit:     f5b25c9fd1c98384788a00adfba5e519b6c91551
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 22:20:43 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 22:21:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5b25c9f

games-engines/box2d: Add IUSE=doc, set BOX2D_BUILD_TESTBED=OFF

Closes: https://bugs.gentoo.org/775854
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-engines/box2d/box2d-2.4.1.ebuild | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/games-engines/box2d/box2d-2.4.1.ebuild b/games-engines/box2d/box2d-2.4.1.ebuild
index 60c6f3ccd48..e75f1f08767 100644
--- a/games-engines/box2d/box2d-2.4.1.ebuild
+++ b/games-engines/box2d/box2d-2.4.1.ebuild
@@ -12,3 +12,14 @@ SRC_URI="https://github.com/erincatto/Box2D/archive/v${PV}.tar.gz -> ${P}.tar.gz
 LICENSE="ZLIB"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBOX2D_BUILD_TESTBED=OFF # bundled libs, broken anyway right now
+		-DBOX2D_BUILD_DOCS=$(usex doc)
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2021-03-13 22:21 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-13 22:21 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-07  0:18 [gentoo-commits] repo/gentoo:master commit in: games-engines/box2d/ Yixun Lan
2021-10-11  0:40 Ionen Wolkens
2021-10-08 11:18 Ionen Wolkens
2021-09-05  5:48 Sam James
2021-06-01  9:00 Sam James
2021-04-23 16:11 Sam James
2021-03-28 18:22 Sam James
2021-03-17  1:09 Sam James
2021-03-13 15:51 Andreas Sturmlechner
2021-03-13 15:51 Andreas Sturmlechner
2019-09-07 22:40 James Le Cuirot

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=1615674067.f5b25c9fd1c98384788a00adfba5e519b6c91551.asturm@gentoo \
    --to=asturm@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