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 4DA0213835B for ; Sat, 23 Jan 2021 23:43:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55B22E096B; Sat, 23 Jan 2021 23:43:41 +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 3DEB1E096B for ; Sat, 23 Jan 2021 23:43:41 +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 B005C340E8B for ; Sat, 23 Jan 2021 23:43:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AD7748B for ; Sat, 23 Jan 2021 23:43:38 +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: <1611445398.d74b59dde38530a4071abf8342d2e2db5801c637.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild media-libs/libbdplus/libbdplus-9999.ebuild X-VCS-Directories: media-libs/libbdplus/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d74b59dde38530a4071abf8342d2e2db5801c637 X-VCS-Branch: master Date: Sat, 23 Jan 2021 23:43:38 +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: d48e0703-b87e-4bb1-81a9-39f920651cdb X-Archives-Hash: 5487ad78377fb4449c6dd4d23f164fbb commit: d74b59dde38530a4071abf8342d2e2db5801c637 Author: David Michael gmail com> AuthorDate: Mon Jan 4 02:18:16 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 23 23:43:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74b59dd media-libs/libbdplus: EAPI-7 bump Closes: https://bugs.gentoo.org/567196 Closes: https://bugs.gentoo.org/763477 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> ...dplus-9999.ebuild => libbdplus-0.1.2-r1.ebuild} | 29 +++++++++++++++------- media-libs/libbdplus/libbdplus-9999.ebuild | 29 +++++++++++++++------- 2 files changed, 40 insertions(+), 18 deletions(-) diff --git a/media-libs/libbdplus/libbdplus-9999.ebuild b/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild similarity index 60% copy from media-libs/libbdplus/libbdplus-9999.ebuild copy to media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild index 5525e10aec4..6b225c0947f 100644 --- a/media-libs/libbdplus/libbdplus-9999.ebuild +++ b/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit autotools-multilib +EAPI=7 +inherit multilib-minimal if [[ ${PV} == 9999 ]] ; then - inherit git-r3 + inherit autotools git-r3 EGIT_REPO_URI="https://code.videolan.org/videolan/libbdplus.git" else SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" fi DESCRIPTION="Blu-ray library for BD+ decryption" @@ -17,19 +17,30 @@ HOMEPAGE="https://www.videolan.org/developers/libbdplus.html" LICENSE="LGPL-2.1" SLOT="0" -IUSE="aacs static-libs" +IUSE="aacs" RDEPEND="dev-libs/libgcrypt:0=[${MULTILIB_USEDEP}] dev-libs/libgpg-error[${MULTILIB_USEDEP}] aacs? ( >=media-libs/libaacs-0.7.0[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND}" -DOCS="ChangeLog README.txt" +DOCS=( ChangeLog README.txt ) -src_configure() { +src_prepare() { + default + [[ ${PV} == 9999 ]] && eautoreconf +} + +multilib_src_configure() { local myeconfargs=( --disable-optimizations + --disable-static $(use_with aacs libaacs) ) - autotools-multilib_src_configure + ECONF_SOURCE=${S} econf "${myeconfargs[@]}" +} + +multilib_src_install_all() { + einstalldocs + find "${ED}" -type f -name "*.la" -delete || die } diff --git a/media-libs/libbdplus/libbdplus-9999.ebuild b/media-libs/libbdplus/libbdplus-9999.ebuild index 5525e10aec4..fc184091225 100644 --- a/media-libs/libbdplus/libbdplus-9999.ebuild +++ b/media-libs/libbdplus/libbdplus-9999.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit autotools-multilib +EAPI=7 +inherit multilib-minimal if [[ ${PV} == 9999 ]] ; then - inherit git-r3 + inherit autotools git-r3 EGIT_REPO_URI="https://code.videolan.org/videolan/libbdplus.git" else SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" fi DESCRIPTION="Blu-ray library for BD+ decryption" @@ -17,19 +17,30 @@ HOMEPAGE="https://www.videolan.org/developers/libbdplus.html" LICENSE="LGPL-2.1" SLOT="0" -IUSE="aacs static-libs" +IUSE="aacs" RDEPEND="dev-libs/libgcrypt:0=[${MULTILIB_USEDEP}] dev-libs/libgpg-error[${MULTILIB_USEDEP}] aacs? ( >=media-libs/libaacs-0.7.0[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND}" -DOCS="ChangeLog README.txt" +DOCS=( ChangeLog README.md ) -src_configure() { +src_prepare() { + default + [[ ${PV} == 9999 ]] && eautoreconf +} + +multilib_src_configure() { local myeconfargs=( --disable-optimizations + --disable-static $(use_with aacs libaacs) ) - autotools-multilib_src_configure + ECONF_SOURCE=${S} econf "${myeconfargs[@]}" +} + +multilib_src_install_all() { + einstalldocs + find "${ED}" -type f -name "*.la" -delete || die }