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 289A313835A 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 24CF8E0960; Sat, 23 Jan 2021 23:43:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 082E2E0960 for ; Sat, 23 Jan 2021 23:43:40 +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 E482C340F2B 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 4E56F4A2 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.5373d3f7ca609d8eb2e46745ad4ae47163c65887.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: 5373d3f7ca609d8eb2e46745ad4ae47163c65887 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: 03bbe0db-0319-4220-9b30-b9f641ff99ae X-Archives-Hash: 691f168bbb18fae23837868610b4a135 commit: 5373d3f7ca609d8eb2e46745ad4ae47163c65887 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 23 23:41:58 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=5373d3f7 media-libs/libbdplus: Minor style fixes, drop superfluous DOCS Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild | 11 ++++++----- media-libs/libbdplus/libbdplus-9999.ebuild | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild b/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild index 6b225c0947f..8bffc810731 100644 --- a/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild +++ b/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild @@ -2,9 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit multilib-minimal -if [[ ${PV} == 9999 ]] ; then +if [[ ${PV} == *9999* ]] ; then inherit autotools git-r3 EGIT_REPO_URI="https://code.videolan.org/videolan/libbdplus.git" else @@ -19,13 +20,13 @@ LICENSE="LGPL-2.1" SLOT="0" IUSE="aacs" -RDEPEND="dev-libs/libgcrypt:0=[${MULTILIB_USEDEP}] +RDEPEND=" + dev-libs/libgcrypt:0=[${MULTILIB_USEDEP}] dev-libs/libgpg-error[${MULTILIB_USEDEP}] - aacs? ( >=media-libs/libaacs-0.7.0[${MULTILIB_USEDEP}] )" + aacs? ( >=media-libs/libaacs-0.7.0[${MULTILIB_USEDEP}] ) +" DEPEND="${RDEPEND}" -DOCS=( ChangeLog README.txt ) - src_prepare() { default [[ ${PV} == 9999 ]] && eautoreconf diff --git a/media-libs/libbdplus/libbdplus-9999.ebuild b/media-libs/libbdplus/libbdplus-9999.ebuild index fc184091225..8bffc810731 100644 --- a/media-libs/libbdplus/libbdplus-9999.ebuild +++ b/media-libs/libbdplus/libbdplus-9999.ebuild @@ -2,9 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit multilib-minimal -if [[ ${PV} == 9999 ]] ; then +if [[ ${PV} == *9999* ]] ; then inherit autotools git-r3 EGIT_REPO_URI="https://code.videolan.org/videolan/libbdplus.git" else @@ -19,13 +20,13 @@ LICENSE="LGPL-2.1" SLOT="0" IUSE="aacs" -RDEPEND="dev-libs/libgcrypt:0=[${MULTILIB_USEDEP}] +RDEPEND=" + dev-libs/libgcrypt:0=[${MULTILIB_USEDEP}] dev-libs/libgpg-error[${MULTILIB_USEDEP}] - aacs? ( >=media-libs/libaacs-0.7.0[${MULTILIB_USEDEP}] )" + aacs? ( >=media-libs/libaacs-0.7.0[${MULTILIB_USEDEP}] ) +" DEPEND="${RDEPEND}" -DOCS=( ChangeLog README.md ) - src_prepare() { default [[ ${PV} == 9999 ]] && eautoreconf