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: net-libs/socket_wrapper/
Date: Thu, 25 Feb 2021 14:04:10 +0000 (UTC)	[thread overview]
Message-ID: <1614261817.5c734e9fbe789d54100072ce68408871b129b22c.asturm@gentoo> (raw)

commit:     5c734e9fbe789d54100072ce68408871b129b22c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 10:17:08 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 14:03:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c734e9f

net-libs/socket_wrapper: 1.3.2 version bump, switch to cmake.eclass

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

 net-libs/socket_wrapper/Manifest                   |  1 +
 .../socket_wrapper/socket_wrapper-1.3.2.ebuild     | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/net-libs/socket_wrapper/Manifest b/net-libs/socket_wrapper/Manifest
index 025082872d5..8b296abbd49 100644
--- a/net-libs/socket_wrapper/Manifest
+++ b/net-libs/socket_wrapper/Manifest
@@ -1 +1,2 @@
 DIST socket_wrapper-1.2.3.tar.gz 67476 BLAKE2B 66858406398ce3f33311390812f5fe377a7064d94be5af15fe03c363ab39798fd5a5dad7259e4ef477887c3de8b1d4d1739d08128adea0b1759b3227b4657214 SHA512 78eb85da900b43cbb5b639f19a159fc55ec1209a1a86d5d1eee5f22225d749043712b74c0f8fcb77f5a9bb705568f4cd1cbc89f85941946c745ca2d3a60878b2
+DIST socket_wrapper-1.3.2.tar.gz 86255 BLAKE2B 33f526a8871cfb1a889a84660ea8e82b6e591646924e16d2c452bb001e0eb4c1457b8151208bbec55c13c40fd124c160fc85d0df227519f62a2683e4ea1acb85 SHA512 f4d3a7026f1777a4c3b5481a0f6e6057b6372e9b64f44523ec1ebf0a34159d7154493dce6ee3c95fbea15607c6ada1382f2475d5d553133a061c80719c135b9d

diff --git a/net-libs/socket_wrapper/socket_wrapper-1.3.2.ebuild b/net-libs/socket_wrapper/socket_wrapper-1.3.2.ebuild
new file mode 100644
index 00000000000..b714f672e70
--- /dev/null
+++ b/net-libs/socket_wrapper/socket_wrapper-1.3.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS=cmake
+inherit cmake-multilib
+
+DESCRIPTION="A library passing all socket communications through unix sockets"
+HOMEPAGE="https://cwrap.org/socket_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 ~sparc ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( >=dev-util/cmocka-1.1.0 )"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUNIT_TESTING=$(usex test ON OFF)
+	)
+	cmake-multilib_src_configure
+}


             reply	other threads:[~2021-02-25 14:04 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-25 14:04 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-03  6:08 [gentoo-commits] repo/gentoo:master commit in: net-libs/socket_wrapper/ Sam James
2024-03-03  5:50 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  6:41 Jakov Smolić
2022-08-31  2:49 Sam James
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-08-03 23:33 Sam James
2021-07-24 23:02 Marek Szuba
2021-05-15 18:03 Sam James
2021-05-15 17:59 Sam James
2021-05-15  2:41 Sam James
2021-05-13 16:15 Sam James
2021-05-06  7:22 Sergei Trofimovich
2021-05-02 22:09 Sergei Trofimovich
2021-04-28 16:52 Mikle Kolyada
2020-05-09  8:47 Mart Raudsepp
2020-03-21 20:55 Lars Wendler
2020-01-26 21:27 Andreas Sturmlechner
2020-01-02  8:40 Sergei Trofimovich
2020-01-01 12:53 Agostino Sarubbo
2019-12-30 16:15 Agostino Sarubbo
2019-12-30 16:12 Agostino Sarubbo
2019-12-30 15:53 Agostino Sarubbo
2019-12-30 15:33 Agostino Sarubbo
2019-12-29 20:03 Sergei Trofimovich
2019-12-29 15:30 Piotr Karbowski
2019-09-26 13:50 Thomas Deutschmann
2019-07-06 20:22 Sergei Trofimovich
2018-11-21 13:27 Lars Wendler
2018-11-21 13:27 Lars Wendler
2018-04-28 20:08 Mikle Kolyada
2017-12-21 11:32 Lars Wendler
2017-10-17 14:25 Lars Wendler
2017-06-21 11:57 Agostino Sarubbo
2017-06-10 13:45 Agostino Sarubbo
2017-05-26 14:59 Agostino Sarubbo
2017-05-26 13:48 Agostino Sarubbo
2016-12-19 10:56 Tobias Klausmann
2016-12-04 16:52 Tobias Klausmann
2016-05-24  8:00 Lars Wendler
2016-05-24  8:00 Lars Wendler
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-11-13  7:07 Jeroen Roovers
2015-10-17  9:50 Lars Wendler
2015-10-17  9:50 Lars Wendler
2015-08-28 14:14 Lars Wendler
2015-08-28 12:04 Lars Wendler
2015-08-26  9:31 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=1614261817.5c734e9fbe789d54100072ce68408871b129b22c.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