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 738A0138335 for ; Sat, 6 Apr 2019 20:34:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51357E087F; Sat, 6 Apr 2019 20:34:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 26D5BE087F for ; Sat, 6 Apr 2019 20:34:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 66DE2335D10 for ; Sat, 6 Apr 2019 20:34:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CE35576 for ; Sat, 6 Apr 2019 20:34:36 +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: <1554582535.8f7ef9c72a015aed798274481731244f8eff45b0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libopusenc/Manifest media-libs/libopusenc/libopusenc-0.2.ebuild X-VCS-Directories: media-libs/libopusenc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8f7ef9c72a015aed798274481731244f8eff45b0 X-VCS-Branch: master Date: Sat, 6 Apr 2019 20:34:36 +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: f851c33c-f529-493d-85e5-d3566264aa86 X-Archives-Hash: 6f78bc44ffed152468f33b864d55f007 commit: 8f7ef9c72a015aed798274481731244f8eff45b0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 6 16:26:41 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 6 20:28:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7ef9c7 media-libs/libopusenc: Drop 0.2 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libopusenc/Manifest | 1 - media-libs/libopusenc/libopusenc-0.2.ebuild | 36 ----------------------------- 2 files changed, 37 deletions(-) diff --git a/media-libs/libopusenc/Manifest b/media-libs/libopusenc/Manifest index 5b587f947a4..dd8f957c69d 100644 --- a/media-libs/libopusenc/Manifest +++ b/media-libs/libopusenc/Manifest @@ -1,2 +1 @@ DIST libopusenc-0.2.1.tar.gz 388071 BLAKE2B de3a69aeb6bb955352e097e41b12cf0c627ce5278687124d00996f52ccf5e8e39277e7c345bb26e75dd7d29b6a70f50396fa5a157913e0906a18acd007b1621b SHA512 adf30cacea9ac2e5889a40147f53943a1bec5279c5ff3a9b09de8ca52727a6cbaeecd338417fc5856e337ae183c85b0d366d14ec4ec329de12d50709a6f6507a -DIST libopusenc-0.2.tar.gz 388027 BLAKE2B 5822d09ec56ce9dc0182241e7182b71c9c21def5645a2ef3472af380b25af1b1f8a08311c2cfb8bacdfde845dff81ee426401f1ab098b6598e41e664ccaf9c34 SHA512 82b9a60bf6fa0c8bc485b221bc633456245f8909875fb9e86876076bc37857d53a366bbc66f2e1e331adddcf12c4d5a29f0047e21d0fae2f8bd8a3199bd6f78f diff --git a/media-libs/libopusenc/libopusenc-0.2.ebuild b/media-libs/libopusenc/libopusenc-0.2.ebuild deleted file mode 100644 index a75cfdebe97..00000000000 --- a/media-libs/libopusenc/libopusenc-0.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="High-level API for encoding .opus files" -HOMEPAGE="https://www.opus-codec.org/" -SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" - -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="doc" - -BDEPEND=" - virtual/pkgconfig -" -DEPEND=" - doc? ( app-doc/doxygen[dot] ) -" -RDEPEND=" - >=media-libs/opus-1.1 -" - -src_configure() { - local myeconfargs=( - $(use_enable doc) - ) - - econf "${myeconfsargs[@]}" -} - -src_install() { - default - find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die -}