From fc6da856cd6955ce41ba47ed8bfd7119e73d7565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 8 Oct 2018 11:35:16 +0200 Subject: dev-libs/capnproto: update to version 0.7.0 --- dev-libs/capnproto/Manifest | 2 +- dev-libs/capnproto/capnproto-0.6.1.2.ebuild | 36 ----------------------------- dev-libs/capnproto/capnproto-0.7.0.ebuild | 36 +++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 dev-libs/capnproto/capnproto-0.6.1.2.ebuild create mode 100644 dev-libs/capnproto/capnproto-0.7.0.ebuild diff --git a/dev-libs/capnproto/Manifest b/dev-libs/capnproto/Manifest index d887a98..5c9fbcd 100644 --- a/dev-libs/capnproto/Manifest +++ b/dev-libs/capnproto/Manifest @@ -1 +1 @@ -DIST capnproto-0.6.1.2.tar.gz 1933949 BLAKE2B 8e1109bbe63cc7d3e7d1cccda386a195a349f9d00ccb72ed2d891bb55c32933ab7c593433b56d81eacd865a02b1598fac507e59ef50a17565719982b28bfce2f SHA512 927969932aa82375eb9af4145044b13089e781a7060f63381f70bc6c5f7575c97e89e25d38f284a80fe1912f3111c9f4ba7cf31859726b946dac17124ac6ce8b +DIST capnproto-0.7.0.tar.gz 1983172 BLAKE2B d88b5f8e3278f8e3aceccdc459001b99328b0440812352dcb6b54bd11e18aa7fee6d337252841c86e9c3eb1afcdbd99884c965156d6cec37e3c0996c9ec1241f SHA512 a3ea278ded6a866759c0517d16b99bd38ffea1c163ce63a3604b752d8bdaafbc38a600de94afe12db35e7f7f06e29cc94c911dc2e0ecec6fe1185452df2a2bd3 diff --git a/dev-libs/capnproto/capnproto-0.6.1.2.ebuild b/dev-libs/capnproto/capnproto-0.6.1.2.ebuild deleted file mode 100644 index b89087e..0000000 --- a/dev-libs/capnproto/capnproto-0.6.1.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools - -DESCRIPTION="RPC/Serialization system with capabilities support" -HOMEPAGE="https://capnproto.org" -SRC_URI="https://github.com/sandstorm-io/capnproto/archive/df67f26862c011c6efb31a28fb0d2a2ca1b94ac8.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/061" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="static-libs test" - -RDEPEND="" -DEPEND="test? ( dev-cpp/gtest )" - -S=${WORKDIR}/capnproto-df67f26862c011c6efb31a28fb0d2a2ca1b94ac8/c++ - -src_prepare() { - sed -e 's/ldconfig/true/' -i Makefile.am || die - sed -e 's#gtest/lib/libgtest.la gtest/lib/libgtest_main.la#-lgtest -lgtest_main#' -i Makefile.am || die - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - find "${ED}" -name '*.la' -delete -} diff --git a/dev-libs/capnproto/capnproto-0.7.0.ebuild b/dev-libs/capnproto/capnproto-0.7.0.ebuild new file mode 100644 index 0000000..6d681e7 --- /dev/null +++ b/dev-libs/capnproto/capnproto-0.7.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit autotools + +DESCRIPTION="RPC/Serialization system with capabilities support" +HOMEPAGE="https://capnproto.org" +SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/061" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="static-libs test" + +RDEPEND="" +DEPEND="test? ( dev-cpp/gtest )" + +S="${WORKDIR}/capnproto-${PV}/c++" + +src_prepare() { + sed -e 's/ldconfig/true/' -i Makefile.am || die + sed -e 's#gtest/lib/libgtest.la gtest/lib/libgtest_main.la#-lgtest -lgtest_main#' -i Makefile.am || die + eautoreconf +} + +src_configure() { + econf \ + $(use_enable static-libs static) +} + +src_install() { + default + find "${ED}" -name '*.la' -delete +} -- cgit v1.2.3