commit:     40ea49e7ea81be7a3361454d79fdb65e80d6f6da
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 10:08:37 2015 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Thu Sep 10 10:08:37 2015 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=40ea49e7

dev-libs/capnproto: initial commit

ebuild written by me, not that there was much to write though

 dev-libs/capnproto/Manifest               |  1 +
 dev-libs/capnproto/capnproto-0.5.3.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-libs/capnproto/Manifest b/dev-libs/capnproto/Manifest
new file mode 100644
index 0000000..02ebe79
--- /dev/null
+++ b/dev-libs/capnproto/Manifest
@@ -0,0 +1 @@
+DIST capnproto-c++-0.5.3.tar.gz 2044467 SHA256 
cdb17c792493bdcd4a24bcd196eb09f70ee64c83a3eccb0bc6534ff560536afb SHA512 
7ed66bb0b3668dd19cddb1a7ce98de230fd898892045d6d43bd323e622350717382fcc27958410a09ca59ed1b84fec6d84aa1bf3f49d7eeee0a2ea109551eb8f
 WHIRLPOOL 
690b5c18f349fd385ab1934185e86a13ecbe1dea8514723875e8551251bf62ae35c8e5e11d8869a4c846390965389171834231bedab76161f868c580e5606b15

diff --git a/dev-libs/capnproto/capnproto-0.5.3.ebuild 
b/dev-libs/capnproto/capnproto-0.5.3.ebuild
new file mode 100644
index 0000000..803290d
--- /dev/null
+++ b/dev-libs/capnproto/capnproto-0.5.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-multilib
+
+MY_P="capnproto-c++-${PV}"
+
+DESCRIPTION="Insanely Fast Data Serialization Format"
+HOMEPAGE="https://capnproto.org";
+SRC_URI="https://capnproto.org/${MY_P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static-libs"
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${MY_P}"

Reply via email to