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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B2D6158091 for ; Sun, 19 Jun 2022 09:06:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FE41E0978; Sun, 19 Jun 2022 09:06:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EFB6E0978 for ; Sun, 19 Jun 2022 09:06:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EB6E341547 for ; Sun, 19 Jun 2022 09:06:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84A51522 for ; Sun, 19 Jun 2022 09:06:47 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1655629362.13c60d44016aa89b52b38563169880d35d64c51d.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/ascal/files/, profiles/, games-board/ascal/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/ascal/Manifest 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 games-board/ascal/metadata.xml profiles/package.mask X-VCS-Directories: games-board/ascal/files/ profiles/ games-board/ascal/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 13c60d44016aa89b52b38563169880d35d64c51d X-VCS-Branch: master Date: Sun, 19 Jun 2022 09:06:47 +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: 71710086-c26f-49d6-9fcc-f526ab983c1a X-Archives-Hash: 98a67b4a972aecb665211cce856f2ac4 commit: 13c60d44016aa89b52b38563169880d35d64c51d Author: Jakov Smolić gentoo org> AuthorDate: Sun Jun 19 09:02:42 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Jun 19 09:02:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c60d44 games-board/ascal: treeclean Closes: https://bugs.gentoo.org/845228 Bug: https://bugs.gentoo.org/808237 Signed-off-by: Jakov Smolić gentoo.org> games-board/ascal/Manifest | 1 - games-board/ascal/ascal-0.1.1-r1.ebuild | 37 ------------ games-board/ascal/files/ascal-0.1.1-gcc43.patch | 30 ---------- games-board/ascal/files/ascal-0.1.1-install.patch | 70 ----------------------- games-board/ascal/metadata.xml | 20 ------- profiles/package.mask | 7 --- 6 files changed, 165 deletions(-) diff --git a/games-board/ascal/Manifest b/games-board/ascal/Manifest deleted file mode 100644 index f5eb6b43326d..000000000000 --- a/games-board/ascal/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ascal-0.1.1.tar.bz2 960688 BLAKE2B b65011d9dbd7c6d088dc303312a5159a8e863713c64e10901b1cd34df561612003a9695d723c17c5a59b91e50a306760f3283abeeb333afad87d1fea6f758660 SHA512 4428040396da85dd8598ece34909b1db80fe2f72c36b8e0d23c3f9db5837ee30ec2a10ee74def97a80bafbbf1927cbdb6c598aa5f0a42949d3c490672f8c5165 diff --git a/games-board/ascal/ascal-0.1.1-r1.ebuild b/games-board/ascal/ascal-0.1.1-r1.ebuild deleted file mode 100644 index c1c92f2f28fe..000000000000 --- a/games-board/ascal/ascal-0.1.1-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools 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" - -RDEPEND=" - dev-cpp/libglademm - dev-cpp/libgnomecanvasmm - virtual/libintl" -DEPEND="${RDEPEND}" -BDEPEND="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 deleted file mode 100644 index 737766a47543..000000000000 --- a/games-board/ascal/files/ascal-0.1.1-gcc43.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/src/gui.cpp -+++ b/src/gui.cpp -@@ -21,6 +21,7 @@ - #include "shareddata.hpp" - #include "config.h" - #include -+#include - - gui::gui(shareddata *newData): GuiBoard() { - //clean, cleaner - pointer ;) ---- a/src/gui_board.cpp -+++ b/src/gui_board.cpp -@@ -20,6 +20,7 @@ - #include - #include "helper.h" - #include -+#include - - - gui_board::gui_board() { ---- a/src/board.cpp -+++ b/src/board.cpp -@@ -15,6 +15,7 @@ - // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - - #include "board.hpp" -+#include - //#define DEBUG - #include "ourmove.hpp" - #include "helper.h" diff --git a/games-board/ascal/files/ascal-0.1.1-install.patch b/games-board/ascal/files/ascal-0.1.1-install.patch deleted file mode 100644 index 51a82a535eb8..000000000000 --- a/games-board/ascal/files/ascal-0.1.1-install.patch +++ /dev/null @@ -1,70 +0,0 @@ ---- 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'`] - CPPFLAGS="$CPPFLAGS -g -O0" --else -- CPPFLAGS=[`echo "$CXXFLAGS" | $SED -e 's/-O[0-9]*//g'`] -- CPPFLAGS="$CPPFLAGS -O3" - fi - - AC_ARG_ENABLE(Werror, -@@ -74,7 +71,7 @@ - ) - - if test "$enable_Werror" = yes; then -- CPPFLAGS="$CPPFLAGS -Werror -Wall" -+ CPPFLAGS="$CPPFLAGS -Wall" - fi - - AC_ARG_ENABLE(static, ---- a/m4/Makefile.am -+++ b/m4/Makefile.am -@@ -15,6 +15,5 @@ - m4macros = - - # The following is boilerplate --m4data_DATA = $(m4macros) - EXTRA_DIST = - ---- a/Makefile.am -+++ b/Makefile.am -@@ -17,13 +17,12 @@ - - ACLOCAL_AMFLAGS = -I m4 - --pixmapdir = $(datadir)/pixmaps -+pixmapdir = /usr/share/pixmaps - pixmap_DATA = ascal.png - --desktopdir = $(datadir)/applications -+desktopdir = /usr/share/applications - desktop_in_files = ascal.desktop.in --desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) - - @INTLTOOL_DESKTOP_RULE@ - --#include aminclude.am -\ No newline at end of file -+#include aminclude.am ---- a/po/Makefile.in.in -+++ b/po/Makefile.in.in -@@ -34,7 +34,7 @@ - datarootdir = @datarootdir@ - libdir = @libdir@ - DATADIRNAME = @DATADIRNAME@ --itlocaledir = $(prefix)/$(DATADIRNAME)/locale -+itlocaledir = /usr/share/locale - subdir = po - install_sh = @install_sh@ - # Automake >= 1.8 provides @mkdir_p@. ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -50,5 +50,5 @@ - - - --INCLUDES = $(ASCAL_CFLAGS) $(GTKMM) -DLOCALEDIR=\""$(datadir)/locale"\" -DASCAL_DATA_PREFIX=\""$(ASCAL_DATA_PREFIX)"\" -+INCLUDES = $(ASCAL_CFLAGS) $(GTKMM) -DLOCALEDIR=\""/usr/share/locale"\" -DASCAL_DATA_PREFIX=\""$(ASCAL_DATA_PREFIX)"\" - LIBS = $(ASCAL_LIBS) $(GTKMM) diff --git a/games-board/ascal/metadata.xml b/games-board/ascal/metadata.xml deleted file mode 100644 index 39110a95da3d..000000000000 --- a/games-board/ascal/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - -Lasca (or Laska) is a game similar to Draughts but with some really cool -enhancements. You'll find a great description in the help system of Ascal. In -the meantime the article on Wikipedia and on -http://research.interface.co.uk/lasca/about.htm will help you understanding the -rules. Ascal tries to give a great Gnome Version of Lasca for one and two -players. You can undo moves, save and load games and all that on a nifty -graphical board. - - - ascal - - diff --git a/profiles/package.mask b/profiles/package.mask index 11b0a3d33404..9eff57f407b9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -348,13 +348,6 @@ dev-cpp/libglademm # Removal on 2022-06-19. Bug #808375 dev-cpp/libgnomecanvasmm -# Matt Turner (2022-05-19) -# Last release in 2006. Last upstream commit in 2007. One of two remaining -# reverse dependencies of dev-cpp/libglademm, which is dead. Last remaining -# reverse dependency of dev-cpp/libgnomecanvasmm, which is dead. -# Removal on 2022-06-19. Bug #845228 -games-board/ascal - # Matt Turner (2022-04-30) # Masked for testing. Apparently causes crashes. Bug #841857. >=x11-libs/libX11-1.8