diff options
author | Mart Raudsepp <leio@gentoo.org> | 2006-11-19 19:01:03 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2006-11-19 19:01:03 +0000 |
commit | 94b974323766da9d6b4a5d008e1bc5d636f5adfb (patch) | |
tree | 15178e94460390f8f8d9ae78a2374b464556104e /gnome-extra/gnome-games/files | |
parent | Added patches to fix compiling with the seamonkey use flag. Thanks to Federic... (diff) | |
download | gentoo-2-94b974323766da9d6b4a5d008e1bc5d636f5adfb.tar.gz gentoo-2-94b974323766da9d6b4a5d008e1bc5d636f5adfb.tar.bz2 gentoo-2-94b974323766da9d6b4a5d008e1bc5d636f5adfb.zip |
Version bump to 2.16.2 - avahi support is now disabled upstream (since 2.16.1.1) due to crashes. Remove old versions
(Portage version: 2.1.2_rc2)
(Signed Manifest commit)
Diffstat (limited to 'gnome-extra/gnome-games/files')
9 files changed, 0 insertions, 150 deletions
diff --git a/gnome-extra/gnome-games/files/digest-gnome-games-2.10.1 b/gnome-extra/gnome-games/files/digest-gnome-games-2.10.1 deleted file mode 100644 index 6bfb7ebc1fd2..000000000000 --- a/gnome-extra/gnome-games/files/digest-gnome-games-2.10.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b7d21e5e12de80c50266e8735e04577c gnome-games-2.10.1.tar.bz2 5372474 -RMD160 84695768d6fb2de236aa978b74a6e7d324417a75 gnome-games-2.10.1.tar.bz2 5372474 -SHA256 b389357c8be3e01ad0e7fac9814062a93c6c5f559928d5fc2812d6d549184b66 gnome-games-2.10.1.tar.bz2 5372474 diff --git a/gnome-extra/gnome-games/files/digest-gnome-games-2.10.1-r1 b/gnome-extra/gnome-games/files/digest-gnome-games-2.10.1-r1 deleted file mode 100644 index 6bfb7ebc1fd2..000000000000 --- a/gnome-extra/gnome-games/files/digest-gnome-games-2.10.1-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b7d21e5e12de80c50266e8735e04577c gnome-games-2.10.1.tar.bz2 5372474 -RMD160 84695768d6fb2de236aa978b74a6e7d324417a75 gnome-games-2.10.1.tar.bz2 5372474 -SHA256 b389357c8be3e01ad0e7fac9814062a93c6c5f559928d5fc2812d6d549184b66 gnome-games-2.10.1.tar.bz2 5372474 diff --git a/gnome-extra/gnome-games/files/digest-gnome-games-2.12.3 b/gnome-extra/gnome-games/files/digest-gnome-games-2.12.3 deleted file mode 100644 index 6283037669b2..000000000000 --- a/gnome-extra/gnome-games/files/digest-gnome-games-2.12.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 06d3cfaf24dd1f0b2df1df005c69d4ff gnome-games-2.12.3.tar.bz2 4932211 -RMD160 ce94683ccbec16953784744fc8b3ff850b75ccd0 gnome-games-2.12.3.tar.bz2 4932211 -SHA256 0bd560e6094fd0bedf5316223eeef90a99451bb739a91d7a0438a858f66a3835 gnome-games-2.12.3.tar.bz2 4932211 diff --git a/gnome-extra/gnome-games/files/digest-gnome-games-2.16.1.1 b/gnome-extra/gnome-games/files/digest-gnome-games-2.16.1.1 deleted file mode 100644 index 881248a524ca..000000000000 --- a/gnome-extra/gnome-games/files/digest-gnome-games-2.16.1.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a1a5975eb2f049cc7db6ace5b993ac8c gnome-games-2.16.1.1.tar.bz2 5301576 -RMD160 dd900114346b882eb2a2bd40a9dc9a80bc9a754f gnome-games-2.16.1.1.tar.bz2 5301576 -SHA256 f30264462df71b001d301206dc3f3f07a74958bfc1df78e26c8530addf14d0ff gnome-games-2.16.1.1.tar.bz2 5301576 diff --git a/gnome-extra/gnome-games/files/gnome-games-2.10.1-no_esd.patch b/gnome-extra/gnome-games/files/gnome-games-2.10.1-no_esd.patch deleted file mode 100644 index 7c53feb8b9b9..000000000000 --- a/gnome-extra/gnome-games/files/gnome-games-2.10.1-no_esd.patch +++ /dev/null @@ -1,42 +0,0 @@ -diff -NurdB gnome-games-2.10.1/configure.in gnome-games-2.10.1-patched/configure.in ---- gnome-games-2.10.1/configure.in 2005-04-12 10:25:33.000000000 +0000 -+++ gnome-games-2.10.1-patched/configure.in 2005-09-06 22:48:34.031127752 +0000 -@@ -107,7 +107,9 @@ - GNOME_GAMES_CFLAGS="-std=gnu89 $GNOME_GAMES_CFLAGS" - fi - --PKG_CHECK_MODULES(ESD, esound, , [ CFLAGS="$CFLAGS -DNO_ESD" ]) -+PKG_CHECK_MODULES(ESD, esound, , [ -+ CFLAGS="$CFLAGS -DNO_ESD" -+ CXXFLAGS="$CXXFLAGS -DNO_ESD" ]) - AC_SUBST(ESD_CFLAGS) - AC_SUBST(ESD_LIBS) - -diff -NurdB gnome-games-2.10.1/gnome-stones/sound.c gnome-games-2.10.1-patched/gnome-stones/sound.c ---- gnome-games-2.10.1/gnome-stones/sound.c 2004-07-18 04:27:04.000000000 +0000 -+++ gnome-games-2.10.1-patched/gnome-stones/sound.c 2005-09-06 22:47:23.730815024 +0000 -@@ -20,7 +20,9 @@ - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - */ - --#include <esd.h> -+#ifndef NO_ESD -+# include <esd.h> -+#endif - #include <gnome.h> - #include "sound.h" - -diff -NurdB gnome-games-2.10.1/gnometris/sound.cpp gnome-games-2.10.1-patched/gnometris/sound.cpp ---- gnome-games-2.10.1/gnometris/sound.cpp 2004-10-19 06:57:33.000000000 +0000 -+++ gnome-games-2.10.1-patched/gnometris/sound.cpp 2005-09-06 22:47:23.731814872 +0000 -@@ -21,7 +21,9 @@ - */ - - #include <gnome.h> --#include <esd.h> -+#ifndef NO_ESD -+# include <esd.h> -+#endif - - #include "sound.h" - diff --git a/gnome-extra/gnome-games/files/gnome-games-2.11.4-nohowl.patch b/gnome-extra/gnome-games/files/gnome-games-2.11.4-nohowl.patch deleted file mode 100644 index 88709500dd32..000000000000 --- a/gnome-extra/gnome-games/files/gnome-games-2.11.4-nohowl.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- gnome-games-2.11.4/configure.in 2005-08-08 03:42:16.000000000 -0400 -+++ gnome-games-2.11.4.new/configure.in 2005-08-21 13:33:14.000000000 -0400 -@@ -90,11 +90,17 @@ - AC_SUBST(GLADE_LIBS) - - ## Flags for Howl. Use of this library is optional. --PKG_CHECK_MODULES(HOWL, howl >= 0.9.6, [ HOWL_PRESENT="yes" ], -- [ CFLAGS="$CFLAGS -DNO_HOWL" -+AC_ARG_ENABLE(howl, [ --disable-howl build without howl support]) -+if test "x$enable_howl" != "xno"; then -+ PKG_CHECK_MODULES(HOWL, howl >= 0.9.6, [ HOWL_PRESENT="yes" ], -+ [ CFLAGS="$CFLAGS -DNO_HOWL" - HOWL_PRESENT="no" ]) --AC_SUBST(HOWL_CFLAGS) --AC_SUBST(HOWL_LIBS) -+ AC_SUBST(HOWL_CFLAGS) -+ AC_SUBST(HOWL_LIBS) -+else -+ CFLAGS="$CFLAGS -DNO_HOWL" -+ HOWL_PRESENT="no" -+fi - - GNOME_GAMES_CXXFLAGS="$GNOME_GAMES_CFLAGS -I\$(top_srcdir)/libgames-support $WARN_CXXFLAGS" - GNOME_GAMES_CFLAGS="$GNOME_GAMES_CFLAGS -I\$(top_srcdir)/libgames-support $WARN_CFLAGS" diff --git a/gnome-extra/gnome-games/files/gnome-games-2.12.0-guile_switch.patch b/gnome-extra/gnome-games/files/gnome-games-2.12.0-guile_switch.patch deleted file mode 100644 index ed176a7f2045..000000000000 --- a/gnome-extra/gnome-games/files/gnome-games-2.12.0-guile_switch.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -NurdB gnome-games-2.12.0/configure.in gnome-games-2.12.0-patched/configure.in ---- gnome-games-2.12.0/configure.in 2005-09-05 02:30:33.000000000 -0500 -+++ gnome-games-2.12.0-patched/configure.in 2005-09-07 13:17:22.000000000 -0500 -@@ -28,7 +28,22 @@ - - dnl We could use the guile.m4 macros, but this is in fact simpler - dnl for what we want. --AC_CHECK_PROG(GUILE_PRESENT, guile-config, yes, no) -+AC_MSG_CHECKING([whether guile support is requested]) -+AC_ARG_ENABLE([guile], -+ AS_HELP_STRING([--enable-guile],[Enable guile use for Aisleriot (default=yes)]), -+ [enable_guile=$enableval], -+ [enable_guile=yes]) -+AC_MSG_RESULT([$enable_guile]) -+ -+if test x$enable_guile = xyes; then -+ AC_CHECK_PROG(GUILE_PRESENT, guile-config, yes, no) -+ if test "$GUILE_PRESENT" = "no" ; then -+ AC_MSG_ERROR([Guile not found.]) -+ fi -+else -+ GUILE_PRESENT="no" -+fi -+ - if test "$GUILE_PRESENT" = "yes" ; then - GUILE_CFLAGS=`guile-config compile` - GUILE_LDFLAGS=`guile-config link` -@@ -44,7 +59,7 @@ - fi - if test `guile -c '(if (string<? (version) (cadr (command-line))) (display "no") (display "yes")) (newline)' $GUILE_TARGET` != yes ; then - GUILE_PRESENT="no" -- AC_MSG_WARN([Your version of guile is too old, please install a recent guile package (>= $GUILE_TARGET)]) -+ AC_MSG_ERROR([Your version of guile is too old, please install a recent guile package (>= $GUILE_TARGET)]) - fi - fi - AM_CONDITIONAL([HAVE_GUILE], [test "x$GUILE_PRESENT" = xyes]) diff --git a/gnome-extra/gnome-games/files/gnome-games-2.12.0-no_lazy_bindings.patch b/gnome-extra/gnome-games/files/gnome-games-2.12.0-no_lazy_bindings.patch deleted file mode 100644 index 8380d3394f55..000000000000 --- a/gnome-extra/gnome-games/files/gnome-games-2.12.0-no_lazy_bindings.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -NurdB gnome-games-2.12.0/configure.in gnome-games-2.12.0-patched/configure.in ---- gnome-games-2.12.0/configure.in 2005-09-05 02:30:33.000000000 -0500 -+++ gnome-games-2.12.0-patched/configure.in 2005-09-07 13:47:56.000000000 -0500 -@@ -101,6 +101,7 @@ - GNOME_GAMES_CXXFLAGS="$GNOME_GAMES_CFLAGS -I\$(top_srcdir)/libgames-support $WARN_CXXFLAGS" - GNOME_GAMES_CFLAGS="$GNOME_GAMES_CFLAGS -I\$(top_srcdir)/libgames-support $WARN_CFLAGS" - GNOME_GAMES_LIBS="$GNOME_GAMES_LIBS \$(top_builddir)/libgames-support/libgames-support.la" -+GNOME_GAMES_LIBS="$GNOME_GAMES_LIBS -Wl,-z,now" - - ## Use a separate set of flags for C++ (so we can exclude -std=gnu89 for - ## example, it doesn't make sense under C++). diff --git a/gnome-extra/gnome-games/files/gnome-games-2.9.6-nohowl.patch b/gnome-extra/gnome-games/files/gnome-games-2.9.6-nohowl.patch deleted file mode 100644 index df2c629c520c..000000000000 --- a/gnome-extra/gnome-games/files/gnome-games-2.9.6-nohowl.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- gnome-games-2.9.6/configure.in 2005-02-08 16:55:35.000000000 +0800 -+++ gnome-games-2.9.6-nohowl/configure.in 2005-02-13 18:39:57.424458696 +0800 -@@ -85,11 +85,17 @@ - AC_SUBST(GNOME_GAMES_CFLAGS) - AC_SUBST(GNOME_GAMES_LIBS) - --PKG_CHECK_MODULES(HOWL, howl >= 0.9.6, [ HOWL_PRESENT="yes" ], -- [ CFLAGS="$CFLAGS -DNO_HOWL" -- HOWL_PRESENT="no" ]) --AC_SUBST(HOWL_CFLAGS) --AC_SUBST(HOWL_LIBS) -+AC_ARG_ENABLE(howl, [ --disable-howl build without howl support]) -+if test "x$enable_howl" != "xno"; then -+ PKG_CHECK_MODULES(HOWL, howl >= 0.9.6, [ HOWL_PRESENT="yes" ], -+ [ CFLAGS="$CFLAGS -DNO_HOWL" -+ HOWL_PRESENT="no" ]) -+ AC_SUBST(HOWL_CFLAGS) -+ AC_SUBST(HOWL_LIBS) -+else -+ CFLAGS="$CFLAGS -DNO_HOWL" -+ HOWL_PRESENT="no" -+fi - - GNOME_GAMES_CXXFLAGS="$GNOME_GAMES_CFLAGS -I\$(top_srcdir)/libgames-support $WARN_CXXFLAGS" - GNOME_GAMES_CFLAGS="$GNOME_GAMES_CFLAGS -I\$(top_srcdir)/libgames-support $WARN_CFLAGS" |