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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0E6515808B for ; Sun, 17 Apr 2022 19:24:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CEFDE0B7B; Sun, 17 Apr 2022 19:24:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 745AFE0B78 for ; Sun, 17 Apr 2022 19:24:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97E67341954 for ; Sun, 17 Apr 2022 19:24:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF49F3C3 for ; Sun, 17 Apr 2022 19:24:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650223356.22fa91b98b1c06599fb0ba030d9cf12b1206bb91.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmatroska/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmatroska/Manifest media-libs/libmatroska/libmatroska-1.6.2.ebuild X-VCS-Directories: media-libs/libmatroska/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 22fa91b98b1c06599fb0ba030d9cf12b1206bb91 X-VCS-Branch: master Date: Sun, 17 Apr 2022 19:24:21 +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: 91ee490d-e773-40a5-bdf3-41257303757d X-Archives-Hash: 6b013c272192300f2b3ad8025e4bfda9 commit: 22fa91b98b1c06599fb0ba030d9cf12b1206bb91 Author: Sam James gentoo org> AuthorDate: Sun Apr 17 19:22:36 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 17 19:22:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22fa91b9 media-libs/libmatroska: drop 1.6.2 Signed-off-by: Sam James gentoo.org> media-libs/libmatroska/Manifest | 1 - media-libs/libmatroska/libmatroska-1.6.2.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/media-libs/libmatroska/Manifest b/media-libs/libmatroska/Manifest index fae48a8fe7ce..e37ad101ad00 100644 --- a/media-libs/libmatroska/Manifest +++ b/media-libs/libmatroska/Manifest @@ -1,2 +1 @@ -DIST libmatroska-1.6.2.tar.xz 65460 BLAKE2B f746f0dd519b8e3b4f98057d3f83e23a79595ab95e71f0c45c1128b2cbe093d5955a38d9d0565be9336f3d53279e20bddf0a2b4a54378c78faf4ee8f94586686 SHA512 c0b2b475f01e01b064348e96a4cd25f594e93b21ab6f66236d6872d1242b6076d501c155a19dedd642ded8338c0a71be09450fc086e77802099413c8849abab1 DIST libmatroska-1.6.3.tar.xz 65612 BLAKE2B b72553ba32358b996b98fb1b4a3d05b4026c95406c31312d43cf7ad875192683de05d8813e5f0bed04502543c80b83524b02c7caeb860f79860760d926b92754 SHA512 271557c4f8836411782991c069a16cd49d7f9b6f209d1f96f6694f0e8bdfdcda3bbf76512c328555252a8c3e45c5adfcfab1e738304bb2ea85786a6f45af3f41 diff --git a/media-libs/libmatroska/libmatroska-1.6.2.ebuild b/media-libs/libmatroska/libmatroska-1.6.2.ebuild deleted file mode 100644 index 674a1f0ac019..000000000000 --- a/media-libs/libmatroska/libmatroska-1.6.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Extensible multimedia container format based on EBML" -HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libmatroska/" -SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="0/7" # subslot = soname major version -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86 ~x86-linux" -IUSE="" - -RDEPEND=">=dev-libs/libebml-1.4.0:=" -DEPEND="${RDEPEND}" - -src_configure() { - local mycmakeargs=( -DBUILD_SHARED_LIBS=YES ) - cmake_src_configure -}