commit: 9060287290ae7cfd8122b0198c03723dcf12d0eb Author: Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za> AuthorDate: Tue Sep 15 08:23:46 2015 +0000 Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org> CommitDate: Tue Sep 15 13:06:30 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90602872
net-libs/libwebsockets 1.4 Package-Manager: portage-2.2.20.1 Signed-off-by: Tony Vroon <chainsaw <AT> gentoo.org> net-libs/libwebsockets/Manifest | 1 + net-libs/libwebsockets/libwebsockets-1.4.ebuild | 21 +++++++++++++++++++++ net-libs/libwebsockets/metadata.xml | 13 +++++++++++++ 3 files changed, 35 insertions(+) diff --git a/net-libs/libwebsockets/Manifest b/net-libs/libwebsockets/Manifest new file mode 100644 index 0000000..d229333 --- /dev/null +++ b/net-libs/libwebsockets/Manifest @@ -0,0 +1 @@ +DIST libwebsockets-1.4-chrome43-firefox-36.tar.gz 2841449 SHA256 e11492477e582ef0b1a6ea2f18d81a9619b449170a3a5c43f32a9468461a9798 SHA512 46dd538193e001a54a1fc78f238c6ff94252b79239b110c0e57bd354082cc6adc12578cd7c7afddd8c9de6319e31ab511189ee5decf101075402874a9f6932cb WHIRLPOOL ebfd79a3855824df81da0c8d3a93f15d282b87189cdcd94627842c3f4c8400cecfe148fa6fc20a608cea4c278794f6e9f94facfa37fa8f047b571e8b1fd01d2b diff --git a/net-libs/libwebsockets/libwebsockets-1.4.ebuild b/net-libs/libwebsockets/libwebsockets-1.4.ebuild new file mode 100644 index 0000000..8238260 --- /dev/null +++ b/net-libs/libwebsockets/libwebsockets-1.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils + +MY_TAG="chrome43-firefox-36" +DESCRIPTION="C/C++ websockets library" +HOMEPAGE="http://libwebsockets.org/" +SRC_URI="http://git.libwebsockets.org/cgi-bin/cgit/${PN}/snapshot/${P}-${MY_TAG}.tar.gz" +S="${S}-${MY_TAG}" + +LICENSE="libwebsockets" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-util/cmake" +RDEPEND="" diff --git a/net-libs/libwebsockets/metadata.xml b/net-libs/libwebsockets/metadata.xml new file mode 100644 index 0000000..a335db2 --- /dev/null +++ b/net-libs/libwebsockets/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>proxy-maintainers</herd> + <maintainer> + <email>j...@uls.co.za</email> + <name>Jaco Kroon</name> + <description>Proxy-Maintainer. Assign bugs to him</description> + </maintainer> + <longdescription> + libwebsockets is a C library designed to make development of websockets clients and servers easier (possible). + </longdescription> +</pkgmetadata>