Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
Date: Mon, 01 Feb 2021 13:39:10
Message-Id: 1612186706.150a09e3f53acfcfa683f734e7574f8affe3736f.asturm@gentoo
1 commit: 150a09e3f53acfcfa683f734e7574f8affe3736f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 13:38:26 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 13:38:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150a09e3
7
8 media-libs/libbdplus: Drop 0.1.2 (r0)
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/libbdplus/libbdplus-0.1.2.ebuild | 35 -----------------------------
14 1 file changed, 35 deletions(-)
15
16 diff --git a/media-libs/libbdplus/libbdplus-0.1.2.ebuild b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
17 deleted file mode 100644
18 index c1491101143..00000000000
19 --- a/media-libs/libbdplus/libbdplus-0.1.2.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit autotools-multilib
27 -
28 -if [[ ${PV} == 9999 ]] ; then
29 - inherit git-r3
30 - EGIT_REPO_URI="https://code.videolan.org/videolan/libbdplus.git"
31 -else
32 - SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
33 - KEYWORDS="amd64 ppc ppc64 sparc x86"
34 -fi
35 -
36 -DESCRIPTION="Blu-ray library for BD+ decryption"
37 -HOMEPAGE="https://www.videolan.org/developers/libbdplus.html"
38 -
39 -LICENSE="LGPL-2.1"
40 -SLOT="0"
41 -IUSE="aacs static-libs"
42 -
43 -RDEPEND="dev-libs/libgcrypt:0=[${MULTILIB_USEDEP}]
44 - dev-libs/libgpg-error[${MULTILIB_USEDEP}]
45 - aacs? ( >=media-libs/libaacs-0.7.0[${MULTILIB_USEDEP}] )"
46 -DEPEND="${RDEPEND}"
47 -
48 -DOCS="ChangeLog README.txt"
49 -
50 -src_configure() {
51 - local myeconfargs=(
52 - --disable-optimizations
53 - $(use_with aacs libaacs)
54 - )
55 - autotools-multilib_src_configure
56 -}