From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- games-board/ascal/Manifest | 5 -- 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 ------- 5 files changed, 162 deletions(-) delete mode 100644 games-board/ascal/Manifest delete mode 100644 games-board/ascal/ascal-0.1.1-r1.ebuild delete mode 100644 games-board/ascal/files/ascal-0.1.1-gcc43.patch delete mode 100644 games-board/ascal/files/ascal-0.1.1-install.patch delete mode 100644 games-board/ascal/metadata.xml (limited to 'games-board/ascal') diff --git a/games-board/ascal/Manifest b/games-board/ascal/Manifest deleted file mode 100644 index 65a4f9b78e36..000000000000 --- a/games-board/ascal/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX ascal-0.1.1-gcc43.patch 643 BLAKE2B 3e992be0a8caff4e469178c375a26dd0f9efdb8eac142aaf50eb1037ad6841947229fa6f0805113dbeeb404b2dad7a5d765ed89b93efe0f7505238c0398a9120 SHA512 8365567cf67577ac65e03d422d46ccfdfbedecacebac50de6487efda98070f4692d150ff3e75b8ba0c711e235bf81a9fa0459421c3d3749fd2f435d64773f1a9 -AUX ascal-0.1.1-install.patch 1738 BLAKE2B 18f5aa5af12d14cd8f5fbf49864922232c1bc5b4cf15b5928bc900aa12bf8129578590f03ce449e8c26a2f44755e331501da9cc753d6964ba54f2738056f20e9 SHA512 a7ac59c7534461fc841ac9a7e60b7151408fe7f92728376a9ee4849c50ca460a67eacc055a67559b4c252b3d8d2f0504f464792a80ead7c5a7ffb325d07cc525 -DIST ascal-0.1.1.tar.bz2 960688 BLAKE2B b65011d9dbd7c6d088dc303312a5159a8e863713c64e10901b1cd34df561612003a9695d723c17c5a59b91e50a306760f3283abeeb333afad87d1fea6f758660 SHA512 4428040396da85dd8598ece34909b1db80fe2f72c36b8e0d23c3f9db5837ee30ec2a10ee74def97a80bafbbf1927cbdb6c598aa5f0a42949d3c490672f8c5165 -EBUILD ascal-0.1.1-r1.ebuild 665 BLAKE2B c540468adc77391a7ee8d71bc6c4a1c79ad40507eda5076b071132f3238c3600a4a0f30adbfc82910a9dcad5b80026fe90d440beb36f2c2582993ecfd431fe08 SHA512 2821dc51bc31786928a5252419e4a9eabb738cded8050473a8420c176a93050c4430840628c28bd049b027977168a620c0ca66b6a608412add35b2b53b82b1da -MISC metadata.xml 817 BLAKE2B 981486a943532043d9a2d697b507b7057f2255e975ef10537cdb98bf51c9fb3c23b4bfdf21ab681edea270799f8d637e33e16db505a724485529f0aec5b9aa74 SHA512 3d0d4fc3d1c643796d94bdc002fc679d8bd980295ec7a2b9c68ab4dbd9482187006efb208420e1fd3ac12f69ff4e00c789effeeeb9085536b05005023844a497 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 - - -- cgit v1.2.3