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 ECDFD138359 for ; Mon, 12 Oct 2020 09:06:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BC69E08ED; Mon, 12 Oct 2020 09:06:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F50FE08ED for ; Mon, 12 Oct 2020 09:06:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A96A333BE95 for ; Mon, 12 Oct 2020 09:06:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24AD43A0 for ; Mon, 12 Oct 2020 09:06:13 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1602493555.fbf72a04f566bfb2208dc633982d10c56cd734c0.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/fstrm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/fstrm/Manifest dev-libs/fstrm/fstrm-0.6.0.ebuild X-VCS-Directories: dev-libs/fstrm/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: fbf72a04f566bfb2208dc633982d10c56cd734c0 X-VCS-Branch: master Date: Mon, 12 Oct 2020 09:06:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1476d344-a3ad-4cbb-b5f8-ecd8045a686f X-Archives-Hash: 32b5f40140f5f4ed81cca61bf55efb6c commit: fbf72a04f566bfb2208dc633982d10c56cd734c0 Author: Jonathan Davies protonmail com> AuthorDate: Tue Sep 29 14:31:12 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Oct 12 09:05:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf72a04 dev-libs/fstrm: Version updated to 0.6.0 with changes: * Added := to libevent dependency. * Removed ${PN} in SRC_URI. Signed-off-by: Jonathan Davies protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/17712 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/fstrm/Manifest | 1 + dev-libs/fstrm/fstrm-0.6.0.ebuild | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-libs/fstrm/Manifest b/dev-libs/fstrm/Manifest index 2e97c37e0c8..12ff29612a1 100644 --- a/dev-libs/fstrm/Manifest +++ b/dev-libs/fstrm/Manifest @@ -1 +1,2 @@ DIST fstrm-0.3.0.tar.gz 185153 BLAKE2B 1e1e16792288255c1d963f2831b6f362d08a343cb58ae7ae8e24c5d9a70d870b238c399b9f2cb30da939dbfbf5faa49a61609725036113e579f2c7d63a36e599 SHA512 4134da0ed8579cb6784a419bba76b3be7487ec67b6fad65e0e662b40e668389010381176794d15da9c96339292f0faedc143f87b7ef3815b69bbc8b165af5c4d +DIST fstrm-0.6.0.tar.gz 135214 BLAKE2B 237b371450ea2e92e466aaeab2d6ebf9ba7c6bbf14d1517431818b01a2609c1765299bb576bb3a4a3a99a9ce7644992c3f5eaf82c01d903a1bad358d49ed47b4 SHA512 8e327f40fb49b36998d8bb9353b30b9924630b85adf1e4462ce4b456daa7eea727892a59f43ddd48de5bf5059a450fef54726b09af6d7f210fa182c4055d65f4 diff --git a/dev-libs/fstrm/fstrm-0.6.0.ebuild b/dev-libs/fstrm/fstrm-0.6.0.ebuild new file mode 100644 index 00000000000..57b1a4d205d --- /dev/null +++ b/dev-libs/fstrm/fstrm-0.6.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit autotools multilib-minimal + +DESCRIPTION="Frame Streams implementation in C" +HOMEPAGE="https://github.com/farsightsec/fstrm" +SRC_URI="https://github.com/farsightsec/fstrm/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="static-libs utils" + +BDEPEND="virtual/pkgconfig" +RDEPEND="utils? ( dev-libs/libevent:=[${MULTILIB_USEDEP}] )" +DEPEND="${RDEPEND}" + +src_prepare() { + default + eautoreconf + multilib_copy_sources +} + +multilib_src_configure() { + econf \ + $(use_enable static-libs static) \ + $(use_enable utils programs) +} + +multilib_src_install_all() { + default + find "${ED}" -name '*.la' -delete +}