From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 031AA13835B for ; Fri, 5 Feb 2021 22:30:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E898E0886; Fri, 5 Feb 2021 22:30:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1692FE0886 for ; Fri, 5 Feb 2021 22:30:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCA9C342FA2 for ; Fri, 5 Feb 2021 22:30:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F9994BF for ; Fri, 5 Feb 2021 22:30:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1612564219.32e8dfa5505f3faeb9ceaab53d97d734dd6d2c2a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdvdcss/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libdvdcss/libdvdcss-1.4.2.ebuild X-VCS-Directories: media-libs/libdvdcss/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 32e8dfa5505f3faeb9ceaab53d97d734dd6d2c2a X-VCS-Branch: master Date: Fri, 5 Feb 2021 22:30:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 55d727f8-d7ce-4fc5-90ac-82a34999a872 X-Archives-Hash: 85ac08ca73ff6d56a5070931d39ba129 commit: 32e8dfa5505f3faeb9ceaab53d97d734dd6d2c2a Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Feb 5 22:27:31 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Feb 5 22:30:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e8dfa5 media-libs/libdvdcss: Drop 1.4.2 (r0) Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libdvdcss/libdvdcss-1.4.2.ebuild | 30 ----------------------------- 1 file changed, 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 300bb5732c9..00000000000 --- 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 -}