From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/unittest++/
Date: Thu, 5 May 2016 13:13:12 +0000 (UTC) [thread overview]
Message-ID: <1462453091.9d26b343480939aca5e10434ce908e290a442572.monsieurp@gentoo> (raw)
commit: 9d26b343480939aca5e10434ce908e290a442572
Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Thu May 5 12:09:33 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May 5 12:58:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d26b343
dev-libs/unittest++: bump to 1.6.1
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1411
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-libs/unittest++/Manifest | 1 +
dev-libs/unittest++/metadata.xml | 1 -
dev-libs/unittest++/unittest++-1.6.1.ebuild | 34 +++++++++++++++++++++++++++++
3 files changed, 35 insertions(+), 1 deletion(-)
diff --git a/dev-libs/unittest++/Manifest b/dev-libs/unittest++/Manifest
index eaf67a6..6ca07a0 100644
--- a/dev-libs/unittest++/Manifest
+++ b/dev-libs/unittest++/Manifest
@@ -1 +1,2 @@
DIST unittest++-1.6.0.tar.gz 52227 SHA256 9fa7e797816e16669d68171418b0dc41ec6b7eaf8483f782441f5f159598c3c0 SHA512 499450b6cfa8ef8be5eff09ac238423fe5dc04b1c6065db02f46b903968e702fb45ccd9953aff81eef4a8aae80e91448afc0cbdf4a3f1f83b551f9d7dcd828f3 WHIRLPOOL 8043c8da08117f70fda142e92bcdfd0c2c8fd99d10380554a2f32fbe5a5c58fe1f3cf31bcc82bfcc6b1dda22dcc61ed11a87370f0f2c7874116dfe8c5a9410e7
+DIST unittest++-1.6.1.tar.gz 52536 SHA256 1cc9071be01db190f26868fefb6a7af49ee56a339fc3b08d1a1e9eeca5376c45 SHA512 2bb03def8b6ac84dbb6e5e440e5be8648199096fdc93d6666b704386e2c2279b329be6bda47c81bd8a8c485334059fb2a53fdd90358005a95b8add6f057c25ce WHIRLPOOL e6dfe890ce809fcbee4d82b379e14c66687d9b9fd28bd934941677f32b4974951cae498010370bef85191bc01fd047ce23ff4a14e5b03d4b9216ee131610852a
diff --git a/dev-libs/unittest++/metadata.xml b/dev-libs/unittest++/metadata.xml
index e969484..9b67ccd 100644
--- a/dev-libs/unittest++/metadata.xml
+++ b/dev-libs/unittest++/metadata.xml
@@ -4,7 +4,6 @@
<maintainer type="person">
<email>sautier.louis@gmail.com</email>
<name>Louis Sautier</name>
- <description>Proxied maintainer; set to assignee in all bugs</description>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
diff --git a/dev-libs/unittest++/unittest++-1.6.1.ebuild b/dev-libs/unittest++/unittest++-1.6.1.ebuild
new file mode 100644
index 0000000..88dc939
--- /dev/null
+++ b/dev-libs/unittest++/unittest++-1.6.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+MY_PN="unittest-cpp"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A lightweight unit testing framework for C++"
+HOMEPAGE="https://unittest-cpp.github.io/"
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+ sed -i '/run unit tests as post build step/,/Running unit tests/d' \
+ CMakeLists.txt || die
+ use test || sed -i \
+ '/build the test runner/,/target_link_libraries(TestUnitTest++ UnitTest++/d' \
+ CMakeLists.txt || die
+ cmake-utils_src_prepare
+}
+
+src_test() {
+ "${BUILD_DIR}/TestUnitTest++" || die "Tests failed"
+}
next reply other threads:[~2016-05-05 13:13 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-05 13:13 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-19 5:08 [gentoo-commits] repo/gentoo:master commit in: dev-libs/unittest++/ WANG Xuerui
2022-04-26 4:03 Sam James
2021-03-12 23:35 Andreas Sturmlechner
2021-03-11 13:30 Sam James
2021-03-11 2:35 Sam James
2021-03-10 3:06 Sam James
2021-03-10 3:06 Sam James
2021-03-10 3:06 Sam James
2021-03-10 3:05 Sam James
2021-03-10 3:04 Sam James
2021-02-11 7:37 Sergei Trofimovich
2021-02-11 7:36 Sergei Trofimovich
2021-02-09 21:41 Sam James
2021-02-06 1:07 Andreas K. Hüttel
2021-02-05 2:06 Sam James
2021-01-27 17:45 Sergei Trofimovich
2021-01-25 14:18 Sam James
2021-01-25 14:16 Sam James
2020-10-10 14:46 Louis Sautier
2020-08-15 17:46 Louis Sautier
2020-08-15 17:46 Louis Sautier
2018-02-06 15:10 Thomas Deutschmann
2017-09-16 10:13 David Seifert
2017-09-16 10:13 David Seifert
2017-09-16 10:13 David Seifert
2016-03-15 16:47 Michael Palimaka
2016-03-08 13:39 Ian Delaney
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=1462453091.9d26b343480939aca5e10434ce908e290a442572.monsieurp@gentoo \
--to=monsieurp@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