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 71CB813997F for ; Wed, 13 Nov 2019 01:03:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89D8DE08CE; Wed, 13 Nov 2019 01:03:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 71539E08CA for ; Wed, 13 Nov 2019 01:03:11 +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 50AC134CCE5 for ; Wed, 13 Nov 2019 01:03:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74A3E8B6 for ; Wed, 13 Nov 2019 01:03:06 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1573606945.888247bc40ea28526d94a741d1dfad87acd5af76.bman@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-r1.ebuild X-VCS-Directories: media-libs/libfame/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 888247bc40ea28526d94a741d1dfad87acd5af76 X-VCS-Branch: master Date: Wed, 13 Nov 2019 01:03:06 +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: d3e30859-2353-42df-9242-f559725ac461 X-Archives-Hash: b8a2ce133f9a9206121c37fd91ca1e60 commit: 888247bc40ea28526d94a741d1dfad87acd5af76 Author: Aaron Bauman gentoo org> AuthorDate: Tue Nov 12 23:45:40 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Nov 13 01:02:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888247bc media-libs/libfame: drop old EAPI Signed-off-by: Aaron Bauman gentoo.org> media-libs/libfame/libfame-0.9.1-r1.ebuild | 36 ------------------------------ 1 file changed, 36 deletions(-) diff --git a/media-libs/libfame/libfame-0.9.1-r1.ebuild b/media-libs/libfame/libfame-0.9.1-r1.ebuild deleted file mode 100644 index ebd85f390b6..00000000000 --- a/media-libs/libfame/libfame-0.9.1-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit autotools-utils - -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 sh sparc x86" -IUSE="cpu_flags_x86_mmx static-libs" - -PATCHES=( "${FILESDIR}"/${P}-gcc43.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 - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - $(use_enable cpu_flags_x86_mmx mmx) - ) - autotools-utils_src_configure -}