summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-08-02 15:16:19 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-08-02 15:16:30 +0200
commit65e2130d1ad76f30497f1fb991c0badf737ccf50 (patch)
tree8708ed823a051ff38575da08283013f7a9d75887 /dev-libs/c-capnproto/c-capnproto-0.2.ebuild
parentdev-perl/Cache-Memcached-Fast: Fix make dependencies re: bug #299972 (diff)
downloadgentoo-65e2130d1ad76f30497f1fb991c0badf737ccf50.tar.gz
gentoo-65e2130d1ad76f30497f1fb991c0badf737ccf50.tar.bz2
gentoo-65e2130d1ad76f30497f1fb991c0badf737ccf50.zip
dev-libs/c-capnproto: bump to 0.2
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs/c-capnproto/c-capnproto-0.2.ebuild')
-rw-r--r--dev-libs/c-capnproto/c-capnproto-0.2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-libs/c-capnproto/c-capnproto-0.2.ebuild b/dev-libs/c-capnproto/c-capnproto-0.2.ebuild
new file mode 100644
index 000000000000..23e6bcb674ef
--- /dev/null
+++ b/dev-libs/c-capnproto/c-capnproto-0.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF="yes"
+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/archive/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${DEPEND}
+ test? ( dev-cpp/gtest )"
+S="${WORKDIR}/${PN}-${P}"
+PATCHES=(
+ "${FILESDIR}/gtest.patch"
+)