diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2009-09-06 23:06:16 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2009-09-06 23:06:16 +0000 |
commit | 6690c80279fba8b8d28c00544a2631bd27e398b1 (patch) | |
tree | e0381332cb15e43b0e1cd8748ad6e8dc868e7042 /dev-python/PyFoam | |
parent | Remove unused patch. (diff) | |
download | gentoo-2-6690c80279fba8b8d28c00544a2631bd27e398b1.tar.gz gentoo-2-6690c80279fba8b8d28c00544a2631bd27e398b1.tar.bz2 gentoo-2-6690c80279fba8b8d28c00544a2631bd27e398b1.zip |
Remove unused patch.
Diffstat (limited to 'dev-python/PyFoam')
-rw-r--r-- | dev-python/PyFoam/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/PyFoam/Manifest | 3 | ||||
-rw-r--r-- | dev-python/PyFoam/files/PyFoam-py26.patch | 60 |
3 files changed, 6 insertions, 63 deletions
diff --git a/dev-python/PyFoam/ChangeLog b/dev-python/PyFoam/ChangeLog index 51a7078fdac4..31c3b4daf53f 100644 --- a/dev-python/PyFoam/ChangeLog +++ b/dev-python/PyFoam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyFoam # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyFoam/ChangeLog,v 1.4 2009/04/30 17:54:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyFoam/ChangeLog,v 1.5 2009/09/06 23:06:16 idl0r Exp $ + + 06 Sep 2009; Christian Ruppert <idl0r@gentoo.org> + -files/PyFoam-py26.patch: + Remove unused patch. 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -PyFoam-0.5.1.ebuild: Remove old diff --git a/dev-python/PyFoam/Manifest b/dev-python/PyFoam/Manifest index cf6a417bdc86..227c69ec783b 100644 --- a/dev-python/PyFoam/Manifest +++ b/dev-python/PyFoam/Manifest @@ -1,5 +1,4 @@ -AUX PyFoam-py26.patch 3074 RMD160 b291ebb91a41086757ceef8fd2c7eb21b56fc9a8 SHA1 920c5ee9e9557b7881462cd880eab98ebb5210d8 SHA256 679b6ccf35d39ae4af96c2359304747cee4b6fe67e8df01bed9a9937ec5195f5 DIST PyFoam-0.5.2.tar.gz 2193495 RMD160 626fe3ed301532586cc834fe4be1a9323c222f29 SHA1 14ab2dcb821fac9e2ada6351e2519c51da82ba4c SHA256 ae7afcef05a34ca260c70b923493ec03298188c1bb9f1c92392ac3f5671dd955 EBUILD PyFoam-0.5.2.ebuild 635 RMD160 d3006aeaddc828101ff91541f883994d85191d6f SHA1 7f5ed9adbbc71e3dadd26574ec5a8c06adb9dc18 SHA256 5386b07788f66aca46b02698dd728c1767c4961a454657c4a1493ae366a0a153 -MISC ChangeLog 1394 RMD160 47424fd68ee350bfd10ba9d3aa41760ea69a301d SHA1 d8c415229f89755138a77ade9c24f02865311bfc SHA256 c71b723628b7ef59ddba70f5a72b091752be8598d762de461de793e481219666 +MISC ChangeLog 1498 RMD160 f6bf282ba29cf6ff9e6eaa22119bca9f3e7df88f SHA1 ae8dc65e0db76a501ded483d00a30b4995b2889e SHA256 50bf6486fbe02df892b16bea2df79a13412aa2c6dfdd043bd2e46bc719af58c9 MISC metadata.xml 414 RMD160 f4a4b60ace6bdea2e71a874ef4e0514a9dec5d39 SHA1 36abd2a5e302e353dbe7ff02711823937d19418f SHA256 cfab805c1cdbdacc942e5b2805eda5d74539721c336e950d41d735b7e6934b64 diff --git a/dev-python/PyFoam/files/PyFoam-py26.patch b/dev-python/PyFoam/files/PyFoam-py26.patch deleted file mode 100644 index 61d881b41ee0..000000000000 --- a/dev-python/PyFoam/files/PyFoam-py26.patch +++ /dev/null @@ -1,60 +0,0 @@ -diff -Naur PyFoam-0.5.1-old/PyFoam/Basics/GnuplotTimelines.py PyFoam-0.5.1/PyFoam/Basics/GnuplotTimelines.py ---- PyFoam-0.5.1-old/PyFoam/Basics/GnuplotTimelines.py 2009-04-25 16:42:38.000000000 +0000 -+++ PyFoam-0.5.1/PyFoam/Basics/GnuplotTimelines.py 2009-04-25 16:59:05.000000000 +0000 -@@ -14,7 +14,7 @@ - timelines, - persist=None, - raiseit=True, -- with="lines", -+ style="lines", - alternateAxis=[], - forbidden=[], - start=None, -@@ -26,7 +26,7 @@ - @type timelines: TimeLineCollection - @param persist: Gnuplot window persistst after run - @param raiseit: Raise the window at every plot -- @param with: how to plot the data (lines, points, steps) -+ @param style: how to plot the data (lines, points, steps) - @param alternateAxis: list with names that ought to appear on the alternate y-axis - @param forbidden: A list with strings. If one of those strings is found in a name, it is not plotted - @param start: First time that should be plotted. If undefined everything from the start is plotted -@@ -74,7 +74,7 @@ - self.set_string("terminal x11"+x11addition) - - self.data=timelines -- self.with=with -+ self.style=style - - self.redo() - -@@ -97,7 +97,7 @@ - - self.itemlist=[] - for n in names: -- it=Data(times,self.data.getValues(n),title=n,with=self.with) -+ it=Data(times,self.data.getValues(n),title=n,style=self.style) - if n in self.alternate: - it.set_option(axes="x1y2") - -diff -Naur PyFoam-0.5.1-old/PyFoam/Execution/GnuplotRunner.py PyFoam-0.5.1/PyFoam/Execution/GnuplotRunner.py ---- PyFoam-0.5.1-old/PyFoam/Execution/GnuplotRunner.py 2009-04-25 16:42:38.000000000 +0000 -+++ PyFoam-0.5.1/PyFoam/Execution/GnuplotRunner.py 2009-04-25 17:00:16.000000000 +0000 -@@ -83,7 +83,7 @@ - if plotIterations: - self.plots["iter"]=GnuplotTimelines(self.getAnalyzer("Iterations").lines, - persist=persist, -- with="steps", -+ style="steps", - raiseit=raiseit, - start=start, - end=end) -@@ -115,7 +115,7 @@ - if plotExecution: - self.plots["execution"]=GnuplotTimelines(self.getAnalyzer("Execution").lines, - persist=persist, -- with="steps", -+ style="steps", - raiseit=raiseit, - start=start, - end=end) |