From f9efc329d7df81df3e8f6371fc604df1e9a9805e Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Thu, 25 May 2017 17:37:05 +0200 Subject: dev-libs/c-capnproto: Bump to 0.3 Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-libs/c-capnproto/c-capnproto-0.3.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-libs/c-capnproto/c-capnproto-0.3.ebuild (limited to 'dev-libs/c-capnproto/c-capnproto-0.3.ebuild') diff --git a/dev-libs/c-capnproto/c-capnproto-0.3.ebuild b/dev-libs/c-capnproto/c-capnproto-0.3.ebuild new file mode 100644 index 000000000000..ad8901841eb7 --- /dev/null +++ b/dev-libs/c-capnproto/c-capnproto-0.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit autotools-utils + +DESCRIPTION="C library/compiler for the Cap'n Proto serialization/RPC protocol" +HOMEPAGE="https://github.com/opensourcerouting/c-capnproto" +SRC_URI="https://github.com/opensourcerouting/c-capnproto/releases/download/${P}/${P}.tar.xz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + app-arch/xz-utils +" -- cgit v1.2.3-65-gdbad