public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2017-01-06 13:16 Aaron Bauman
  0 siblings, 0 replies; 19+ messages in thread
From: Aaron Bauman @ 2017-01-06 13:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e64928dad72a06bad2bac64548f96d91e7689d3b
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 12:36:07 2017 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 13:16:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64928da

media-libs/libbdplus: amd64 stable

 media-libs/libbdplus/libbdplus-0.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libbdplus/libbdplus-0.1.2.ebuild b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
index e5c04bc..6804927 100644
--- a/media-libs/libbdplus/libbdplus-0.1.2.ebuild
+++ b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then
 	EGIT_REPO_URI="git://git.videolan.org/${PN}.git"
 else
 	SRC_URI="http://ftp.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="Blu-ray library for BD+ decryption"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2017-12-09 18:41 Craig Andrews
  0 siblings, 0 replies; 19+ messages in thread
From: Craig Andrews @ 2017-12-09 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     003a40e100a9b60def59cd9aadc6fa3ddcd9b61c
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 18:20:42 2017 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 18:41:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003a40e1

media-libs/libbdplus: Use downloads.videolan.org

ftp.videolan.org now serves an invalid certificate

 media-libs/libbdplus/libbdplus-0.1.2.ebuild | 2 +-
 media-libs/libbdplus/libbdplus-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libbdplus/libbdplus-0.1.2.ebuild b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
index 8580551688b..c63eb630260 100644
--- a/media-libs/libbdplus/libbdplus-0.1.2.ebuild
+++ b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="git://git.videolan.org/${PN}.git"
 else
-	SRC_URI="http://ftp.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
+	SRC_URI="http://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
 	KEYWORDS="amd64 ppc ppc64 sparc x86"
 fi
 

diff --git a/media-libs/libbdplus/libbdplus-9999.ebuild b/media-libs/libbdplus/libbdplus-9999.ebuild
index df4dd68a47a..be4a630f4b0 100644
--- a/media-libs/libbdplus/libbdplus-9999.ebuild
+++ b/media-libs/libbdplus/libbdplus-9999.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="git://git.videolan.org/${PN}.git"
 else
-	SRC_URI="http://ftp.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
+	SRC_URI="http://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
 	KEYWORDS="~amd64 ~x86"
 fi
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2017-12-09 18:41 Craig Andrews
  0 siblings, 0 replies; 19+ messages in thread
From: Craig Andrews @ 2017-12-09 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     018ec8a7d8411fb44a08b8e7882951537567cec7
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 18:24:52 2017 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 18:41:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=018ec8a7

media-libs/libbdplus: use https for SRC_URI, HOMEPAGE, and git repo

 media-libs/libbdplus/libbdplus-0.1.2.ebuild | 6 +++---
 media-libs/libbdplus/libbdplus-9999.ebuild  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-libs/libbdplus/libbdplus-0.1.2.ebuild b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
index c63eb630260..3035e2372cf 100644
--- a/media-libs/libbdplus/libbdplus-0.1.2.ebuild
+++ b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
@@ -6,14 +6,14 @@ inherit autotools-multilib
 
 if [[ ${PV} == 9999 ]] ; then
 	inherit git-r3
-	EGIT_REPO_URI="git://git.videolan.org/${PN}.git"
+	EGIT_REPO_URI="https://git.videolan.org/${PN}.git"
 else
-	SRC_URI="http://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
+	SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
 	KEYWORDS="amd64 ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="Blu-ray library for BD+ decryption"
-HOMEPAGE="http://www.videolan.org/developers/libbdplus.html"
+HOMEPAGE="https://www.videolan.org/developers/libbdplus.html"
 
 LICENSE="LGPL-2.1"
 SLOT="0"

diff --git a/media-libs/libbdplus/libbdplus-9999.ebuild b/media-libs/libbdplus/libbdplus-9999.ebuild
index be4a630f4b0..f9796986f40 100644
--- a/media-libs/libbdplus/libbdplus-9999.ebuild
+++ b/media-libs/libbdplus/libbdplus-9999.ebuild
@@ -6,14 +6,14 @@ inherit autotools-multilib
 
 if [[ ${PV} == 9999 ]] ; then
 	inherit git-r3
-	EGIT_REPO_URI="git://git.videolan.org/${PN}.git"
+	EGIT_REPO_URI="https://git.videolan.org/${PN}.git"
 else
-	SRC_URI="http://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
+	SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
 	KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="Blu-ray library for BD+ decryption"
-HOMEPAGE="http://www.videolan.org/developers/libbdplus.html"
+HOMEPAGE="https://www.videolan.org/developers/libbdplus.html"
 
 LICENSE="LGPL-2.1"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2017-12-17 15:16 Andrey Utkin
  0 siblings, 0 replies; 19+ messages in thread
From: Andrey Utkin @ 2017-12-17 15:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f435431483d009ab8a82676f96f9e25bdcc3cb2a
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 14:57:54 2017 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 15:15:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4354314

media-libs/libbdplus: fix git uri

Bug: https://bugs.gentoo.org/641168
Fixes: 018ec8a7d841 ("media-libs/libbdplus: use https for SRC_URI, HOMEPAGE, and git repo")
Acked-by: Luca Barbato <lu_zero <AT> gentoo.org>
Package-Manager: Portage-2.3.17, Repoman-2.3.6

 media-libs/libbdplus/libbdplus-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libbdplus/libbdplus-9999.ebuild b/media-libs/libbdplus/libbdplus-9999.ebuild
index f9796986f40..a0e3a3fa2f9 100644
--- a/media-libs/libbdplus/libbdplus-9999.ebuild
+++ b/media-libs/libbdplus/libbdplus-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ inherit autotools-multilib
 
 if [[ ${PV} == 9999 ]] ; then
 	inherit git-r3
-	EGIT_REPO_URI="https://git.videolan.org/${PN}.git"
+	EGIT_REPO_URI="https://git.videolan.org/git/${PN}.git"
 else
 	SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
 	KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2019-05-05 19:05 Mike Gilbert
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Gilbert @ 2019-05-05 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     5ea28abb86ce9a80c646282e4b0573fb9139f4df
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Sun May  5 02:51:21 2019 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun May  5 19:04:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea28abb

media-libs/libbdplus: Update EGIT_REPO_URI.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 media-libs/libbdplus/libbdplus-0.1.2.ebuild | 4 ++--
 media-libs/libbdplus/libbdplus-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/libbdplus/libbdplus-0.1.2.ebuild b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
index 3035e2372cf..c1491101143 100644
--- a/media-libs/libbdplus/libbdplus-0.1.2.ebuild
+++ b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ inherit autotools-multilib
 
 if [[ ${PV} == 9999 ]] ; then
 	inherit git-r3
-	EGIT_REPO_URI="https://git.videolan.org/${PN}.git"
+	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 ppc ppc64 sparc x86"

diff --git a/media-libs/libbdplus/libbdplus-9999.ebuild b/media-libs/libbdplus/libbdplus-9999.ebuild
index a0e3a3fa2f9..5525e10aec4 100644
--- a/media-libs/libbdplus/libbdplus-9999.ebuild
+++ b/media-libs/libbdplus/libbdplus-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ inherit autotools-multilib
 
 if [[ ${PV} == 9999 ]] ; then
 	inherit git-r3
-	EGIT_REPO_URI="https://git.videolan.org/git/${PN}.git"
+	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"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2021-01-23 23:43 Andreas Sturmlechner
  0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2021-01-23 23:43 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2021-01-23 23:43 Andreas Sturmlechner
  0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2021-01-23 23:43 UTC (permalink / raw
  To: gentoo-commits

commit:     d74b59dde38530a4071abf8342d2e2db5801c637
Author:     David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Mon Jan  4 02:18:16 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=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 <fedora.dm0 <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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
 }


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2021-01-29 20:50 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-01-29 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     9ba80c300ee8c0a5b691a21ad49382c2f0a04dc2
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Jan 29 15:10:33 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 20:50:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba80c30

media-libs/libbdplus: stable 0.1.2-r1 for sparc, bug #763477

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild b/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild
index 8bffc810731..d154e2115ab 100644
--- a/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild
+++ b/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]] ; then
 	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 ~ppc ~ppc64 ~sparc ~x86"
+	KEYWORDS="~amd64 ~ppc ~ppc64 sparc ~x86"
 fi
 
 DESCRIPTION="Blu-ray library for BD+ decryption"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2021-01-30 10:04 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-01-30 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     1642f7be36cd217114d5b2661aaa78c1cb2cd7e5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 10:04:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 10:04:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1642f7be

media-libs/libbdplus: Stabilize 0.1.2-r1 ppc64, #763477

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild b/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild
index d154e2115ab..04abb831243 100644
--- a/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild
+++ b/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]] ; then
 	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 ~ppc ~ppc64 sparc ~x86"
+	KEYWORDS="~amd64 ~ppc ppc64 sparc ~x86"
 fi
 
 DESCRIPTION="Blu-ray library for BD+ decryption"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2021-01-30 14:29 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-01-30 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     b25061308c011fffaa8d60fed5e947004d0ead45
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 14:29:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 14:29:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2506130

media-libs/libbdplus: Stabilize 0.1.2-r1 amd64, #763477

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild b/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild
index 04abb831243..a0cf506204b 100644
--- a/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild
+++ b/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]] ; then
 	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 ~ppc ppc64 sparc ~x86"
+	KEYWORDS="amd64 ~ppc ppc64 sparc ~x86"
 fi
 
 DESCRIPTION="Blu-ray library for BD+ decryption"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2021-01-30 14:30 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-01-30 14:30 UTC (permalink / raw
  To: gentoo-commits

commit:     6c101f34fed84da181d81e055820b54de54ca030
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 14:30:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 14:30:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c101f34

media-libs/libbdplus: Stabilize 0.1.2-r1 x86, #763477

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild b/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild
index a0cf506204b..b956259b681 100644
--- a/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild
+++ b/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]] ; then
 	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 ~ppc ppc64 sparc ~x86"
+	KEYWORDS="amd64 ~ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="Blu-ray library for BD+ decryption"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2021-02-01 13:30 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-02-01 13:30 UTC (permalink / raw
  To: gentoo-commits

commit:     4f3e0406a31b448db6a5897f010820af4561e3a6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 13:30:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 13:30:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3e0406

media-libs/libbdplus: Stabilize 0.1.2-r1 ppc, #763477

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild b/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild
index b956259b681..443d7d1199e 100644
--- a/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild
+++ b/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]] ; then
 	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 ~ppc ppc64 sparc x86"
+	KEYWORDS="amd64 ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="Blu-ray library for BD+ decryption"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2021-02-01 13:39 Andreas Sturmlechner
  0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2021-02-01 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     150a09e3f53acfcfa683f734e7574f8affe3736f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 13:38:26 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 13:38:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150a09e3

media-libs/libbdplus: Drop 0.1.2 (r0)

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.ebuild | 35 -----------------------------
 1 file changed, 35 deletions(-)

diff --git a/media-libs/libbdplus/libbdplus-0.1.2.ebuild b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
deleted file mode 100644
index c1491101143..00000000000
--- a/media-libs/libbdplus/libbdplus-0.1.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools-multilib
-
-if [[ ${PV} == 9999 ]] ; then
-	inherit 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 ppc ppc64 sparc x86"
-fi
-
-DESCRIPTION="Blu-ray library for BD+ decryption"
-HOMEPAGE="https://www.videolan.org/developers/libbdplus.html"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="aacs static-libs"
-
-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"
-
-src_configure() {
-	local myeconfargs=(
-		--disable-optimizations
-		$(use_with aacs libaacs)
-	)
-	autotools-multilib_src_configure
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2022-03-13  5:28 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2022-03-13  5:28 UTC (permalink / raw
  To: gentoo-commits

commit:     44a086dd2bb3dcd3703da2f3b9cc215c93245dcf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 05:10:51 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 05:27:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a086dd

media-libs/libbdplus: add 0.2.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libbdplus/Manifest                                |  1 +
 .../{libbdplus-9999.ebuild => libbdplus-0.2.0.ebuild}        | 12 +++++++-----
 media-libs/libbdplus/libbdplus-9999.ebuild                   | 12 +++++++-----
 3 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/media-libs/libbdplus/Manifest b/media-libs/libbdplus/Manifest
index 1a3d37fd9857..15a53cb7b585 100644
--- a/media-libs/libbdplus/Manifest
+++ b/media-libs/libbdplus/Manifest
@@ -1 +1,2 @@
 DIST libbdplus-0.1.2.tar.bz2 319828 BLAKE2B bdf8868dc511b22fd6926b4b29cfae513ca5c9f30433314c99bf31aefb5842eea1042e514383d1c1ff96ee6c62f3220a542973eb1017df8dd48aecd7f81237ac SHA512 e00e7bc9f52b9275646593b753ba646b052255be94a7241965f4dbe4734f8f6a072973ed4b9997957f939236b0633897c295749f79e232188430795be5b5087b
+DIST libbdplus-0.2.0.tar.bz2 321743 BLAKE2B 2ef8da1741829aef1e0e52fda3ef4d41d05fc7141d1e38c0e8bbdf116fe7afa65024c9d97f61e5ec9ccdf5d2d6063a4d1aff2a0731e7f19b280e31f1b637a9c2 SHA512 172e4932fb5540fbdb5b86e1d42cfaddf60b81416d2de50c8add83fb7f1bd7c296c975fd84a6ec42566977086dccfe07db5ce696038862bc75c6494c647998d6

diff --git a/media-libs/libbdplus/libbdplus-9999.ebuild b/media-libs/libbdplus/libbdplus-0.2.0.ebuild
similarity index 85%
copy from media-libs/libbdplus/libbdplus-9999.ebuild
copy to media-libs/libbdplus/libbdplus-0.2.0.ebuild
index 8bffc8107314..42d90708b4cc 100644
--- a/media-libs/libbdplus/libbdplus-9999.ebuild
+++ b/media-libs/libbdplus/libbdplus-0.2.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit multilib-minimal
 
@@ -21,7 +21,7 @@ SLOT="0"
 IUSE="aacs"
 
 RDEPEND="
-	dev-libs/libgcrypt:0=[${MULTILIB_USEDEP}]
+	dev-libs/libgcrypt:=[${MULTILIB_USEDEP}]
 	dev-libs/libgpg-error[${MULTILIB_USEDEP}]
 	aacs? ( >=media-libs/libaacs-0.7.0[${MULTILIB_USEDEP}] )
 "
@@ -29,19 +29,21 @@ DEPEND="${RDEPEND}"
 
 src_prepare() {
 	default
+
 	[[ ${PV} == 9999 ]] && eautoreconf
 }
 
 multilib_src_configure() {
 	local myeconfargs=(
 		--disable-optimizations
-		--disable-static
 		$(use_with aacs libaacs)
 	)
-	ECONF_SOURCE=${S} econf "${myeconfargs[@]}"
+
+	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 8bffc8107314..42d90708b4cc 100644
--- a/media-libs/libbdplus/libbdplus-9999.ebuild
+++ b/media-libs/libbdplus/libbdplus-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit multilib-minimal
 
@@ -21,7 +21,7 @@ SLOT="0"
 IUSE="aacs"
 
 RDEPEND="
-	dev-libs/libgcrypt:0=[${MULTILIB_USEDEP}]
+	dev-libs/libgcrypt:=[${MULTILIB_USEDEP}]
 	dev-libs/libgpg-error[${MULTILIB_USEDEP}]
 	aacs? ( >=media-libs/libaacs-0.7.0[${MULTILIB_USEDEP}] )
 "
@@ -29,19 +29,21 @@ DEPEND="${RDEPEND}"
 
 src_prepare() {
 	default
+
 	[[ ${PV} == 9999 ]] && eautoreconf
 }
 
 multilib_src_configure() {
 	local myeconfargs=(
 		--disable-optimizations
-		--disable-static
 		$(use_with aacs libaacs)
 	)
-	ECONF_SOURCE=${S} econf "${myeconfargs[@]}"
+
+	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
 }
 
 multilib_src_install_all() {
 	einstalldocs
+
 	find "${ED}" -type f -name "*.la" -delete || die
 }


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2022-05-22  3:22 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2022-05-22  3:22 UTC (permalink / raw
  To: gentoo-commits

commit:     2541d438b8398e41f95b4f3d78e0a428c181f2af
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 03:22:20 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 22 03:22:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2541d438

media-libs/libbdplus: Stabilize 0.2.0 amd64, #846875

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libbdplus/libbdplus-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libbdplus/libbdplus-0.2.0.ebuild b/media-libs/libbdplus/libbdplus-0.2.0.ebuild
index 42d90708b4cc..20e776785342 100644
--- a/media-libs/libbdplus/libbdplus-0.2.0.ebuild
+++ b/media-libs/libbdplus/libbdplus-0.2.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]] ; then
 	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 ~ppc ~ppc64 ~sparc ~x86"
+	KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="Blu-ray library for BD+ decryption"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2022-05-22  3:22 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2022-05-22  3:22 UTC (permalink / raw
  To: gentoo-commits

commit:     037e530122a7ab3c0d4d6a0677f3cbe555196199
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 03:22:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 22 03:22:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037e5301

media-libs/libbdplus: Stabilize 0.2.0 x86, #846875

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libbdplus/libbdplus-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libbdplus/libbdplus-0.2.0.ebuild b/media-libs/libbdplus/libbdplus-0.2.0.ebuild
index 20e776785342..29aae375a84f 100644
--- a/media-libs/libbdplus/libbdplus-0.2.0.ebuild
+++ b/media-libs/libbdplus/libbdplus-0.2.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]] ; then
 	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 ~ppc ~ppc64 ~sparc ~x86"
+	KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
 fi
 
 DESCRIPTION="Blu-ray library for BD+ decryption"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2022-05-22  3:25 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2022-05-22  3:25 UTC (permalink / raw
  To: gentoo-commits

commit:     7e43fc6543b6c9560f943161e601746baee69442
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 03:25:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 22 03:25:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e43fc65

media-libs/libbdplus: Stabilize 0.2.0 ppc, #846875

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libbdplus/libbdplus-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libbdplus/libbdplus-0.2.0.ebuild b/media-libs/libbdplus/libbdplus-0.2.0.ebuild
index 29aae375a84f..ef26fdb071f6 100644
--- a/media-libs/libbdplus/libbdplus-0.2.0.ebuild
+++ b/media-libs/libbdplus/libbdplus-0.2.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]] ; then
 	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 ~ppc ~ppc64 ~sparc x86"
+	KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
 fi
 
 DESCRIPTION="Blu-ray library for BD+ decryption"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2022-05-22  3:53 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2022-05-22  3:53 UTC (permalink / raw
  To: gentoo-commits

commit:     db9c0afb04df21f2f54f1ea4c4443c31b36dfd12
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 03:53:29 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 22 03:53:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9c0afb

media-libs/libbdplus: Stabilize 0.2.0 ppc64, #846875

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libbdplus/libbdplus-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libbdplus/libbdplus-0.2.0.ebuild b/media-libs/libbdplus/libbdplus-0.2.0.ebuild
index ef26fdb071f6..28de41fc9a09 100644
--- a/media-libs/libbdplus/libbdplus-0.2.0.ebuild
+++ b/media-libs/libbdplus/libbdplus-0.2.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]] ; then
 	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 ppc ~ppc64 ~sparc x86"
+	KEYWORDS="amd64 ppc ppc64 ~sparc x86"
 fi
 
 DESCRIPTION="Blu-ray library for BD+ decryption"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
@ 2022-05-22  6:22 Agostino Sarubbo
  0 siblings, 0 replies; 19+ messages in thread
From: Agostino Sarubbo @ 2022-05-22  6:22 UTC (permalink / raw
  To: gentoo-commits

commit:     706a30f8bb048e1198ea2c15dc3bfa1d240d4918
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 06:21:15 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun May 22 06:21:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706a30f8

media-libs/libbdplus: sparc stable wrt bug #846875

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-libs/libbdplus/libbdplus-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libbdplus/libbdplus-0.2.0.ebuild b/media-libs/libbdplus/libbdplus-0.2.0.ebuild
index 28de41fc9a09..bb4688ad9214 100644
--- a/media-libs/libbdplus/libbdplus-0.2.0.ebuild
+++ b/media-libs/libbdplus/libbdplus-0.2.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]] ; then
 	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 ppc ppc64 ~sparc x86"
+	KEYWORDS="amd64 ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="Blu-ray library for BD+ decryption"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2022-05-22  6:22 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-01 13:30 [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-05-22  6:22 Agostino Sarubbo
2022-05-22  3:53 Sam James
2022-05-22  3:25 Sam James
2022-05-22  3:22 Sam James
2022-05-22  3:22 Sam James
2022-03-13  5:28 Sam James
2021-02-01 13:39 Andreas Sturmlechner
2021-01-30 14:30 Sam James
2021-01-30 14:29 Sam James
2021-01-30 10:04 Sam James
2021-01-29 20:50 Sam James
2021-01-23 23:43 Andreas Sturmlechner
2021-01-23 23:43 Andreas Sturmlechner
2019-05-05 19:05 Mike Gilbert
2017-12-17 15:16 Andrey Utkin
2017-12-09 18:41 Craig Andrews
2017-12-09 18:41 Craig Andrews
2017-01-06 13:16 Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox