diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-05 23:27:31 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-05 23:30:19 +0100 |
commit | 32e8dfa5505f3faeb9ceaab53d97d734dd6d2c2a (patch) | |
tree | ac6346e6ff7fe24df280c84661c3bdc2d4b33fda /media-libs/libdvdcss | |
parent | dev-qt/qtwebengine: 5.15.2_p20210126 snapshot bump w/o KEYWORDS (diff) | |
download | gentoo-32e8dfa5505f3faeb9ceaab53d97d734dd6d2c2a.tar.gz gentoo-32e8dfa5505f3faeb9ceaab53d97d734dd6d2c2a.tar.bz2 gentoo-32e8dfa5505f3faeb9ceaab53d97d734dd6d2c2a.zip |
media-libs/libdvdcss: Drop 1.4.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/libdvdcss')
-rw-r--r-- | media-libs/libdvdcss/libdvdcss-1.4.2.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/media-libs/libdvdcss/libdvdcss-1.4.2.ebuild b/media-libs/libdvdcss/libdvdcss-1.4.2.ebuild deleted file mode 100644 index 300bb5732c91..000000000000 --- a/media-libs/libdvdcss/libdvdcss-1.4.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-multilib - -DESCRIPTION="A portable abstraction library for DVD decryption" -HOMEPAGE="https://www.videolan.org/developers/libdvdcss.html" -SRC_URI="https://download.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="1.2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" -IUSE="doc static-libs" - -RDEPEND="" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -#DOCS=( AUTHORS ChangeLog NEWS README ) - -src_configure() { - local myeconfargs=( - $(use_enable doc) - --htmldir=/usr/share/doc/${PF}/html - ) - - autotools-multilib_src_configure -} |