commit: 5373d3f7ca609d8eb2e46745ad4ae47163c65887
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 23:41:58 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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