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 52CA7158094 for ; Mon, 29 Aug 2022 07:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 948C7E09A2; Mon, 29 Aug 2022 07:22:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7E432E0991 for ; Mon, 29 Aug 2022 07:22:18 +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 D286E340F64 for ; Mon, 29 Aug 2022 07:22:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D2285D4 for ; Mon, 29 Aug 2022 07:22:13 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1661757720.0e492d6522470f5e7d30beec99f5e16e5ad6ecb8.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ffmpegsource/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/ffmpegsource/Manifest media-libs/ffmpegsource/ffmpegsource-2.23.ebuild X-VCS-Directories: media-libs/ffmpegsource/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0e492d6522470f5e7d30beec99f5e16e5ad6ecb8 X-VCS-Branch: master Date: Mon, 29 Aug 2022 07:22:13 +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: 633a154c-b4aa-495b-8166-eeb7409f956c X-Archives-Hash: 229e16375839acc839f14996d3e00d3d commit: 0e492d6522470f5e7d30beec99f5e16e5ad6ecb8 Author: Joonas Niilola gentoo org> AuthorDate: Mon Aug 29 07:15:58 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Aug 29 07:22:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e492d65 media-libs/ffmpegsource: drop 2.23 Bug: https://bugs.gentoo.org/867139 Signed-off-by: Joonas Niilola gentoo.org> media-libs/ffmpegsource/Manifest | 1 - media-libs/ffmpegsource/ffmpegsource-2.23.ebuild | 46 ------------------------ 2 files changed, 47 deletions(-) diff --git a/media-libs/ffmpegsource/Manifest b/media-libs/ffmpegsource/Manifest index e72577602b7a..58f673a2e731 100644 --- a/media-libs/ffmpegsource/Manifest +++ b/media-libs/ffmpegsource/Manifest @@ -1,2 +1 @@ -DIST ffmpegsource-2.23.tar.gz 488940 BLAKE2B 0e565a02606a73ea0b6ee7bce64fcaea825a2beb473127b4d9c768981519e92cf29bd792b1524369fb44344ce63cb0777adb672f6ee1ec5eae35d92ed549748e SHA512 dbbc3c53062f9b66beeea57b57250abbc331807aad9300966ace4ddd3603273c6345e20d105b668cd852442b494e047ade8b8b1d8340c464ca748f6b11a5292c DIST ffmpegsource-2.40.tar.gz 140356 BLAKE2B 57fbc3d979f31108b257b6720045f4e157fca6714bf0f8601e8123c0026a14bb55d343549ff6b246b55a44b4f69c541c58f4b19f1051e338f1f97b2b7557b6de SHA512 407c4b0871f5046b9d364c2946eae88c46eec381b5748530d82918742fd4a36849de590024f8235af2785bd631c0299e591499dc43ae157ff2c6a6f2dab78b67 diff --git a/media-libs/ffmpegsource/ffmpegsource-2.23.ebuild b/media-libs/ffmpegsource/ffmpegsource-2.23.ebuild deleted file mode 100644 index 4356ad9fb866..000000000000 --- a/media-libs/ffmpegsource/ffmpegsource-2.23.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools flag-o-matic vcs-snapshot - -DESCRIPTION="A libav/ffmpeg based source library for easy frame accurate access" -HOMEPAGE="https://github.com/FFMS/ffms2" -SRC_URI="https://github.com/FFMS/ffms2/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/4" -KEYWORDS="amd64 x86" - -RDEPEND=" - sys-libs/zlib - >=media-video/ffmpeg-2.4:0= -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -ffms_check_compiler() { - if [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11; then - die "Your compiler lacks C++11 support. Use GCC>=4.7.0 or Clang>=3.3." - fi -} - -pkg_pretend() { - ffms_check_compiler -} - -pkg_setup() { - ffms_check_compiler -} - -src_prepare() { - default_src_prepare - eautoreconf -} - -src_install() { - default_src_install - find "${ED}" -name '*.la' -delete || die -}