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 871F513835B for ; Thu, 25 Feb 2021 08:06:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D6A2E0940; Thu, 25 Feb 2021 08:06:39 +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 59E7CE092D for ; Thu, 25 Feb 2021 08:06: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 4B88C340E6D for ; Thu, 25 Feb 2021 08:06:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F355F4E9 for ; Thu, 25 Feb 2021 08:06: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: <1614240387.8b1be4fbd44d9d294c0bb6ae3d5b78971339f84f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libfame/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libfame/libfame-0.9.1-r2.ebuild X-VCS-Directories: media-libs/libfame/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8b1be4fbd44d9d294c0bb6ae3d5b78971339f84f X-VCS-Branch: master Date: Thu, 25 Feb 2021 08:06: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: efc4e2b8-5a17-404f-80a5-b5cea53e585d X-Archives-Hash: 248ca7797734b138f0c9869b8359d062 commit: 8b1be4fbd44d9d294c0bb6ae3d5b78971339f84f Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 25 08:02:29 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 25 08:06:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1be4fb media-libs/libfame: Drop 0.9.1-r2, EAPI5-- Bug: https://bugs.gentoo.org/766791 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libfame/libfame-0.9.1-r2.ebuild | 43 ------------------------------ 1 file changed, 43 deletions(-) diff --git a/media-libs/libfame/libfame-0.9.1-r2.ebuild b/media-libs/libfame/libfame-0.9.1-r2.ebuild deleted file mode 100644 index 8a30205fd66..00000000000 --- a/media-libs/libfame/libfame-0.9.1-r2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_AUTORECONF=1 - -inherit autotools-multilib - -PATCHLEVEL="2" -DESCRIPTION="MPEG-1 and MPEG-4 video encoding library" -HOMEPAGE="http://fame.sourceforge.net/" -SRC_URI="mirror://sourceforge/fame/${P}.tar.gz - http://digilander.libero.it/dgp85/gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="cpu_flags_x86_mmx static-libs" - -PATCHES=( - "${FILESDIR}"/${P}-gcc43.patch - "${FILESDIR}"/${P}-mmx-configure.ac.patch ) - -DOCS=( AUTHORS BUGS CHANGES README TODO ) - -src_prepare() { - EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${PV} - - # Do not add -march=i586, bug #41770. - sed -i -e 's:-march=i[345]86 ::g' configure.in || die - - rm -f acinclude.m4 - - autotools-multilib_src_prepare -} - -src_configure() { - local myeconfargs=( - $(use_enable cpu_flags_x86_mmx mmx) - ) - autotools-multilib_src_configure -}