diff options
-rw-r--r-- | net-libs/libwebsockets/Manifest | 1 | ||||
-rw-r--r-- | net-libs/libwebsockets/libwebsockets-2.0.1.ebuild | 48 | ||||
-rw-r--r-- | net-libs/libwebsockets/metadata.xml | 2 |
3 files changed, 0 insertions, 51 deletions
diff --git a/net-libs/libwebsockets/Manifest b/net-libs/libwebsockets/Manifest index c3afaa783ec..c37931e3d3b 100644 --- a/net-libs/libwebsockets/Manifest +++ b/net-libs/libwebsockets/Manifest @@ -1,3 +1,2 @@ DIST libwebsockets-1.7.8.tar.gz 2914823 SHA256 59809ed49e1143933d7a178b92e01db2dc9a68b5582faa425224dac3b813c744 SHA512 43599347275f5b3e92749691f00eea57a434e8a123111119fe624b56a7267dbd85d4257bd0d1386b13504a0b4102920dfc337629b6fd218f0e5e17c37d692768 WHIRLPOOL 50e60db2784172674c8cc34e67c98ae52e5367b6958bd8a8ae839ce08cf9101944513ca8ca697b2da8a565a927af4aecc049c9d1e87d06f9ee8e68a16aba5a5a -DIST libwebsockets-2.0.1.tar.gz 2997361 SHA256 f98cf9e35385863cfe64a5f181403bf3113cc5d82604c4811e1373ba8676ef88 SHA512 90a4ee45753cfca67a6093ce8ef9b3eb9dffdcd213888555d29fe09d8fdf36a6e927d121bc0cc0cd12570b2d48952501b0639e95614bf356419f6eb53cb3819d WHIRLPOOL 0c982eb09b0bcd56fbcddca7c15af2460bdc62117644cf6e01dbbe11e46ab8b8d489fd30f2df92332a2781de30cdb8ebaa3855bb7e50c8cfb9d691168035d683 DIST libwebsockets-2.0.2.tar.gz 2998585 SHA256 7ab40b7c28b25d7a3776283219447876502163d89269b3c05739cfc3753525bc SHA512 6cd0cfe14ab9aa2ce26624d41290ed3bd0ae4167e93d5db738883dbbe2db851bd75037929a417922c2ef78eae3ff00583134d42da575d961c777e4a1ad0fef4a WHIRLPOOL 576e16dd9638822056142b3c72a53ba2d3582d5c15b3f0c971abc6017d3d34d3c7df503414f33cc3b68cf8033b5ff5cb6dc9b286d1c9c5d890bc0928f61a1439 diff --git a/net-libs/libwebsockets/libwebsockets-2.0.1.ebuild b/net-libs/libwebsockets/libwebsockets-2.0.1.ebuild deleted file mode 100644 index 86a6fb69987..00000000000 --- a/net-libs/libwebsockets/libwebsockets-2.0.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="canonical libwebsockets.org websocket library" -HOMEPAGE="https://libwebsockets.org/" -SRC_URI="https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+http2 +ssl client ipv6 libev libressl libuv static-libs" - -REQUIRED_USE="libressl? ( ssl )" - -RDEPEND=" - sys-libs/zlib - libev? ( dev-libs/libev ) - libuv? ( dev-libs/libuv ) - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) -" -DEPEND="${RDEPEND} - dev-lang/perl -" - -src_configure() { - local mycmakeargs=( - -DLWS_IPV6=$(usex ipv6 ON OFF) - -DLWS_LINK_TESTAPPS_DYNAMIC=$(usex !static-libs ON OFF) - -DLWS_WITH_HTTP2=$(usex http2 ON OFF) - -DLWS_WITH_STATIC=$(usex static-libs ON OFF) - -DLWS_WITH_LIBEV=$(usex libev ON OFF) - -DLWS_WITH_LIBUV=$(usex libuv ON OFF) - -DLWS_WITH_SSL=$(usex ssl ON OFF) - -DLWS_WITHOUT_CLIENT=$(usex !client ON OFF) - -DLWS_WITHOUT_TEST_CLIENT=$(usex !client ON OFF) - -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON - ) - - cmake-utils_src_configure -} diff --git a/net-libs/libwebsockets/metadata.xml b/net-libs/libwebsockets/metadata.xml index 1682ab96600..80de53e2760 100644 --- a/net-libs/libwebsockets/metadata.xml +++ b/net-libs/libwebsockets/metadata.xml @@ -4,12 +4,10 @@ <maintainer type="person"> <email>jaco@uls.co.za</email> <name>Jaco Kroon</name> - <description>Proxy-Maintainer. Assign bugs to him</description> </maintainer> <maintainer type="person"> <email>yuchen.xie@live.com</email> <name>Yuchen Xie</name> - <description>Proxy-Maintainer. Assign bugs to him</description> </maintainer> <maintainer type="project"> <email>proxy-maint@gentoo.org</email> |