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 13250138330 for ; Thu, 8 Sep 2016 18:24:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AABBE0AA8; Thu, 8 Sep 2016 18:24:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6C16E0A72 for ; Thu, 8 Sep 2016 18:24:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 672E5340871 for ; Thu, 8 Sep 2016 18:24:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4E90247C for ; Thu, 8 Sep 2016 18:24:36 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1473359067.9168c3eb358259c3c3e80fedf1019607d179ada6.wizardedit@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 games-board/ascal/files/ascal-0.1.1-install.patch X-VCS-Directories: games-board/ascal/ games-board/ascal/files/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 9168c3eb358259c3c3e80fedf1019607d179ada6 X-VCS-Branch: master Date: Thu, 8 Sep 2016 18:24: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-Archives-Salt: e7f6127f-ba1b-4dd2-87ba-d7be224f39e9 X-Archives-Hash: 55681fbfaed632e41ac5a6b87dfa0454 commit: 9168c3eb358259c3c3e80fedf1019607d179ada6 Author: Austin English gentoo org> AuthorDate: Thu Sep 8 18:20:35 2016 +0000 Commit: Austin English gentoo org> CommitDate: Thu Sep 8 18:24:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9168c3eb games-board/ascal: remove deprecated games eclass Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: portage-2.3.0 games-board/ascal/ascal-0.1.1-r1.ebuild | 38 +++++++++++++++++++++++ games-board/ascal/files/ascal-0.1.1-gcc43.patch | 12 +++---- games-board/ascal/files/ascal-0.1.1-install.patch | 20 ++++++------ 3 files changed, 54 insertions(+), 16 deletions(-) diff --git a/games-board/ascal/ascal-0.1.1-r1.ebuild b/games-board/ascal/ascal-0.1.1-r1.ebuild new file mode 100644 index 00000000..f00b82c --- /dev/null +++ b/games-board/ascal/ascal-0.1.1-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit autotools eutils flag-o-matic + +DESCRIPTION="A game similar to Draughts but with some really cool enhancements" +HOMEPAGE="http://ascal.sourceforge.net/" +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" + +PATCHES=( + "${FILESDIR}"/${P}-install.patch + "${FILESDIR}"/${P}-gcc43.patch +) + +src_prepare() { + default + + eautoreconf +} + +src_configure() { + append-cxxflags -std=c++11 + econf +} 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 4b3829e..b2a5558 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 @@ ---- src/gui.cpp.old 2009-01-18 21:11:58.000000000 +0100 -+++ src/gui.cpp 2009-01-18 21:12:33.000000000 +0100 +--- a/src/gui.cpp 2009-01-18 21:11:58.000000000 +0100 ++++ b/src/gui.cpp 2009-01-18 21:12:33.000000000 +0100 @@ -21,6 +21,7 @@ #include "shareddata.hpp" #include "config.h" @@ -8,8 +8,8 @@ gui::gui(shareddata *newData): GuiBoard() { //clean, cleaner - pointer ;) ---- src/gui_board.cpp.old 2009-01-18 21:13:30.000000000 +0100 -+++ src/gui_board.cpp 2009-01-18 21:13:50.000000000 +0100 +--- 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 @@ -20,6 +20,7 @@ #include #include "helper.h" @@ -18,8 +18,8 @@ gui_board::gui_board() { ---- src/board.cpp.old 2009-01-18 21:14:27.000000000 +0100 -+++ src/board.cpp 2009-01-18 21:14:58.000000000 +0100 +--- a/src/board.cpp 2009-01-18 21:14:27.000000000 +0100 ++++ b/src/board.cpp 2009-01-18 21:14:58.000000000 +0100 @@ -15,6 +15,7 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. diff --git a/games-board/ascal/files/ascal-0.1.1-install.patch b/games-board/ascal/files/ascal-0.1.1-install.patch index b490299..51a82a5 100644 --- a/games-board/ascal/files/ascal-0.1.1-install.patch +++ b/games-board/ascal/files/ascal-0.1.1-install.patch @@ -1,5 +1,5 @@ ---- configure.ac -+++ configure.ac +--- a/configure.ac ++++ b/configure.ac @@ -63,9 +63,6 @@ AC_DEFINE(DEBUG, 1, [Enable debug msg.]) CPPFLAGS=[`echo "$CXXFLAGS" | $SED -e 's/-O[0-9]*//g'`] @@ -19,8 +19,8 @@ fi AC_ARG_ENABLE(static, ---- m4/Makefile.am -+++ m4/Makefile.am +--- a/m4/Makefile.am ++++ b/m4/Makefile.am @@ -15,6 +15,5 @@ m4macros = @@ -28,8 +28,8 @@ -m4data_DATA = $(m4macros) EXTRA_DIST = ---- Makefile.am -+++ Makefile.am +--- a/Makefile.am ++++ b/Makefile.am @@ -17,13 +17,12 @@ ACLOCAL_AMFLAGS = -I m4 @@ -48,8 +48,8 @@ -#include aminclude.am \ No newline at end of file +#include aminclude.am ---- po/Makefile.in.in -+++ po/Makefile.in.in +--- a/po/Makefile.in.in ++++ b/po/Makefile.in.in @@ -34,7 +34,7 @@ datarootdir = @datarootdir@ libdir = @libdir@ @@ -59,8 +59,8 @@ subdir = po install_sh = @install_sh@ # Automake >= 1.8 provides @mkdir_p@. ---- src/Makefile.am -+++ src/Makefile.am +--- a/src/Makefile.am ++++ b/src/Makefile.am @@ -50,5 +50,5 @@