summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2007-08-24 13:29:01 +0000
committerMarkus Dittrich <markusle@gentoo.org>2007-08-24 13:29:01 +0000
commit4eb1e66501fe09bd7b73488aa257895ee96f3eb2 (patch)
tree6104bccba01519f785789156cfda209fd2cac4a2 /sci-misc/gato/files
parentbump to 0.20.2 with VERSION and LIBVERSION (diff)
downloadgentoo-2-4eb1e66501fe09bd7b73488aa257895ee96f3eb2.tar.gz
gentoo-2-4eb1e66501fe09bd7b73488aa257895ee96f3eb2.tar.bz2
gentoo-2-4eb1e66501fe09bd7b73488aa257895ee96f3eb2.zip
Version bump (see bug #189978).
(Portage version: 2.1.3.6)
Diffstat (limited to 'sci-misc/gato/files')
-rw-r--r--sci-misc/gato/files/digest-gato-0.996
-rw-r--r--sci-misc/gato/files/gato-0.99-python.patch22
2 files changed, 28 insertions, 0 deletions
diff --git a/sci-misc/gato/files/digest-gato-0.99 b/sci-misc/gato/files/digest-gato-0.99
new file mode 100644
index 000000000000..fd1c4b5a375f
--- /dev/null
+++ b/sci-misc/gato/files/digest-gato-0.99
@@ -0,0 +1,6 @@
+MD5 8e923bc25d98a0ddadcb7eef600e8306 Gato-0.99.tar.gz 186494
+RMD160 a5bd815645fc2cd39691846223d2830677bf7527 Gato-0.99.tar.gz 186494
+SHA256 881bab443d56cafe7f2b58771be69bfc5156ab6fcdc76a07d1b6fa693821cb31 Gato-0.99.tar.gz 186494
+MD5 1bb863c388b01d5d6183cedeeec586aa Gato-Doc-0.99.tar.gz 122019
+RMD160 0ca1692f427b49a8e50ab7b25445b6ba12f9574d Gato-Doc-0.99.tar.gz 122019
+SHA256 084a7ce1df1016d11a24683f7650ea20a59a774b3e070a67c169a0ac13757fc5 Gato-Doc-0.99.tar.gz 122019
diff --git a/sci-misc/gato/files/gato-0.99-python.patch b/sci-misc/gato/files/gato-0.99-python.patch
new file mode 100644
index 000000000000..db78336edbab
--- /dev/null
+++ b/sci-misc/gato/files/gato-0.99-python.patch
@@ -0,0 +1,22 @@
+diff -Naur Gato/DataStructures.py Gato-patched/DataStructures.py
+--- Gato/DataStructures.py 2006-09-05 07:13:38.000000000 -0500
++++ Gato-patched/DataStructures.py 2007-08-23 18:54:01.000000000 -0500
+@@ -37,8 +37,8 @@
+ ################################################################################
+
+
+-from GatoGlobals import *
+ from __future__ import generators #Needed for PQImplementation
++from GatoGlobals import *
+
+
+ ################################################################################
+diff -Naur Gato/Gato.py Gato-patched/Gato.py
+--- Gato/Gato.py 2006-09-05 07:13:38.000000000 -0500
++++ Gato-patched/Gato.py 2007-08-23 18:49:04.000000000 -0500
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python2.3
++#!/usr/bin/env python
+ ################################################################################
+ #
+ # This file is part of Gato (Graph Animation Toolbox)