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 4F6E5138359 for ; Sun, 5 Jul 2020 00:24:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 634B9E083B; Sun, 5 Jul 2020 00:24:42 +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 49F2CE083B for ; Sun, 5 Jul 2020 00:24:42 +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 5529934F237 for ; Sun, 5 Jul 2020 00:24:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A36B82D2 for ; Sun, 5 Jul 2020 00:24:37 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1593908609.50d012f7120607d69c10e0938e16fa392bf699d7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dgen-sdl/files/, games-emulation/dgen-sdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/dgen-sdl/dgen-sdl-1.33-r1.ebuild games-emulation/dgen-sdl/files/dgen-sdl-1.33-AM_PROG_AR.patch X-VCS-Directories: games-emulation/dgen-sdl/files/ games-emulation/dgen-sdl/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 50d012f7120607d69c10e0938e16fa392bf699d7 X-VCS-Branch: master Date: Sun, 5 Jul 2020 00:24:37 +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: 2083ab68-33ca-4da1-9fbe-676495f4a134 X-Archives-Hash: d8e6060fb63a697a16f6863d699ea262 commit: 50d012f7120607d69c10e0938e16fa392bf699d7 Author: David Seifert gentoo org> AuthorDate: Sun Jul 5 00:23:29 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jul 5 00:23:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d012f7 games-emulation/dgen-sdl: Call AM_PROG_AR Closes: https://bugs.gentoo.org/724410 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: David Seifert gentoo.org> games-emulation/dgen-sdl/dgen-sdl-1.33-r1.ebuild | 29 ++++++++++++++-------- .../dgen-sdl/files/dgen-sdl-1.33-AM_PROG_AR.patch | 10 ++++++++ 2 files changed, 29 insertions(+), 10 deletions(-) diff --git a/games-emulation/dgen-sdl/dgen-sdl-1.33-r1.ebuild b/games-emulation/dgen-sdl/dgen-sdl-1.33-r1.ebuild index 5d9acdc094b..c80d660bf3e 100644 --- a/games-emulation/dgen-sdl/dgen-sdl-1.33-r1.ebuild +++ b/games-emulation/dgen-sdl/dgen-sdl-1.33-r1.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + +inherit autotools DESCRIPTION="A Linux/SDL-Port of the famous DGen MegaDrive/Genesis-Emulator" HOMEPAGE="http://dgen.sourceforge.net/" @@ -15,13 +17,19 @@ IUSE="joystick opengl" RDEPEND=" media-libs/libsdl[joystick?,opengl?] app-arch/libarchive - opengl? ( virtual/opengl ) -" -DEPEND="${RDEPEND} - x86? ( dev-lang/nasm ) -" - -PATCHES=( "${FILESDIR}"/${P}-joystick.patch ) + opengl? ( virtual/opengl )" +DEPEND="${RDEPEND}" +BDEPEND="x86? ( dev-lang/nasm )" + +PATCHES=( + "${FILESDIR}"/${P}-joystick.patch + "${FILESDIR}"/${P}-AM_PROG_AR.patch +) + +src_prepare() { + default + eautoreconf +} src_configure() { econf \ @@ -36,5 +44,6 @@ src_compile() { } src_install() { - DOCS="AUTHORS ChangeLog README sample.dgenrc" default + default + dodoc sample.dgenrc } diff --git a/games-emulation/dgen-sdl/files/dgen-sdl-1.33-AM_PROG_AR.patch b/games-emulation/dgen-sdl/files/dgen-sdl-1.33-AM_PROG_AR.patch new file mode 100644 index 00000000000..e04efcc01f3 --- /dev/null +++ b/games-emulation/dgen-sdl/files/dgen-sdl-1.33-AM_PROG_AR.patch @@ -0,0 +1,10 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -25,6 +25,7 @@ + AC_PROG_CXXCPP + AC_PROG_INSTALL + AC_PROG_LN_S ++AM_PROG_AR + AC_PROG_RANLIB + + dnl Set the value of make, if make doesn't already.