old files
authorTristan Heaven <tristan@gentoo.org>
Fri, 29 Dec 2006 16:28:06 +0000 (16:28 +0000)
committerTristan Heaven <tristan@gentoo.org>
Fri, 29 Dec 2006 16:28:06 +0000 (16:28 +0000)
Package-Manager: portage-2.1.2_rc4-r2

games-puzzle/enigma/Manifest
games-puzzle/enigma/files/0.70-gcc3.patch [deleted file]
games-puzzle/enigma/files/enigma-0.80-beta.patch [deleted file]
games-puzzle/enigma/files/enigma-0.81-gcc34.patch [deleted file]

index 53e46e8a70089eda4a5e9496b467d38c1793b9b1..520c658f80ab30adb473f93f7205e8f059636ba4 100644 (file)
@@ -1,15 +1,6 @@
-AUX 0.70-gcc3.patch 258 RMD160 314e2384a065acebefc1c8bc1447d20562b91085 SHA1 4ea952765e88ea42307d14ab83fda17ac65b74e5 SHA256 84919273d22a17eb544ca938bab31bd9e976f9cccef7ce5697250df7951c964e
-MD5 43e970bb89bb24c634b411cf29b5cb7f files/0.70-gcc3.patch 258
-RMD160 314e2384a065acebefc1c8bc1447d20562b91085 files/0.70-gcc3.patch 258
-SHA256 84919273d22a17eb544ca938bab31bd9e976f9cccef7ce5697250df7951c964e files/0.70-gcc3.patch 258
-AUX enigma-0.80-beta.patch 403 RMD160 d3b0beecf78703ef526094f689f9643c95a82f0e SHA1 908c323703e1ad24dac1afd1a56d9aee8aea3857 SHA256 247e89745d9f2e34e339bb52fdd151efdd9ef53919cb4a2b5feb2fbc3126bcf4
-MD5 bebed419a4c41cffce2a7428f989b809 files/enigma-0.80-beta.patch 403
-RMD160 d3b0beecf78703ef526094f689f9643c95a82f0e files/enigma-0.80-beta.patch 403
-SHA256 247e89745d9f2e34e339bb52fdd151efdd9ef53919cb4a2b5feb2fbc3126bcf4 files/enigma-0.80-beta.patch 403
-AUX enigma-0.81-gcc34.patch 7377 RMD160 b068492fd96c711a7be200ab02f19b33b5cafd26 SHA1 7bd19c29e111f430a1a04fdc5dce74fae2d2686f SHA256 8c9fe17b93b4a9a2f9cfa59bdca5d28917c1ae6e8c020be70936a829f8c8a304
-MD5 9a83f99d9e12ec1d19a7a3a8c9964da6 files/enigma-0.81-gcc34.patch 7377
-RMD160 b068492fd96c711a7be200ab02f19b33b5cafd26 files/enigma-0.81-gcc34.patch 7377
-SHA256 8c9fe17b93b4a9a2f9cfa59bdca5d28917c1ae6e8c020be70936a829f8c8a304 files/enigma-0.81-gcc34.patch 7377
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
 AUX enigma-0.92-gcc41.patch 778 RMD160 8bc42f3e2395d8c905a9484df9b7e8520678e631 SHA1 e9897fb451ebd225ee5b0ca1d042788ac62efcad SHA256 4e45c082000c0a6f577042944b98560bd1daaec58fd8704f23399463ac83b701
 MD5 cb27de800d7da933c03632dbab166cb0 files/enigma-0.92-gcc41.patch 778
 RMD160 8bc42f3e2395d8c905a9484df9b7e8520678e631 files/enigma-0.92-gcc41.patch 778
@@ -38,3 +29,10 @@ SHA256 3aa602e1e1816ffe5920440cb79426ea11eed5e26fe6b4f4bec5e6a984ebe0f5 files/di
 MD5 0162e91ab0ab9e3100c64961c9b064f0 files/digest-enigma-1.00 241
 RMD160 015898a8e7bb4125da33da6ad67481b02951d8a8 files/digest-enigma-1.00 241
 SHA256 cdaae290d7150a64930cade4da974b533731c10fea9f9069932349737c3d785c files/digest-enigma-1.00 241
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.1 (GNU/Linux)
+
+iD8DBQFFlUIcdz7hIScOURERAiFFAJ9FWBD769JIMVSL5riYzsGPl6823wCbBwBU
+EHRcRA5TSG7d/niMq5aSZYk=
+=84fb
+-----END PGP SIGNATURE-----
diff --git a/games-puzzle/enigma/files/0.70-gcc3.patch b/games-puzzle/enigma/files/0.70-gcc3.patch
deleted file mode 100644 (file)
index aaeb70b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/enigma.hh.orig 2003-09-11 21:35:23.817316216 -0400
-+++ src/enigma.hh      2003-09-11 21:32:33.295239512 -0400
-@@ -29,6 +29,7 @@
- #include "px/math.hh"
- #include "px/tools.hh"
-+#include <assert.h>
- #include <string>
- #include <vector>
- #include <iosfwd>
diff --git a/games-puzzle/enigma/files/enigma-0.80-beta.patch b/games-puzzle/enigma/files/enigma-0.80-beta.patch
deleted file mode 100644 (file)
index 2642da8..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/display.cc     17 Jul 2003 20:22:01 -0000      1.34
-+++ src/display.cc     17 Sep 2003 17:06:26 -0000      1.35
-@@ -631,8 +631,6 @@
- //----------------------------------------------------------------------
- // RUBBER BANDS
- //----------------------------------------------------------------------
--
--#include "SDL_gfxPrimitives.h"
- void
- DL_Lines::draw_onepass (px::GC &gc)//, const WorldArea &a, int x, int y)
diff --git a/games-puzzle/enigma/files/enigma-0.81-gcc34.patch b/games-puzzle/enigma/files/enigma-0.81-gcc34.patch
deleted file mode 100644 (file)
index b9fc280..0000000
+++ /dev/null
@@ -1,201 +0,0 @@
-Index: src/object_mixins.hh
-===================================================================
---- src/object_mixins.hh
-+++ src/object_mixins.hh       2004-07-02 16:46:30.787586969 +0200
-@@ -80,14 +80,14 @@
-     template <class T>
-     class OnOffBase : public T {
-     protected:
--        OnOffBase(const char *kind) : T(kind) { set_attrib("on", 0.0); }
-+        OnOffBase(const char *kind) : T(kind) { this->set_attrib("on", 0.0); }
--        bool is_on() const { return int_attrib("on") == 1; }
-+        bool is_on() const { return this->int_attrib("on") == 1; }
-         void set_on(bool newon) {
-             if (newon != is_on()) {
--                set_attrib("on", Value(newon));
--                init_model();
-+                this->set_attrib("on", Value(newon));
-+                this->init_model();
-                 notify_onoff(newon);
-             }
-         }
-Index: src/px/alist.hh
-===================================================================
---- src/px/alist.hh
-+++ src/px/alist.hh    2004-07-02 16:43:07.785292225 +0200
-@@ -43,7 +43,7 @@
-         // Lookup of keys
-         //
-         iterator find (const key_type &key) {
--            iterator i=begin(), e=end();
-+            iterator i=this->begin(), e=this->end();
-             for (; i!=e; ++i) 
-                 if (i->first == key)
-                     break;
-@@ -51,7 +51,7 @@
-         }
-         const_iterator find (const key_type &key) const {
--            const_iterator i=begin(), e=end();
-+            const_iterator i=this->begin(), e=this->end();
-             for (; i!=e; ++i) 
-                 if (i->first == key)
-                     break;
-@@ -60,8 +60,8 @@
-       VAL &operator[] (const key_type &key) { 
-             iterator i=find(key);
--            if (i==end())
--                i=insert(end(), make_pair(key, VAL()));
-+            if (i==this->end())
-+                i=insert(this->end(), make_pair(key, VAL()));
-             return i->second;
-         }
-     };
-Index: src/px/array2.hh
-===================================================================
---- src/px/array2.hh
-+++ src/px/array2.hh   2004-07-02 16:42:05.426430416 +0200
-@@ -70,14 +70,14 @@
-         // Destructor
-         ~Array2() { destroy_elements(); }
--        iterator begin() { return first; }
--        iterator end() { return last; }
--        const_iterator begin() const { return first; }
--        const_iterator end() const { return last; }
--        iterator row_begin(size_type y) { return first + y*w; }
--        iterator row_end(size_type y) { return first + y*w + w; }
--        const_iterator row_begin(size_type y) const { return first + y*w; }
--        const_iterator row_end(size_type y) const { return first + y*w + w; }
-+        iterator begin() { return this->first; }
-+        iterator end() { return this->last; }
-+        const_iterator begin() const { return this->first; }
-+        const_iterator end() const { return this->last; }
-+        iterator row_begin(size_type y) { return this->first + y*w; }
-+        iterator row_end(size_type y) { return this->first + y*w + w; }
-+        const_iterator row_begin(size_type y) const { return this->first + y*w; }
-+        const_iterator row_end(size_type y) const { return this->first + y*w + w; }
-         void swap(Array2<T,A> &a2);
-@@ -86,13 +86,13 @@
-         size_type height()const { return h; }
--        T&     get(size_type x, size_type y) { return first[y*w+x]; }
--        const T& get(size_type x, size_type y) const { return first[y*w+x]; }
-+        T&     get(size_type x, size_type y) { return this->first[y*w+x]; }
-+        const T& get(size_type x, size_type y) const { return this->first[y*w+x]; }
-         T&     operator()(size_type x, size_type y) { return get(x,y); }
-         const T& operator()(size_type x, size_type y) const { return get(x,y); }
-         void   set(size_type x, size_type y, const T& val) {
--            first[y*w+x] = val;
-+            this->first[y*w+x] = val;
-         }
-         /*! Fill the array with some value or the default value. */
-@@ -112,19 +112,19 @@
-     Array2<T,A>::Array2(int ww, int hh, const T& val, const A& a)
-     : Array2Base<T,A>(a, ww*hh), w(ww), h(hh)
-     {
--        std::uninitialized_fill(first, last, val);
-+        std::uninitialized_fill(this->first, this->last, val);
-     }
-     template <class T, class A>
-     Array2<T,A>::Array2(const Array2<T,A> &a)
-     : Array2Base<T,A>(a.alloc, a.last-a.first)
-     {
--        std::uninitialized_copy(a.begin(), a.end(), first);
-+        std::uninitialized_copy(a.begin(), a.end(), this->first);
-     }
-     template <class T, class A>
-     void Array2<T,A>::destroy_elements() {
--        for (T* p=first; p!=last; ++p)
-+        for (T* p=this->first; p!=this->last; ++p)
-             p->~T();
-     }
-@@ -132,7 +132,7 @@
-     void Array2<T,A>::fill (const T& val)
-     {
-         destroy_elements();
--        std::uninitialized_fill(first, last, val);
-+        std::uninitialized_fill(this->first, this->last, val);
-     }
-     /*! Resize the array in place, but discard any old array
-@@ -142,7 +142,7 @@
-     {
-         destroy_elements();
-         Array2Base<T,A>::resize(w_*h_);
--        std::uninitialized_fill(first, last, val);
-+        std::uninitialized_fill(this->first, this->last, val);
-         w = w_;
-         h = h_;
-     }
-@@ -150,8 +150,8 @@
-     template <class T, class A>
-     void Array2<T,A>::swap(Array2<T,A> &a2)
-     {
--        std::swap(first, a2.first);
--        std::swap(last, a2.last);
-+        std::swap(this->first, a2.first);
-+        std::swap(this->last, a2.last);
-         std::swap(w, a2.w);
-         std::swap(h, a2.h);
-     }
-Index: src/px/dict.hh
-===================================================================
---- src/px/dict.hh
-+++ src/px/dict.hh     2004-07-02 16:32:18.620140973 +0200
-@@ -101,8 +101,8 @@
-     public:
-       typedef Iter<value_type>                iterator;
-       typedef Iter<const value_type>          const_iterator;
--        friend class iterator;
--        friend class const_iterator;        
-+        //friend class iterator;
-+        //friend class const_iterator;        
-       Dict(size_type table_size = 257);
-         ~Dict();
-@@ -126,7 +126,7 @@
-       
-       const T& lookup(const std::string &key) const {
-           Entry *e = find_entry(key);
--          if (!e) throw XInvalidKey();
-+          if (!e) throw this->XInvalidKey();
-           return e->pair.second;
-       }
-Index: src/px/video.cc
-===================================================================
---- src/px/video.cc
-+++ src/px/video.cc    2004-07-02 16:38:16.957600495 +0200
-@@ -207,16 +207,16 @@
-         void set_pixels(int n, const int* xlist, const int* ylist, Uint32 color)
-         {
-             const int *xp = xlist, *yp = ylist;
--            if (NOCLIP(gs)) {
-+            if (NOCLIP(this->gs)) {
-                 for (int i=n; i > 0; --i) {
-                     int x = *xp++, y = *yp++;
--                    *pixel_pointer(x,y) = gs.pcolor;
-+                    *pixel_pointer(x,y) = this->gs.pcolor;
-                 }
-             } else {
-                 for (int i=n; i > 0; --i) {
-                     int x = *xp++, y = *yp++;
--                    if (clip_pixel (gs, x, y))
--                        *pixel_pointer(x,y) = gs.pcolor;
-+                    if (clip_pixel (this->gs, x, y))
-+                        *pixel_pointer(x,y) = this->gs.pcolor;
-                 }
-             }
-         }