Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/socket_wrapper/
Date: Wed, 21 Nov 2018 13:27:35
Message-Id: 1542806844.927c13f3b80b3d6fe13f93b241d7c614dbdb5f7c.polynomial-c@gentoo
1 commit: 927c13f3b80b3d6fe13f93b241d7c614dbdb5f7c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 21 13:27:11 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 21 13:27:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=927c13f3
7
8 net-libs/socket_wrapper: Removed old.
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-libs/socket_wrapper/Manifest | 1 -
14 .../socket_wrapper/socket_wrapper-1.1.8.ebuild | 24 ----------------------
15 2 files changed, 25 deletions(-)
16
17 diff --git a/net-libs/socket_wrapper/Manifest b/net-libs/socket_wrapper/Manifest
18 index 9291f2c8efe..35836b3b64d 100644
19 --- a/net-libs/socket_wrapper/Manifest
20 +++ b/net-libs/socket_wrapper/Manifest
21 @@ -1,5 +1,4 @@
22 DIST socket_wrapper-1.1.6.tar.gz 54150 BLAKE2B c9d655d87e4462bf36289c7800e17fed9db24153fd82e11eaa1007a1507e3ec146d94beb6425c6e43941f904698eaddbf138707adda74735d7812845751176f8 SHA512 8d5868877cdc7b20efbb8073276574d65d61a8fea73df2924a3fa4581284d30d7a1f03351c470a473e0e2eb6ed1a1513a98559a620b3976741892bb807cfe7ea
23 DIST socket_wrapper-1.1.7.tar.gz 54774 BLAKE2B 132b3875cc3434b2ae9c9e37c664737c7916fee9f1c0a6207b85e881c37c6222d17f8ca191519d8bafcbfad7700c7e24726fa807a5cd2ceb233ebf129a282e54 SHA512 3ddf7c1e0bf75268ed9bb44dfb02028d2d678a206ce6290ee1fc8da851ccf0cf97255c2cc498212abf65b96a9114563c4f922816d0109d379b096682a6bfe1f1
24 -DIST socket_wrapper-1.1.8.tar.gz 771657 BLAKE2B 83474eb48638abed2937caf01e85c1405a9b539ce91d3f710bce8ee253a7e69c605a0f1c19186001573e07e5a49d0a676a7936ce9d69910de6a300a6607b5c77 SHA512 55c64a4897a09bf2680132337d24bdd5f01e57369b0e1611dea9daca8a57f44d3b6625d3c3e631f954db3f4fc7e85f7ca229ec647f4bfd756f0bcabc6558498d
25 DIST socket_wrapper-1.1.9.tar.gz 772252 BLAKE2B ab8031ddd5b22fc9534daf996dd137466d2592bb83dfac4f15fb1adc3f0369544ad74b5b8fdb8dd61a09b6264f445604571d1b6b886401b96720ccd0499219bc SHA512 62458c7881c0d4e0e7f1ef3ec8dc4277a0f886cd1e9c73f6a20f23ed4546bcc959169fbac909e193e60567985f196358f6567de68b89ac4d4d5ec8473c8afb64
26 DIST socket_wrapper-1.2.1.tar.gz 67955 BLAKE2B 77091f0650ef4be31e581e32651920acd532c8a0018ff2775c0b273ddabdd4251a63b9cb2536f2dbda37b324e13ecf49422241fe7cdb92c8439e4b675f88af96 SHA512 2e905591bf7ff9cf06a1b5ce2c683996a32c6d08a416aeb07e4b6049849c915040b528171275a8b101a3ea549f05c9c7b2fc9ad6096089dc471e0278a4fc610d
27
28 diff --git a/net-libs/socket_wrapper/socket_wrapper-1.1.8.ebuild b/net-libs/socket_wrapper/socket_wrapper-1.1.8.ebuild
29 deleted file mode 100644
30 index 4cbcd2bedf1..00000000000
31 --- a/net-libs/socket_wrapper/socket_wrapper-1.1.8.ebuild
32 +++ /dev/null
33 @@ -1,24 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -inherit cmake-multilib
40 -
41 -DESCRIPTION="A library passing all socket communications through unix sockets"
42 -HOMEPAGE="https://cwrap.org/socket_wrapper.html"
43 -SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz"
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
47 -IUSE="test"
48 -
49 -DEPEND=""
50 -RDEPEND="${DEPEND}"
51 -
52 -# Work around a problem with >=dev-util/cmake-3.3.0 (bug #558340)
53 -# Because of this we cannot use cmake-multilib_src_configure() here.
54 -multilib_src_configure() {
55 - local mycmakeargs=( -DCMAKE_LIBRARY_PATH=/usr/$(get_libdir) )
56 - cmake-utils_src_configure
57 -}