summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-01-09 23:28:10 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-01-09 23:28:10 +0000
commitd961168a9972a34ea453a0e364b6f6c17a637d40 (patch)
tree4e15caf93d498dd094cceb9fc1cf6f6272c42e4e /gnome-extra/gnome-games/files
parentRevbump to fix docert accidentally re-introduced in .40 (diff)
downloadhistorical-d961168a9972a34ea453a0e364b6f6c17a637d40.tar.gz
historical-d961168a9972a34ea453a0e364b6f6c17a637d40.tar.bz2
historical-d961168a9972a34ea453a0e364b6f6c17a637d40.zip
bump to 2.20.3 and clean up old revisions
Package-Manager: portage-2.1.4_rc14
Diffstat (limited to 'gnome-extra/gnome-games/files')
-rw-r--r--gnome-extra/gnome-games/files/digest-gnome-games-2.16.33
-rw-r--r--gnome-extra/gnome-games/files/digest-gnome-games-2.20.0.13
-rw-r--r--gnome-extra/gnome-games/files/digest-gnome-games-2.20.33
-rw-r--r--gnome-extra/gnome-games/files/gnome-games-2.13.1-guile_switch.patch54
4 files changed, 3 insertions, 60 deletions
diff --git a/gnome-extra/gnome-games/files/digest-gnome-games-2.16.3 b/gnome-extra/gnome-games/files/digest-gnome-games-2.16.3
deleted file mode 100644
index bcd04d3fdee4..000000000000
--- a/gnome-extra/gnome-games/files/digest-gnome-games-2.16.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 88baa9ab64b84bfcac2a1ba05f84d2f9 gnome-games-2.16.3.tar.bz2 5276299
-RMD160 2f2f3dd316a5a11bb18046bed5e1505dc1a08b3f gnome-games-2.16.3.tar.bz2 5276299
-SHA256 7c32dc59819cbf22787d5ac1fde221a4cd38a20de33831246e12811520294d05 gnome-games-2.16.3.tar.bz2 5276299
diff --git a/gnome-extra/gnome-games/files/digest-gnome-games-2.20.0.1 b/gnome-extra/gnome-games/files/digest-gnome-games-2.20.0.1
deleted file mode 100644
index aca954a5937a..000000000000
--- a/gnome-extra/gnome-games/files/digest-gnome-games-2.20.0.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 b852cfe1f65c076b8af4fa9c7383a35f gnome-games-2.20.0.1.tar.bz2 11498035
-RMD160 450b3d3be6571414e9c82069a49d8d979de6624d gnome-games-2.20.0.1.tar.bz2 11498035
-SHA256 697840b4decc091a3999a1964f00ae22cc4febdfc5da8dd2ae0ec536cc694206 gnome-games-2.20.0.1.tar.bz2 11498035
diff --git a/gnome-extra/gnome-games/files/digest-gnome-games-2.20.3 b/gnome-extra/gnome-games/files/digest-gnome-games-2.20.3
new file mode 100644
index 000000000000..e622beb42225
--- /dev/null
+++ b/gnome-extra/gnome-games/files/digest-gnome-games-2.20.3
@@ -0,0 +1,3 @@
+MD5 470bec8560c931609f89aae94977d799 gnome-games-2.20.3.tar.bz2 12900338
+RMD160 3f57831b9ee9e8c0e844ba5d101805462776ec84 gnome-games-2.20.3.tar.bz2 12900338
+SHA256 b9cbef6959fb26b7be1a27d9a2a2e5f33c167fccf13afcb49c4a0900f1d11422 gnome-games-2.20.3.tar.bz2 12900338
diff --git a/gnome-extra/gnome-games/files/gnome-games-2.13.1-guile_switch.patch b/gnome-extra/gnome-games/files/gnome-games-2.13.1-guile_switch.patch
deleted file mode 100644
index e9a1701900b3..000000000000
--- a/gnome-extra/gnome-games/files/gnome-games-2.13.1-guile_switch.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-diff --exclude-from=/home/dang/.diffrc -u -ruN gnome-games-2.13.1.orig/configure.in gnome-games-2.13.1/configure.in
---- gnome-games-2.13.1.orig/configure.in 2005-10-24 05:49:33.000000000 -0400
-+++ gnome-games-2.13.1/configure.in 2005-11-15 14:16:32.000000000 -0500
-@@ -30,24 +30,32 @@
- dnl out if the _development_ files are present. guile-config returns
- dnl a value regardless of what is actually installed. The problem
- dnl with this is if the header ever gets moved to a non-default location.
--AC_CHECK_HEADER([libguile.h], [GUILE_PRESENT=yes], [GUILE_PRESENT=no])
--if test "$GUILE_PRESENT" = "yes" ; then
-- GUILE_CFLAGS=`guile-config compile`
-- GUILE_LDFLAGS=`guile-config link`
-- AC_SUBST(GUILE_CFLAGS)
-- AC_SUBST(GUILE_LDFLAGS)
-- dnl On 64-bit machines guile < 1.6.5 causes a crash in aisleriot.
-- dnl But since 1.6.5 is only a few months old as I write this we
-- dnl will be more lenient with 32-bit machines.
-- if uname -m | grep -q 64 ; then
-- GUILE_TARGET="1.6.5"
-- else
-- GUILE_TARGET="1.6.0"
-- 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)])
-- fi
-+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_HEADER([libguile.h], [GUILE_PRESENT=yes], [GUILE_PRESENT=no])
-+ if test "$GUILE_PRESENT" = "yes" ; then
-+ GUILE_CFLAGS=`guile-config compile`
-+ GUILE_LDFLAGS=`guile-config link`
-+ AC_SUBST(GUILE_CFLAGS)
-+ AC_SUBST(GUILE_LDFLAGS)
-+ dnl On 64-bit machines guile < 1.6.5 causes a crash in aisleriot.
-+ dnl But since 1.6.5 is only a few months old as I write this we
-+ dnl will be more lenient with 32-bit machines.
-+ if uname -m | grep -q 64 ; then
-+ GUILE_TARGET="1.6.5"
-+ else
-+ GUILE_TARGET="1.6.0"
-+ 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)])
-+ fi
-+ fi
- fi
- AM_CONDITIONAL([HAVE_GUILE], [test "x$GUILE_PRESENT" = xyes])
-