From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/socket_wrapper/
Date: Sun, 3 Mar 2024 05:50:34 +0000 (UTC) [thread overview]
Message-ID: <1709444970.97fc44852d225d13cc8f60030ddf30c1e30552df.sam@gentoo> (raw)
commit: 97fc44852d225d13cc8f60030ddf30c1e30552df
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 05:49:30 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 05:49:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97fc4485
net-libs/socket_wrapper: add 1.4.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/socket_wrapper/Manifest | 1 +
.../socket_wrapper/socket_wrapper-1.4.2.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/net-libs/socket_wrapper/Manifest b/net-libs/socket_wrapper/Manifest
index 66d1f6662ab1..1d4c04730ed3 100644
--- a/net-libs/socket_wrapper/Manifest
+++ b/net-libs/socket_wrapper/Manifest
@@ -1,2 +1,3 @@
DIST socket_wrapper-1.3.4.tar.gz 81997 BLAKE2B 5d290ef59c16fbdde362749196cc91c3f050518f82cb14fbafa3e00d5fb51a6b085b94b08413ca601731440d8eadb5dfbe8d011567fd67b1240b0cc380504813 SHA512 6e6a940e26d0f4dc4f1c0f84643d5a124bb2cccd1713481e9c42ea7986884928d736b1ef8da8a2aef3d3803938b6e1ebd30bdbe9784fda95a9a59cdbd1d19f61
DIST socket_wrapper-1.4.0.tar.gz 87353 BLAKE2B 67c2a4bae2e1031399137e404e95e6e6cfa1143ff659a7d34533e908f9169b8a79d1dfffaa51a6280a8cfc9e03dc07585ff41b0e087527b1ad0bb5adb282156e SHA512 944e5ff2b6919e414f9045fe294b9b4813272fe7c00f5ac144c999b99572be6b3ed2eb975ec1d07bd853cffea6dffe339280e4961520d34667f808f76b47db57
+DIST socket_wrapper-1.4.2.tar.gz 90641 BLAKE2B 8a43f48ed8f3809eac8c86ee55e740ac37068d729f3f36955b9f017f29c40fa86f1f4455d2e33c8bb9413e25d8e7cb4bab84cd2688f54febb17d41c37ceb4d79 SHA512 30de1dfa6bfae51114b0557a00b87c785b7a00cf62d495b5c4bd837f32016ed58f942e7de0c33d09aa72e533f58283af6b5ae50f276ad7e58e853e32a8400024
diff --git a/net-libs/socket_wrapper/socket_wrapper-1.4.2.ebuild b/net-libs/socket_wrapper/socket_wrapper-1.4.2.ebuild
new file mode 100644
index 000000000000..616af852b9e3
--- /dev/null
+++ b/net-libs/socket_wrapper/socket_wrapper-1.4.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake-multilib flag-o-matic
+
+DESCRIPTION="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 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( >=dev-util/cmocka-1.1.0 )"
+
+src_configure() {
+ # https://gcc.gnu.org/PR46596
+ # https://gcc.gnu.org/PR101270
+ filter-flags -fno-semantic-interposition
+
+ local mycmakeargs=(
+ -DUNIT_TESTING=$(usex test ON OFF)
+ )
+ cmake-multilib_src_configure
+}
+
+src_test() {
+ ewarn "test_echo_tcp_poll takes a while to run!"
+ cmake_src_test
+}
next reply other threads:[~2024-03-03 5:50 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-03 5:50 Sam James [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
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
2021-02-25 14:04 Andreas Sturmlechner
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=1709444970.97fc44852d225d13cc8f60030ddf30c1e30552df.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