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 DD2BA138334 for ; Sun, 30 Sep 2018 16:29:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DC00E07EE; Sun, 30 Sep 2018 16:29:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E3784E07EE for ; Sun, 30 Sep 2018 16:29: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 8321D335C94 for ; Sun, 30 Sep 2018 16:29:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C49F3AB for ; Sun, 30 Sep 2018 16:29:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1538324791.bfd37a0a05d9c7ddd9be5a34fae08574341303df.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libbs2b/, media-libs/libbs2b/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libbs2b/files/3.1.0-format-security.patch media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild X-VCS-Directories: media-libs/libbs2b/files/ media-libs/libbs2b/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bfd37a0a05d9c7ddd9be5a34fae08574341303df X-VCS-Branch: master Date: Sun, 30 Sep 2018 16:29: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-Archives-Salt: afe15143-9685-411b-99af-c0d986d82d1a X-Archives-Hash: 151b26d16e2e0f60968ec32e882fb259 commit: bfd37a0a05d9c7ddd9be5a34fae08574341303df Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 30 16:26:31 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 30 16:26:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd37a0a media-libs/libbs2b: EAPI-7 bump Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 media-libs/libbs2b/files/3.1.0-format-security.patch | 4 ++-- media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild | 14 ++++++-------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/media-libs/libbs2b/files/3.1.0-format-security.patch b/media-libs/libbs2b/files/3.1.0-format-security.patch index 1b9f9f97479..d5600a5b584 100644 --- a/media-libs/libbs2b/files/3.1.0-format-security.patch +++ b/media-libs/libbs2b/files/3.1.0-format-security.patch @@ -1,5 +1,5 @@ ---- src/bs2bconvert.c.orig 2015-03-06 12:24:00.168451618 +0000 -+++ src/bs2bconvert.c 2015-03-06 12:22:20.504446655 +0000 +--- a/src/bs2bconvert.c 2015-03-06 12:24:00.168451618 +0000 ++++ b/src/bs2bconvert.c 2015-03-06 12:22:20.504446655 +0000 @@ -153,7 +153,7 @@ if( ( infile = sf_open( infilename, SFM_READ, &sfinfo ) ) == NULL ) { diff --git a/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild b/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild index a20a4be4c6c..0f105059128 100644 --- a/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild +++ b/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit eutils multilib-minimal +inherit multilib-minimal DESCRIPTION="Bauer stereophonic-to-binaural DSP library" HOMEPAGE="http://bs2b.sourceforge.net/" @@ -15,12 +15,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-f IUSE="" RDEPEND=">=media-libs/libsndfile-1.0.25-r1[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" # for default_src_configure to work ECONF_SOURCE="${S}" -src_prepare() { - epatch "${FILESDIR}/${PV}-format-security.patch" -} +PATCHES=( "${FILESDIR}/${PV}-format-security.patch" )