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 AF9DE158095 for ; Mon, 10 Oct 2022 02:34:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB0DDE08F3; Mon, 10 Oct 2022 02:34:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B59DEE08F3 for ; Mon, 10 Oct 2022 02:34:45 +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 C0854341113 for ; Mon, 10 Oct 2022 02:34:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FFFA628 for ; Mon, 10 Oct 2022 02:34:42 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1665369251.4e57e53b1dd22f0f02b7d4aa3cb069787aa4d55b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-x265/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-x265/Manifest media-plugins/gst-plugins-x265/gst-plugins-x265-1.20.2.ebuild X-VCS-Directories: media-plugins/gst-plugins-x265/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4e57e53b1dd22f0f02b7d4aa3cb069787aa4d55b X-VCS-Branch: master Date: Mon, 10 Oct 2022 02:34:42 +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: 6c7e3ac0-0c13-48e1-a5d6-843353e5c184 X-Archives-Hash: 6b86485e68b45320c426acbfae44a681 commit: 4e57e53b1dd22f0f02b7d4aa3cb069787aa4d55b Author: Matt Turner gentoo org> AuthorDate: Sun Oct 9 23:48:33 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Oct 10 02:34:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e57e53b media-plugins/gst-plugins-x265: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-plugins/gst-plugins-x265/Manifest | 1 - .../gst-plugins-x265-1.20.2.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/media-plugins/gst-plugins-x265/Manifest b/media-plugins/gst-plugins-x265/Manifest index fdff776ab51a..1b587f180504 100644 --- a/media-plugins/gst-plugins-x265/Manifest +++ b/media-plugins/gst-plugins-x265/Manifest @@ -1,2 +1 @@ -DIST gst-plugins-bad-1.20.2.tar.xz 6216208 BLAKE2B bbbe77a1255991a2f96696996fb0c99f14f6d63fef455feb1ce90ae518bb9f80fd61bcfb223c20407b8d6240faaa93478495f8e9fda16fab36a311d167e88e25 SHA512 3f98973dc07ead745418e0a30f9f6b5c8d328e3d126f54d92c10ab5da04271768a5c5dffc36ea24ccf8fb516b1e3733be9fb18dc0db419dea4d37d17018f8a70 DIST gst-plugins-bad-1.20.3.tar.xz 6222824 BLAKE2B 01aae59adbe76b8e50a49fb8bb8037e6f3aa93cbc2b658aab05ebbf30f8d1aef98c1981712caa39e3c9d08f1e0c9d76f2f874f7d2fdd994b3a0735b2809eafdf SHA512 cfcf126eabff550455decd7054a269b73489708c10a6b6090dddb5fde29bfba07ed330c339927ff170e025fa3a08d2ffb822322dc3798679366207a54132c71b diff --git a/media-plugins/gst-plugins-x265/gst-plugins-x265-1.20.2.ebuild b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.20.2.ebuild deleted file mode 100644 index 58e00d4f2a38..000000000000 --- a/media-plugins/gst-plugins-x265/gst-plugins-x265-1.20.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -GST_ORG_MODULE="gst-plugins-bad" - -inherit gstreamer-meson - -DESCRIPTION="H.265 encoder plugin for GStreamer" -KEYWORDS="amd64 x86" - -RDEPEND=" - media-libs/x265:=[${MULTILIB_USEDEP}] -" -DEPEND="${RDEPEND}" - -multilib_src_configure() { - local emesonargs=( - -Dgpl=enabled - ) - - gstreamer_multilib_src_configure -}