From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95462139694 for ; Thu, 15 Jun 2017 12:45:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6AC521C07E; Thu, 15 Jun 2017 12:45:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B426021C07E for ; Thu, 15 Jun 2017 12:45:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FC2A3417B8 for ; Thu, 15 Jun 2017 12:45:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75DB2747E for ; Thu, 15 Jun 2017 12:45:03 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1497530605.6bc4293854b6532c1666eb9bdc576aebe157d948.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/capnproto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/capnproto/Manifest dev-libs/capnproto/capnproto-0.5.3.1.ebuild X-VCS-Directories: dev-libs/capnproto/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6bc4293854b6532c1666eb9bdc576aebe157d948 X-VCS-Branch: master Date: Thu, 15 Jun 2017 12:45:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 470432f0-8941-47dc-956e-98563f6cd08b X-Archives-Hash: 26225cb392fe2b38f755e07d738e70c2 commit: 6bc4293854b6532c1666eb9bdc576aebe157d948 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jun 15 12:13:22 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jun 15 12:43:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc42938 dev-libs/capnproto: remove old Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-libs/capnproto/Manifest | 1 - dev-libs/capnproto/capnproto-0.5.3.1.ebuild | 36 ----------------------------- 2 files changed, 37 deletions(-) diff --git a/dev-libs/capnproto/Manifest b/dev-libs/capnproto/Manifest index df84de82cfb..b8aa91e93c9 100644 --- a/dev-libs/capnproto/Manifest +++ b/dev-libs/capnproto/Manifest @@ -1,2 +1 @@ -DIST capnproto-0.5.3.1.tar.gz 992237 SHA256 e9af9ccfcb6d61be2dca1daf75e90daea32cf6f4c7c24a19919815ce527d9ac8 SHA512 9d359d9ec2a8557ec92919becbd59f9df89633c9b4c7e078f390d02e6b9a4e5f48a1fb3cad595577b3ab7c5effc44733b0b7687002229a9b81b4495fb11c91c8 WHIRLPOOL 4474fd673b02b37f51db973f90ca56451cf8f4c1ccea87c47ed73135d13b495b4c4a6c4267c867c3bb17327585dd49f3e590f6f20536521941ee970f4da755f1 DIST capnproto-0.6.0.tar.gz 1199198 SHA256 3b73a3dc39592a30b1bb6d00dff930e5fb277c774a1d40bf6a1aa7758c5fec74 SHA512 4882b2e5d1544517348e436600705d18b41fc82e6fc141a934ad960556ed73781c974d4a45f8c949a297edd5c95fb156fd75f1d7179666dc7ab881f98ac9e69d WHIRLPOOL 466a664f90778c28114eed94bac488c7e104b17225c9b18bd2c1835d23f3bf8ac92f6cbc2d9c123b469c786341d45eb97d881607ba2ffb590ec2fc2776fe5a7b diff --git a/dev-libs/capnproto/capnproto-0.5.3.1.ebuild b/dev-libs/capnproto/capnproto-0.5.3.1.ebuild deleted file mode 100644 index 9905ac65548..00000000000 --- a/dev-libs/capnproto/capnproto-0.5.3.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 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="http://capnproto.org" -SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm" -IUSE="static-libs test" - -RDEPEND="" -DEPEND="test? ( dev-cpp/gtest )" - -S=${WORKDIR}/${P}/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 -}