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 8ED9913835A for ; Sun, 4 Apr 2021 12:39:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61217E08AD; Sun, 4 Apr 2021 12:39:01 +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 3B6B3E08AD for ; Sun, 4 Apr 2021 12:39:01 +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 4C14733D5A5 for ; Sun, 4 Apr 2021 12:39:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2AB463E for ; Sun, 4 Apr 2021 12:38:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617539920.09e43a6d39a60913d8af2fdb3076d2a17e5039bb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/ascal/, games-board/ascal/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/ascal/ascal-0.1.1-r1.ebuild games-board/ascal/files/ascal-0.1.1-gcc43.patch X-VCS-Directories: games-board/ascal/ games-board/ascal/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 09e43a6d39a60913d8af2fdb3076d2a17e5039bb X-VCS-Branch: master Date: Sun, 4 Apr 2021 12:38:58 +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: 66582238-3dd8-4621-bcab-e6bffba1cfea X-Archives-Hash: 6dc12c7a1c25d657b9008779292442d2 commit: 09e43a6d39a60913d8af2fdb3076d2a17e5039bb Author: Sam James gentoo org> AuthorDate: Sun Apr 4 11:41:51 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 4 12:38:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e43a6d games-board/ascal: port to EAPI 7, eutils-- Signed-off-by: Sam James gentoo.org> games-board/ascal/ascal-0.1.1-r1.ebuild | 12 ++++++------ games-board/ascal/files/ascal-0.1.1-gcc43.patch | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/games-board/ascal/ascal-0.1.1-r1.ebuild b/games-board/ascal/ascal-0.1.1-r1.ebuild index 33cafc7a58d..c1c92f2f28f 100644 --- a/games-board/ascal/ascal-0.1.1-r1.ebuild +++ b/games-board/ascal/ascal-0.1.1-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit autotools eutils flag-o-matic +EAPI=7 + +inherit autotools flag-o-matic DESCRIPTION="A game similar to Draughts but with some really cool enhancements" HOMEPAGE="http://ascal.sourceforge.net/" @@ -11,14 +12,13 @@ SRC_URI="mirror://sourceforge/ascal/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=" dev-cpp/libglademm dev-cpp/libgnomecanvasmm virtual/libintl" -DEPEND="${RDEPEND} - sys-devel/gettext" +DEPEND="${RDEPEND}" +BDEPEND="sys-devel/gettext" PATCHES=( "${FILESDIR}"/${P}-install.patch diff --git a/games-board/ascal/files/ascal-0.1.1-gcc43.patch b/games-board/ascal/files/ascal-0.1.1-gcc43.patch index b2a55584fb0..737766a4754 100644 --- a/games-board/ascal/files/ascal-0.1.1-gcc43.patch +++ b/games-board/ascal/files/ascal-0.1.1-gcc43.patch @@ -1,5 +1,5 @@ ---- a/src/gui.cpp 2009-01-18 21:11:58.000000000 +0100 -+++ b/src/gui.cpp 2009-01-18 21:12:33.000000000 +0100 +--- a/src/gui.cpp ++++ b/src/gui.cpp @@ -21,6 +21,7 @@ #include "shareddata.hpp" #include "config.h" @@ -8,8 +8,8 @@ gui::gui(shareddata *newData): GuiBoard() { //clean, cleaner - pointer ;) ---- a/src/gui_board.cpp 2009-01-18 21:13:30.000000000 +0100 -+++ b/src/gui_board.cpp 2009-01-18 21:13:50.000000000 +0100 +--- a/src/gui_board.cpp ++++ b/src/gui_board.cpp @@ -20,6 +20,7 @@ #include #include "helper.h" @@ -18,8 +18,8 @@ gui_board::gui_board() { ---- a/src/board.cpp 2009-01-18 21:14:27.000000000 +0100 -+++ b/src/board.cpp 2009-01-18 21:14:58.000000000 +0100 +--- a/src/board.cpp ++++ b/src/board.cpp @@ -15,6 +15,7 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.