diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-01 14:38:26 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-01 14:38:26 +0100 |
commit | 150a09e3f53acfcfa683f734e7574f8affe3736f (patch) | |
tree | 38768d593d6533a6c3b4e9502a60c865d4f9e3c6 /media-libs | |
parent | app-editors/okteta: 0.26.5 version bump (diff) | |
download | gentoo-150a09e3f53acfcfa683f734e7574f8affe3736f.tar.gz gentoo-150a09e3f53acfcfa683f734e7574f8affe3736f.tar.bz2 gentoo-150a09e3f53acfcfa683f734e7574f8affe3736f.zip |
media-libs/libbdplus: Drop 0.1.2 (r0)
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libbdplus/libbdplus-0.1.2.ebuild | 35 |
1 files changed, 0 insertions, 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 c14911011433..000000000000 --- 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 -} |