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: dev-util/cmocka/
Date: Wed,  3 Apr 2019 14:11:24 +0000 (UTC)	[thread overview]
Message-ID: <1554300673.c7472f51dd2be2e731b931be57799c60678e9bb7.asturm@gentoo> (raw)

commit:     c7472f51dd2be2e731b931be57799c60678e9bb7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  3 14:07:40 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr  3 14:11:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7472f51

dev-util/cmocka: 1.1.5 version bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-util/cmocka/Manifest            |  1 +
 dev-util/cmocka/cmocka-1.1.5.ebuild | 44 +++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-util/cmocka/Manifest b/dev-util/cmocka/Manifest
index 2b6a080ffd4..1709a3dcbbe 100644
--- a/dev-util/cmocka/Manifest
+++ b/dev-util/cmocka/Manifest
@@ -1 +1,2 @@
 DIST cmocka-1.1.3.tar.xz 78744 BLAKE2B 5043a496afab08837a73c2e0ff9c9b3c3880a2fd394a768b1f8b51d2fec517a5527e93b7e660f8dcc73af79aaf88e224f4e2869c7e31540f8e54c76481905ff6 SHA512 b1a2ce72234256d653eebf95f8744a34525b9027e1ecf6552e1620c83a4bdda8b5674b748cc5fd14abada1e374829e2e7f0bcab0b1c8d6c3b7d9b7ec474b6ed3
+DIST cmocka-1.1.5.tar.xz 81004 BLAKE2B 5625dc293ad481c654848f3de806ef88d1b651192c2461e52b54bf9d443b5e2ea5d2a685ab85b044685f57e5723ade6c4c17e38624f59c4eab240cb4feeaab1e SHA512 cad7f04757183d004f6eaad39036fc0e24c5e0e987f80e85bc43bc66dba22389cb02b08e25531cc28a541d0a24a86b29be134a2d6fc339128e87d66952f502bd

diff --git a/dev-util/cmocka/cmocka-1.1.5.ebuild b/dev-util/cmocka/cmocka-1.1.5.ebuild
new file mode 100644
index 00000000000..e0d5dc6a726
--- /dev/null
+++ b/dev-util/cmocka/cmocka-1.1.5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-multilib
+
+DESCRIPTION="Unit testing framework for C"
+HOMEPAGE="https://cmocka.org/"
+SRC_URI="https://cmocka.org/files/1.1/${P}.tar.xz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="doc examples static-libs test"
+
+BDEPEND="
+	doc? ( app-doc/doxygen[dot] )
+"
+
+multilib_src_configure() {
+	local mycmakeargs=(
+		-DWITH_EXAMPLES=$(usex examples)
+		-DWITH_STATIC_LIB=$(usex static-libs)
+		-DUNIT_TESTING=$(usex test)
+		$(multilib_is_native_abi && cmake-utils_use_find_package doc Doxygen \
+			|| echo -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON)
+	)
+
+	cmake-utils_src_configure
+}
+
+multilib_src_compile() {
+	cmake-utils_src_compile
+	multilib_is_native_abi && use doc && cmake-utils_src_compile docs
+}
+
+multilib_src_install() {
+	if multilib_is_native_abi && use doc; then
+		local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. )
+	fi
+
+	cmake-utils_src_install
+}


             reply	other threads:[~2019-04-03 14:11 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-03 14:11 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-11 18:58 [gentoo-commits] repo/gentoo:master commit in: dev-util/cmocka/ Matt Turner
2022-08-15 14:10 Andreas Sturmlechner
2022-05-05 23:48 WANG Xuerui
2022-04-12 10:56 Sam James
2021-10-02  9:08 James Le Cuirot
2021-07-05 13:25 Marek Szuba
2019-07-28 20:08 Mikle Kolyada
2019-05-26  7:04 Sergei Trofimovich
2019-05-12 22:03 Sergei Trofimovich
2019-05-12 21:57 Sergei Trofimovich
2019-05-12 21:48 Sergei Trofimovich
2019-05-12 20:56 Thomas Deutschmann
2019-05-11 11:20 Mikle Kolyada
2019-05-08 14:38 Tobias Klausmann
2019-05-06 17:13 Sergei Trofimovich
2019-04-23  0:13 Aaron Bauman
2019-02-16 10:21 Markus Meier
2019-02-07 13:10 Mikle Kolyada
2019-01-31 18:04 Tobias Klausmann
2019-01-27 12:18 Sergei Trofimovich
2019-01-26 17:30 Sergei Trofimovich
2019-01-26 17:23 Sergei Trofimovich
2019-01-26 17:17 Sergei Trofimovich
2019-01-25 19:54 Sergei Trofimovich
2019-01-16  7:15 Sergei Trofimovich
2018-11-27 20:24 Andreas Sturmlechner
2018-11-17  8:14 Michael Palimaka
2018-07-11  5:05 Markus Meier
2018-06-25 18:56 Tobias Klausmann
2018-06-07 10:13 Agostino Sarubbo
2018-06-06 16:37 Sergei Trofimovich
2018-06-03 22:42 Sergei Trofimovich
2018-03-28  1:18 Matt Turner
2018-02-22 14:22 Michał Górny
2017-06-18 12:08 Michael Palimaka
2017-04-12 16:40 Johannes Huber
2017-04-12 16:40 Johannes Huber
2016-12-30 16:08 Johannes Huber
2016-12-30 11:12 Agostino Sarubbo
2016-12-30  9:39 Agostino Sarubbo
2016-12-06  9:54 Johannes Huber
2016-10-10 23:39 Manuel Rüger
2016-08-17  4:01 Jeroen Roovers
2016-07-06  9:23 Agostino Sarubbo
2016-06-25 20:14 Agostino Sarubbo
2016-05-25  6:29 Matt Turner
2016-05-13 14:51 Agostino Sarubbo
2016-04-26 17:35 Markus Meier
2016-04-05 18:46 Matt Turner

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=1554300673.c7472f51dd2be2e731b931be57799c60678e9bb7.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