summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-11-21 14:26:36 +0100
committerLars Wendler <polynomial-c@gentoo.org>2018-11-21 14:27:23 +0100
commit48842a3819f643922fc1eea86e6df3a67e0d9814 (patch)
tree59f25915f3afcea0faadef22730303e945e5f69b /net-libs/socket_wrapper/socket_wrapper-1.2.1.ebuild
parentnet-libs/nodejs: Version 8.13.0 (diff)
downloadgentoo-48842a3819f643922fc1eea86e6df3a67e0d9814.tar.gz
gentoo-48842a3819f643922fc1eea86e6df3a67e0d9814.tar.bz2
gentoo-48842a3819f643922fc1eea86e6df3a67e0d9814.zip
net-libs/socket_wrapper: Bump to version 1.2.1
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-libs/socket_wrapper/socket_wrapper-1.2.1.ebuild')
-rw-r--r--net-libs/socket_wrapper/socket_wrapper-1.2.1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-libs/socket_wrapper/socket_wrapper-1.2.1.ebuild b/net-libs/socket_wrapper/socket_wrapper-1.2.1.ebuild
new file mode 100644
index 000000000000..10f5dbfec6e2
--- /dev/null
+++ b/net-libs/socket_wrapper/socket_wrapper-1.2.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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"
+
+DEPEND=""
+RDEPEND="${DEPEND}"