From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ms-gsl/
Date: Fri, 4 Mar 2022 09:49:51 +0000 (UTC) [thread overview]
Message-ID: <1646387388.62f63b17366ab590519f123355bc3f4a91e6c0b5.juippis@gentoo> (raw)
commit: 62f63b17366ab590519f123355bc3f4a91e6c0b5
Author: Jan Henke <Jan.Henke <AT> taujhe <DOT> de>
AuthorDate: Mon Feb 28 17:04:57 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 4 09:49:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f63b17
dev-cpp/ms-gsl: Version bump 4.0.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jan Henke <Jan.Henke <AT> taujhe.de>
Closes: https://github.com/gentoo/gentoo/pull/24380
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-cpp/ms-gsl/Manifest | 1 +
dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-cpp/ms-gsl/Manifest b/dev-cpp/ms-gsl/Manifest
index 978e15f0d169..c1e82bb88d4d 100644
--- a/dev-cpp/ms-gsl/Manifest
+++ b/dev-cpp/ms-gsl/Manifest
@@ -1 +1,2 @@
DIST ms-gsl-3.1.0.tar.gz 78196 BLAKE2B 32334891a11004a6919645814154fdb108a4582a00ac0002c0af9a524978cc8316bebb07192e260b800f462d5424c476fc22be59cca59c0f3d9d7606ab8c4181 SHA512 2916df9ee165fc803ffae0a56518f2ba92870e279984913ff591559e1459943c3ffbc1f5a0d819ad8233f0c9034012de3616aa4e10557d87c7285d8425d10696
+DIST ms-gsl-4.0.0.tar.gz 55846 BLAKE2B 4391f8865f8dc044e5a48826e84919df8e32fc80815a260e9c892aa6d155d278a9b7742c17e4455bcba3fc3164118c14ef160353913814ba48a83bc7de40c123 SHA512 7fa7446796c6bf82fb3bff09f86a69c446a27be528bef3b17c8bc5ad2f24d5cf86bdb3d3813ecb44726e8f395020180e97e41027330d1fbf545cc0f0b44aac29
diff --git a/dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild b/dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild
new file mode 100644
index 000000000000..969b4835f0ed
--- /dev/null
+++ b/dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Guideline Support Library implementation by Microsoft"
+HOMEPAGE="https://github.com/Microsoft/GSL"
+SRC_URI="https://github.com/Microsoft/GSL/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/GSL-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+# header only library
+RDEPEND=""
+DEPEND="test? ( >=dev-cpp/gtest-1.9.0_pre20190607 )"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-1.0.0-disable_Werror-644042.patch"
+)
+
+src_configure() {
+ local mycmakeargs=(
+ -DGSL_TEST=$(usex test)
+ )
+ cmake_src_configure
+}
next reply other threads:[~2022-03-04 9:49 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-04 9:49 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-04 16:35 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ms-gsl/ Sam James
2025-01-04 16:35 Sam James
2025-01-03 17:22 Sam James
2025-01-03 11:36 Sam James
2025-01-03 11:36 Sam James
2025-01-03 11:36 Sam James
2024-11-02 9:51 David Seifert
2024-01-02 3:56 WANG Xuerui
2022-06-20 6:35 Agostino Sarubbo
2022-06-20 6:34 Agostino Sarubbo
2022-06-20 6:34 Agostino Sarubbo
2022-06-20 6:34 Agostino Sarubbo
2022-06-20 6:04 Joonas Niilola
2022-06-20 6:04 Joonas Niilola
2022-03-04 9:49 Joonas Niilola
2022-03-04 9:49 Joonas Niilola
2022-01-07 17:01 Georgy Yakovlev
2022-01-07 17:01 Georgy Yakovlev
2021-02-21 5:21 Sam James
2021-02-21 5:19 Sam James
2021-02-18 23:25 Sam James
2021-02-16 8:17 Sergei Trofimovich
2020-07-17 15:05 Agostino Sarubbo
2020-06-14 20:30 Georgy Yakovlev
2020-06-14 20:30 Georgy Yakovlev
2020-04-21 8:52 Agostino Sarubbo
2020-02-07 8:10 Georgy Yakovlev
2020-02-07 8:10 Georgy Yakovlev
2019-07-06 6:19 Michał Górny
2019-03-16 21:39 Agostino Sarubbo
2019-01-19 14:21 David Seifert
2018-10-19 9:14 Michał Górny
2018-10-12 1:32 Georgy Yakovlev
2018-07-07 13:58 Andreas Sturmlechner
2018-03-10 15:56 Amy Liffey
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=1646387388.62f63b17366ab590519f123355bc3f4a91e6c0b5.juippis@gentoo \
--to=juippis@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