public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/nss_wrapper/
Date: Wed,  3 Aug 2022 23:33:19 +0000 (UTC)	[thread overview]
Message-ID: <1659569171.f536db88dc7bae25cdefa10cdb916c9e3e9b71d2.sam@gentoo> (raw)

commit:     f536db88dc7bae25cdefa10cdb916c9e3e9b71d2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  3 23:17:07 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 23:26:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f536db88

sys-libs/nss_wrapper: add 1.1.12

Now with tests!

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/nss_wrapper/Manifest                  |  1 +
 sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/sys-libs/nss_wrapper/Manifest b/sys-libs/nss_wrapper/Manifest
index 2e280d450aba..8a8090652982 100644
--- a/sys-libs/nss_wrapper/Manifest
+++ b/sys-libs/nss_wrapper/Manifest
@@ -1,3 +1,4 @@
 DIST nss_wrapper-1.1.10.tar.gz 89593 BLAKE2B 9f478f87acbe9a842edf443ddfc45642621cee22dd03342cfb7dcc03fd4b188950a43527d3b332b03714729f7f57cf072b77ffb38574b98124dfdbb4b03f227d SHA512 7c2f0eccdb3535643015aea8b4bdb87b421c3575c3124b62c8f17c9d3db54d92ba012524674c41c16f02a1b6ebe4177724f04eefdc04760ca49b32d3f77910c5
 DIST nss_wrapper-1.1.11.tar.gz 93431 BLAKE2B abf7d67b38646d4708dc08146ea018a700bc38dfd73efc3dec5ee855b8eb7af13ddec9799adf2cfb17ee03985aa033907abff3f73ac93afe182d63012c1a70b2 SHA512 8a0dfa6ccf865640f86168f0dc2915675b5815cacc36bdacbfc1163ec4b38a28be5a160d1c9e6d3785890bc5e12e32b8c070dcabb52c6dd6235ebeed51d51857
+DIST nss_wrapper-1.1.12.tar.gz 176038 BLAKE2B 16c8b81dc9a56b074d61ddb3c7ac6108ce4a2494081341b4a734d21017236c864652db06d9e7a9f3584c286b24a46be184156b1c1c9be04a37e7906f75dc4adf SHA512 ff2efc70b29b30a2761952637c3794e73da2c8ae9273222b146e62312acd2b3bdecfca54722ca86c9a2fd700162717782b2b8f8072e76c17657e44c602911a2b
 DIST nss_wrapper-1.1.6.tar.gz 57893 BLAKE2B 4952b1af2b2b0487104b650b98694e5d39aed9edb44992d22e10ea38a2c4009f076aafa36f43775a021eca5b1f2708c9f42fa711d6715c43b077a9a3341570e8 SHA512 213d611abc072cb8d098b0782f661b4cdf1dcfd04fb564fb05034f023197aeed15a684478c660c00fb72f9438a192914e7b6878e505e4380435534bef52e0328

diff --git a/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild b/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild
new file mode 100644
index 000000000000..c6714d8e2163
--- /dev/null
+++ b/sys-libs/nss_wrapper/nss_wrapper-1.1.12.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake-multilib
+
+DESCRIPTION="Wrapper for the user, group and hosts NSS API"
+HOMEPAGE="https://cwrap.org/nss_wrapper.html"
+SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( dev-util/cmocka )"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUNIT_TESTING=$(usex test)
+	)
+
+	cmake-multilib_src_configure
+}


             reply	other threads:[~2022-08-03 23:33 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-03 23:33 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-24  7:13 [gentoo-commits] repo/gentoo:master commit in: sys-libs/nss_wrapper/ Arthur Zamarin
2024-11-20  8:12 Sam James
2024-03-03  6:08 Sam James
2023-11-24  9:31 Sam James
2023-04-01 16:32 Arthur Zamarin
2023-04-01 16:32 Arthur Zamarin
2023-04-01 16:32 Arthur Zamarin
2023-03-16 17:38 Arthur Zamarin
2023-02-26 19:10 Arthur Zamarin
2023-02-23 20:47 Arthur Zamarin
2023-02-23 20:04 Arthur Zamarin
2023-01-28 23:21 Andreas Sturmlechner
2022-09-30  3:11 Sam James
2022-08-31  7:37 Jakov Smolić
2022-08-31  7:37 Jakov Smolić
2022-08-31  5:12 Arthur Zamarin
2022-08-30 22:55 Sam James
2022-08-30 22:52 Sam James
2022-08-30 22:51 Sam James
2022-08-30 22:51 Sam James
2022-07-30 16:40 Ben Kohler
2021-07-24 23:02 Marek Szuba
2020-12-17  1:01 Sam James
2020-12-05 11:43 Sergei Trofimovich
2020-12-04 18:37 Sergei Trofimovich
2020-12-04 18:31 Sergei Trofimovich
2020-12-02 21:29 Sam James
2020-12-02 10:23 Sam James
2020-12-02  3:06 Thomas Deutschmann
2020-05-09  8:47 Mart Raudsepp
2020-03-28 19:01 Andreas Sturmlechner
2020-03-25  8:12 Agostino Sarubbo
2020-03-23 11:05 Agostino Sarubbo
2020-03-23 11:05 Agostino Sarubbo
2020-03-23 11:04 Agostino Sarubbo
2020-03-23 11:04 Agostino Sarubbo
2020-03-23 11:03 Agostino Sarubbo
2020-03-21 20:55 Lars Wendler
2020-03-21 20:55 Lars Wendler
2020-03-21 20:55 Lars Wendler
2020-03-21 14:10 Andreas Sturmlechner
2019-09-26 13:50 Thomas Deutschmann
2018-11-12  9:36 Lars Wendler
2018-08-18 17:03 Andreas Sturmlechner
2016-12-19 10:56 Tobias Klausmann
2016-12-04 16:52 Tobias Klausmann
2016-04-24 20:51 Stephen Klimaszewski
2016-04-23 10:31 Jeroen Roovers
2016-04-11 13:47 Agostino Sarubbo
2016-04-11 13:46 Agostino Sarubbo
2016-04-03 20:11 Steve Arnold
2016-03-31  9:25 Agostino Sarubbo
2016-03-30  8:34 Agostino Sarubbo
2016-03-30  8:30 Agostino Sarubbo
2016-03-29 10:18 Agostino Sarubbo
2016-03-29 10:17 Agostino Sarubbo
2016-03-18 13:34 Lars Wendler
2016-03-18 13:34 Lars Wendler
2015-12-22 12:07 Lars Wendler
2015-12-22 12:07 Lars Wendler
2015-11-26  7:52 Lars Wendler
2015-11-23 11:02 Lars Wendler
2015-11-13  7:07 Jeroen Roovers
2015-08-28 14:14 Lars Wendler
2015-08-28 12:04 Lars Wendler

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=1659569171.f536db88dc7bae25cdefa10cdb916c9e3e9b71d2.sam@gentoo \
    --to=sam@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