mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-board/gnono: Remove last-rited package
Closes: https://bugs.gentoo.org/726788 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST gnono-1.9.1.tar.bz2 421461 BLAKE2B a4beb3c8382266e13b650b53de11fee4954b70d7bb0180b95e9ca3ead445bb18b8b541fa2973ab6d06e0c68d7f13149c0e4eadb378ccb94e9fa01cdaf139e1be SHA512 de67453cab0177d633b674ab2cf99b606373dc01e6d821478e8aa6adf9f0f40b04538e5d564df990739a62fb47225f83eff13ab6c12af26fe05afba309632d62
|
||||
@@ -1,46 +0,0 @@
|
||||
diff -ru gnono-1.9.1.orig/pixmaps/Makefile.am gnono-1.9.1/pixmaps/Makefile.am
|
||||
--- gnono-1.9.1.orig/pixmaps/Makefile.am 2006-12-15 01:18:18.000000000 -0500
|
||||
+++ gnono-1.9.1/pixmaps/Makefile.am 2009-11-03 00:21:57.186128499 -0500
|
||||
@@ -1,9 +1,9 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
-pixmapdir = $(datadir)/pixmaps
|
||||
+pixmapdir = $(pkgdatadir)/pixmaps
|
||||
pixmap_DATA = gnono-about.png
|
||||
|
||||
-hicolordir = $(datadir)/icons/hicolor
|
||||
+hicolordir = /usr/share/icons/hicolor
|
||||
|
||||
install-data-local:
|
||||
@for depth in 16x16 22x22 24x24 32x32 48x48 ; do \
|
||||
diff -ru gnono-1.9.1.orig/po/Makefile.in.in gnono-1.9.1/po/Makefile.in.in
|
||||
--- gnono-1.9.1.orig/po/Makefile.in.in 2007-02-18 00:58:11.000000000 -0500
|
||||
+++ gnono-1.9.1/po/Makefile.in.in 2009-11-03 00:21:57.187135081 -0500
|
||||
@@ -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@.
|
||||
diff -ru gnono-1.9.1.orig/src/Makefile.am gnono-1.9.1/src/Makefile.am
|
||||
--- gnono-1.9.1.orig/src/Makefile.am 2007-01-02 00:42:42.000000000 -0500
|
||||
+++ gnono-1.9.1/src/Makefile.am 2009-11-03 00:22:15.086296528 -0500
|
||||
@@ -3,12 +3,10 @@
|
||||
SUBDIRS = xpm
|
||||
|
||||
INCLUDES = \
|
||||
- -Wall -Werror \
|
||||
+ -Wall \
|
||||
-DG_LOG_DOMAIN=\"$(PACKAGE)\" \
|
||||
- -DG_DISABLE_DEPRECATED \
|
||||
- -DGTK_DISABLE_DEPRECATED \
|
||||
- -DLOCALEDIR="\"$(datadir)/locale\"" \
|
||||
- -DPIXMAPDIR="\"$(datadir)/pixmaps\"" \
|
||||
+ -DLOCALEDIR="\"/usr/share/locale\"" \
|
||||
+ -DPIXMAPDIR="\"$(pkgdatadir)/pixmaps\"" \
|
||||
$(LIBGNOMEUI_CFLAGS)
|
||||
|
||||
bin_PROGRAMS = gnono
|
||||
@@ -1,151 +0,0 @@
|
||||
Index: gnono-1.9.1/src/ai.c
|
||||
===================================================================
|
||||
--- gnono-1.9.1.orig/src/ai.c
|
||||
+++ gnono-1.9.1/src/ai.c
|
||||
@@ -24,9 +24,7 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
-#include <glib/garray.h>
|
||||
-#include <glib/gmessages.h>
|
||||
-#include <glib/gtypes.h>
|
||||
+#include <glib.h>
|
||||
|
||||
#include "cards.h"
|
||||
#include "game.h"
|
||||
Index: gnono-1.9.1/src/ai.h
|
||||
===================================================================
|
||||
--- gnono-1.9.1.orig/src/ai.h
|
||||
+++ gnono-1.9.1/src/ai.h
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef __GN_AI_H__
|
||||
#define __GN_AI_H__
|
||||
|
||||
-#include <glib/gtypes.h>
|
||||
+#include <glib.h>
|
||||
|
||||
void computer_play (gboolean pickup);
|
||||
|
||||
Index: gnono-1.9.1/src/cards.c
|
||||
===================================================================
|
||||
--- gnono-1.9.1.orig/src/cards.c
|
||||
+++ gnono-1.9.1/src/cards.c
|
||||
@@ -25,9 +25,7 @@
|
||||
#endif
|
||||
|
||||
#include <stdlib.h> /* for rand() */
|
||||
-#include <glib/garray.h>
|
||||
-#include <glib/gmem.h>
|
||||
-#include <glib/gtypes.h>
|
||||
+#include <glib.h>
|
||||
#include <gdk-pixbuf/gdk-pixbuf-core.h>
|
||||
|
||||
#include "cards.h"
|
||||
Index: gnono-1.9.1/src/cards.h
|
||||
===================================================================
|
||||
--- gnono-1.9.1.orig/src/cards.h
|
||||
+++ gnono-1.9.1/src/cards.h
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef __GN_CARDS_H__
|
||||
#define __GN_CARDS_H__
|
||||
|
||||
-#include <glib/gtypes.h>
|
||||
+#include <glib.h>
|
||||
#include <gdk-pixbuf/gdk-pixbuf-core.h>
|
||||
|
||||
static const gdouble GN_CARD_HEIGHT = 98.0;
|
||||
Index: gnono-1.9.1/src/game.c
|
||||
===================================================================
|
||||
--- gnono-1.9.1.orig/src/game.c
|
||||
+++ gnono-1.9.1/src/game.c
|
||||
@@ -24,9 +24,7 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
-#include <glib/garray.h>
|
||||
-#include <glib/gmessages.h>
|
||||
-#include <glib/gtypes.h>
|
||||
+#include <glib.h>
|
||||
#include <gtk/gtkmain.h>
|
||||
#include <libgnome/gnome-config.h>
|
||||
|
||||
Index: gnono-1.9.1/src/game.h
|
||||
===================================================================
|
||||
--- gnono-1.9.1.orig/src/game.h
|
||||
+++ gnono-1.9.1/src/game.h
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef __GN_GAME_H__
|
||||
#define __GN_GAME_H__
|
||||
|
||||
-#include <glib/gtypes.h>
|
||||
+#include <glib.h>
|
||||
|
||||
/*#define GN_DEBUG*/
|
||||
|
||||
Index: gnono-1.9.1/src/interface.h
|
||||
===================================================================
|
||||
--- gnono-1.9.1.orig/src/interface.h
|
||||
+++ gnono-1.9.1/src/interface.h
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef __GN_INTERFACE_H__
|
||||
#define __GN_INTERFACE_H__
|
||||
|
||||
-#include <glib/gtypes.h>
|
||||
+#include <glib.h>
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <gtk/gtkwindow.h>
|
||||
|
||||
Index: gnono-1.9.1/src/main.c
|
||||
===================================================================
|
||||
--- gnono-1.9.1.orig/src/main.c
|
||||
+++ gnono-1.9.1/src/main.c
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <unistd.h>
|
||||
#include <glib/gi18n.h>
|
||||
-#include <glib/gmain.h>
|
||||
+#include <glib.h>
|
||||
#include <gtk/gtkmain.h>
|
||||
|
||||
#include "interface.h"
|
||||
Index: gnono-1.9.1/src/players.c
|
||||
===================================================================
|
||||
--- gnono-1.9.1.orig/src/players.c
|
||||
+++ gnono-1.9.1/src/players.c
|
||||
@@ -24,8 +24,7 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
-#include <glib/garray.h>
|
||||
-#include <glib/gtypes.h>
|
||||
+#include <glib.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <gtk/gtklabel.h>
|
||||
#include <gtk/gtkwidget.h>
|
||||
Index: gnono-1.9.1/src/players.h
|
||||
===================================================================
|
||||
--- gnono-1.9.1.orig/src/players.h
|
||||
+++ gnono-1.9.1/src/players.h
|
||||
@@ -23,8 +23,7 @@
|
||||
#ifndef __GN_PLAYERS_H__
|
||||
#define __GN_PLAYERS_H__
|
||||
|
||||
-#include <glib/garray.h>
|
||||
-#include <glib/gtypes.h>
|
||||
+#include <glib.h>
|
||||
|
||||
#include "cards.h"
|
||||
|
||||
Index: gnono-1.9.1/src/preferences.h
|
||||
===================================================================
|
||||
--- gnono-1.9.1.orig/src/preferences.h
|
||||
+++ gnono-1.9.1/src/preferences.h
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef __GN_PREFERENCES_H__
|
||||
#define __GN_PREFERENCES_H__
|
||||
|
||||
-#include <glib/gtypes.h>
|
||||
+#include <glib.h>
|
||||
#include <gtk/gtkwidget.h>
|
||||
|
||||
void dlg_preferences (GtkWidget *caller, gpointer data);
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit autotools eutils gnome2-utils
|
||||
|
||||
DESCRIPTION="A rewrite for GNOME of the Windows card game WUNO"
|
||||
HOMEPAGE="https://sourceforge.net/projects/gnono/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="gnome-base/libgnomeui
|
||||
virtual/libintl"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/gettext"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-gentoo.patch
|
||||
"${FILESDIR}"/${P}-glib-single-include.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
gnome2_icon_savelist
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_icon_cache_update
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>games@gentoo.org</email>
|
||||
<name>Gentoo Games Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">gnono</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -430,12 +430,6 @@ media-libs/pymemphis
|
||||
# Removal in 30 days. Bug #728904.
|
||||
dev-tex/feynmf
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2020-06-18)
|
||||
# Games depending on dead gnome-base/libgnomeui.
|
||||
# games-board/gnono: Bug #726788, last release 2007, abandoned upstream.
|
||||
# Masked for removal in 30 days.
|
||||
games-board/gnono
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2020-06-14)
|
||||
# Ruby 2.4 is no longer supported by upstream and no longer gets
|
||||
# security updates since the 2.4.10 release. Use ruby 2.5 or later
|
||||
|
||||
Reference in New Issue
Block a user