diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-03 16:03:20 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-03 16:03:20 +0000 |
commit | 33d603529e26f542f38e33e814e1d016cdd8d3b3 (patch) | |
tree | 9bb3ca411784878cba66dafcfe278b099b511163 /dev-util/ragel/files | |
parent | remove entries for removed packages (treecleaner queue) (diff) | |
download | gentoo-2-33d603529e26f542f38e33e814e1d016cdd8d3b3.tar.gz gentoo-2-33d603529e26f542f38e33e814e1d016cdd8d3b3.tar.bz2 gentoo-2-33d603529e26f542f38e33e814e1d016cdd8d3b3.zip |
Cleanup old versions.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/ragel/files')
-rw-r--r-- | dev-util/ragel/files/ragel-6.4-solaris.patch | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/dev-util/ragel/files/ragel-6.4-solaris.patch b/dev-util/ragel/files/ragel-6.4-solaris.patch deleted file mode 100644 index c0710f00a997..000000000000 --- a/dev-util/ragel/files/ragel-6.4-solaris.patch +++ /dev/null @@ -1,65 +0,0 @@ -diff -ur ragel-6.4.orig/ragel/cdcodegen.cpp ragel-6.4/ragel/cdcodegen.cpp ---- ragel-6.4.orig/ragel/cdcodegen.cpp 2009-03-21 21:15:43.000000000 +0100 -+++ ragel-6.4/ragel/cdcodegen.cpp 2009-03-27 23:19:39.105379307 +0100 -@@ -21,8 +21,8 @@ - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - --#include "cdcodegen.h" - #include "ragel.h" -+#include "cdcodegen.h" - #include "redfsm.h" - #include "gendata.h" - #include <sstream> -diff -ur ragel-6.4.orig/ragel/ragel.h ragel-6.4/ragel/ragel.h ---- ragel-6.4.orig/ragel/ragel.h 2009-03-22 02:26:32.000000000 +0100 -+++ ragel-6.4/ragel/ragel.h 2009-03-27 23:18:21.551766402 +0100 -@@ -30,6 +30,11 @@ - #include "config.h" - #include "common.h" - -+#ifdef CS -+#warning "There is a CS macro in the system, we're undefining it" -+# undef CS -+#endif -+ - #define PROGNAME "ragel" - - /* Target output style. */ -diff -ur ragel-6.4.orig/ragel/rbxgoto.cpp ragel-6.4/ragel/rbxgoto.cpp ---- ragel-6.4.orig/ragel/rbxgoto.cpp 2009-01-04 21:39:52.000000000 +0100 -+++ ragel-6.4/ragel/rbxgoto.cpp 2009-03-27 23:25:24.473960528 +0100 -@@ -23,8 +23,8 @@ - #include <stdio.h> - #include <string> - --#include "rbxgoto.h" - #include "ragel.h" -+#include "rbxgoto.h" - #include "redfsm.h" - #include "bstmap.h" - #include "gendata.h" -diff -ur ragel-6.4.orig/ragel/rubyfflat.cpp ragel-6.4/ragel/rubyfflat.cpp ---- ragel-6.4.orig/ragel/rubyfflat.cpp 2009-01-04 21:39:52.000000000 +0100 -+++ ragel-6.4/ragel/rubyfflat.cpp 2009-03-27 23:21:50.309156000 +0100 -@@ -20,6 +20,7 @@ - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -+#include "ragel.h" - #include "rubyfflat.h" - - void RubyFFlatCodeGen::GOTO( ostream &out, int gotoDest, bool inFinish ) -diff -ur ragel-6.4.orig/ragel/rubyflat.cpp ragel-6.4/ragel/rubyflat.cpp ---- ragel-6.4.orig/ragel/rubyflat.cpp 2009-01-04 21:39:52.000000000 +0100 -+++ ragel-6.4/ragel/rubyflat.cpp 2009-03-27 23:21:24.564040150 +0100 -@@ -20,8 +20,8 @@ - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - --#include "rubyflat.h" - #include "ragel.h" -+#include "rubyflat.h" - #include "redfsm.h" - #include "gendata.h" - |