Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/
Date: Thu, 02 Jun 2016 19:34:39
Message-Id: 1464888121.6056dd1f0d65d566c41a788a69a5df78c18252dd.monsieurp@gentoo
1 commit: 6056dd1f0d65d566c41a788a69a5df78c18252dd
2 Author: yuchen.xie <yuchen.xie <AT> live <DOT> com>
3 AuthorDate: Thu Jun 2 08:10:21 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 17:22:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6056dd1f
7
8 net-libs/libwebsockets: drop 1.4, 1.6.0, 1.7.6
9
10 Closes: https://github.com/gentoo/gentoo/pull/1582
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 net-libs/libwebsockets/Manifest | 3 --
15 net-libs/libwebsockets/libwebsockets-1.4.ebuild | 21 -------------
16 net-libs/libwebsockets/libwebsockets-1.6.0.ebuild | 21 -------------
17 net-libs/libwebsockets/libwebsockets-1.7.6.ebuild | 36 -----------------------
18 net-libs/libwebsockets/metadata.xml | 1 -
19 5 files changed, 82 deletions(-)
20
21 diff --git a/net-libs/libwebsockets/Manifest b/net-libs/libwebsockets/Manifest
22 index 09359d4..7bece3d 100644
23 --- a/net-libs/libwebsockets/Manifest
24 +++ b/net-libs/libwebsockets/Manifest
25 @@ -1,5 +1,2 @@
26 -DIST libwebsockets-1.4-chrome43-firefox-36.tar.gz 2841449 SHA256 e11492477e582ef0b1a6ea2f18d81a9619b449170a3a5c43f32a9468461a9798 SHA512 46dd538193e001a54a1fc78f238c6ff94252b79239b110c0e57bd354082cc6adc12578cd7c7afddd8c9de6319e31ab511189ee5decf101075402874a9f6932cb WHIRLPOOL ebfd79a3855824df81da0c8d3a93f15d282b87189cdcd94627842c3f4c8400cecfe148fa6fc20a608cea4c278794f6e9f94facfa37fa8f047b571e8b1fd01d2b
27 -DIST libwebsockets-1.6.0-chrome48-firefox42.tar.gz 2861394 SHA256 0b97d9f5f8a57fc3d34c17ac9e2bca578629ac407cca0f23b3491fda9bd6cba3 SHA512 d185b15922c007b85083423e997e96ebfed1da3debc9a352bc135f712f3b9828d58fdcc514dcd24c051d5b2d3a623444036068bc402bf64ab38a4139eefc57f4 WHIRLPOOL 67ea0cecccf9ad1e14834f681e29e95680d808f60ce603e8d75ff4123b731a581be7bd7e60907b0ab79eec2def60279c2287874f307daaeddc182533619589f6
28 -DIST libwebsockets-1.7.6.tar.gz 2914276 SHA256 b6f738d85baa568f70c16ad724855d346355a31f05fb62b75e7f2b45d504d2ff SHA512 7e85d0f58a12057eb7b295e5913fef273efacc3adc918262a1af738a74a9b3badaf419e0f8b0b039423f79cc8f3047856186d41df555802b695103d4f6679f09 WHIRLPOOL 4e189973dc7ba7eba66cb2b04fcd3ee622fda83005389b1f21e964b9d5500ca060e81cbab82e8c28fbb96b511d7973e54081ea8ea5340de660a32b90be6c0879
29 DIST libwebsockets-1.7.8.tar.gz 2914823 SHA256 59809ed49e1143933d7a178b92e01db2dc9a68b5582faa425224dac3b813c744 SHA512 43599347275f5b3e92749691f00eea57a434e8a123111119fe624b56a7267dbd85d4257bd0d1386b13504a0b4102920dfc337629b6fd218f0e5e17c37d692768 WHIRLPOOL 50e60db2784172674c8cc34e67c98ae52e5367b6958bd8a8ae839ce08cf9101944513ca8ca697b2da8a565a927af4aecc049c9d1e87d06f9ee8e68a16aba5a5a
30 DIST libwebsockets-2.0.1.tar.gz 2997361 SHA256 f98cf9e35385863cfe64a5f181403bf3113cc5d82604c4811e1373ba8676ef88 SHA512 90a4ee45753cfca67a6093ce8ef9b3eb9dffdcd213888555d29fe09d8fdf36a6e927d121bc0cc0cd12570b2d48952501b0639e95614bf356419f6eb53cb3819d WHIRLPOOL 0c982eb09b0bcd56fbcddca7c15af2460bdc62117644cf6e01dbbe11e46ab8b8d489fd30f2df92332a2781de30cdb8ebaa3855bb7e50c8cfb9d691168035d683
31
32 diff --git a/net-libs/libwebsockets/libwebsockets-1.4.ebuild b/net-libs/libwebsockets/libwebsockets-1.4.ebuild
33 deleted file mode 100644
34 index 7de3619..0000000
35 --- a/net-libs/libwebsockets/libwebsockets-1.4.ebuild
36 +++ /dev/null
37 @@ -1,21 +0,0 @@
38 -# Copyright 1999-2016 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -# $Id$
41 -
42 -EAPI=5
43 -
44 -inherit cmake-utils
45 -
46 -MY_TAG="chrome43-firefox-36"
47 -DESCRIPTION="C/C++ websockets library"
48 -HOMEPAGE="http://libwebsockets.org/"
49 -SRC_URI="http://git.libwebsockets.org/cgi-bin/cgit/${PN}/snapshot/${P}-${MY_TAG}.tar.gz"
50 -S="${S}-${MY_TAG}"
51 -
52 -LICENSE="libwebsockets"
53 -SLOT="0"
54 -KEYWORDS="~amd64"
55 -IUSE=""
56 -
57 -DEPEND="dev-util/cmake"
58 -RDEPEND=""
59
60 diff --git a/net-libs/libwebsockets/libwebsockets-1.6.0.ebuild b/net-libs/libwebsockets/libwebsockets-1.6.0.ebuild
61 deleted file mode 100644
62 index 5c141bc..0000000
63 --- a/net-libs/libwebsockets/libwebsockets-1.6.0.ebuild
64 +++ /dev/null
65 @@ -1,21 +0,0 @@
66 -# Copyright 1999-2016 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -# $Id$
69 -
70 -EAPI=5
71 -
72 -inherit cmake-utils
73 -
74 -MY_TAG="chrome48-firefox42"
75 -DESCRIPTION="C/C++ websockets library"
76 -HOMEPAGE="http://libwebsockets.org/"
77 -SRC_URI="http://git.libwebsockets.org/cgi-bin/cgit/${PN}/snapshot/${P}-${MY_TAG}.tar.gz"
78 -S="${S}-${MY_TAG}"
79 -
80 -LICENSE="libwebsockets"
81 -SLOT="0"
82 -KEYWORDS="~amd64 ~x86"
83 -IUSE=""
84 -
85 -DEPEND="dev-util/cmake"
86 -RDEPEND=""
87
88 diff --git a/net-libs/libwebsockets/libwebsockets-1.7.6.ebuild b/net-libs/libwebsockets/libwebsockets-1.7.6.ebuild
89 deleted file mode 100644
90 index 22e639b..0000000
91 --- a/net-libs/libwebsockets/libwebsockets-1.7.6.ebuild
92 +++ /dev/null
93 @@ -1,36 +0,0 @@
94 -# Copyright 1999-2016 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -# $Id$
97 -
98 -EAPI=6
99 -
100 -inherit cmake-utils
101 -
102 -DESCRIPTION="canonical libwebsockets.org websocket library"
103 -HOMEPAGE="https://libwebsockets.org/"
104 -SRC_URI="https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz -> ${P}.tar.gz"
105 -
106 -LICENSE="LGPL-2.1"
107 -SLOT="0"
108 -KEYWORDS="~amd64 ~x86"
109 -IUSE="+ssl +zlib static-libs +http2 ipv6 +server -client"
110 -
111 -RDEPEND="
112 - ssl? ( dev-libs/openssl:0 )
113 - zlib? ( sys-libs/zlib )
114 - "
115 -DEPEND="${RDEPEND}"
116 -
117 -src_configure() {
118 - local mycmakeargs=(
119 - -DLWS_WITH_STATIC=$(usex static-libs)
120 - -DLWS_LINK_TESTAPPS_DYNAMIC=$(usex !static-libs)
121 - -DLWS_WITH_SSL=$(usex ssl)
122 - -DLWS_WITHOUT_CLIENT=$(usex !client)
123 - -DLWS_WITHOUT_SERVER=$(usex !server)
124 - -DLWS_WITH_HTTP2=$(usex http2)
125 - -DLWS_IPV6=$(usex ipv6)
126 - )
127 -
128 - cmake-utils_src_configure
129 -}
130
131 diff --git a/net-libs/libwebsockets/metadata.xml b/net-libs/libwebsockets/metadata.xml
132 index ad8fbe6..1682ab9 100644
133 --- a/net-libs/libwebsockets/metadata.xml
134 +++ b/net-libs/libwebsockets/metadata.xml
135 @@ -23,6 +23,5 @@
136 <flag name="http2">Support the HTTP/2 protocol</flag>
137 <flag name="libev">Support event loops via dev-libs/libev</flag>
138 <flag name="libuv">Support asynchronous I/O via dev-libs/libuv</flag>
139 - <flag name="server">The server part of the library</flag>
140 </use>
141 </pkgmetadata>