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 7F654138334 for ; Mon, 16 Jul 2018 22:26:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B6C8E086F; Mon, 16 Jul 2018 22:26:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4894BE0864 for ; Mon, 16 Jul 2018 22:26:18 +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 B921C335CA7 for ; Mon, 16 Jul 2018 22:26:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02FE337B for ; Mon, 16 Jul 2018 22:26:13 +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: <1531779956.951c4636254e58a2c531ebee00d47c45ee719dea.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/aldumb/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/aldumb/aldumb-0.9.3.ebuild X-VCS-Directories: media-libs/aldumb/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 951c4636254e58a2c531ebee00d47c45ee719dea X-VCS-Branch: master Date: Mon, 16 Jul 2018 22:26: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-Archives-Salt: a539f94d-051f-4ea6-b42e-fb88b5def1da X-Archives-Hash: 5a41467c21a0fe5349605d54f2593344 commit: 951c4636254e58a2c531ebee00d47c45ee719dea Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 16 18:35:15 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 16 22:25:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951c4636 media-libs/aldumb: EAPI-6 bump Package-Manager: Portage-2.3.43, Repoman-2.3.10 media-libs/aldumb/aldumb-0.9.3.ebuild | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/media-libs/aldumb/aldumb-0.9.3.ebuild b/media-libs/aldumb/aldumb-0.9.3.ebuild index b6fd72d59ff..38c75c096e8 100644 --- a/media-libs/aldumb/aldumb-0.9.3.ebuild +++ b/media-libs/aldumb/aldumb-0.9.3.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 -inherit eutils +EAPI=6 DESCRIPTION="Allegro support for DUMB (an IT, XM, S3M, and MOD player library)" HOMEPAGE="http://dumb.sourceforge.net/" @@ -13,27 +12,33 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="debug" -DEPEND=">=media-libs/dumb-0.9.3 - make/config.txt include make/unix.inc ALL_TARGETS := allegro allegro-examples allegro-headers PREFIX := /usr EOF - epatch "${FILESDIR}"/${P}-PIC-as-needed.patch - epatch "${FILESDIR}"/${P}_CVE-2006-3668.patch sed -i '/= -s/d' Makefile || die "sed failed" - cp -f Makefile Makefile.rdy + cp -f Makefile Makefile.rdy || die } src_compile() { - emake OFLAGS="${CFLAGS}" all || die "emake failed" + emake OFLAGS="${CFLAGS}" all } src_install() {