diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-30 01:31:27 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-30 01:31:27 +0000 |
commit | 86cccc1377f7a99311ba146cc9fc1b6941aa4b9b (patch) | |
tree | 457fe640df20c78d8fc4a0cbed7d89aac910d680 /games-fps/alephone/files | |
parent | Fixed fwcutter version. (diff) | |
download | gentoo-2-86cccc1377f7a99311ba146cc9fc1b6941aa4b9b.tar.gz gentoo-2-86cccc1377f7a99311ba146cc9fc1b6941aa4b9b.tar.bz2 gentoo-2-86cccc1377f7a99311ba146cc9fc1b6941aa4b9b.zip |
Cleaned out some older ebuilds.
(Portage version: 2.1_pre6-r2)
Diffstat (limited to 'games-fps/alephone/files')
-rw-r--r-- | games-fps/alephone/files/20040417-gcc34.patch | 24 | ||||
-rw-r--r-- | games-fps/alephone/files/digest-alephone-20040417 | 1 |
2 files changed, 0 insertions, 25 deletions
diff --git a/games-fps/alephone/files/20040417-gcc34.patch b/games-fps/alephone/files/20040417-gcc34.patch deleted file mode 100644 index a6a96fac5748..000000000000 --- a/games-fps/alephone/files/20040417-gcc34.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur aleph_20040417.orig/Source_Files/GameWorld/TickBasedCircularQueue.h aleph_20040417.new/Source_Files/GameWorld/TickBasedCircularQueue.h ---- aleph_20040417.orig/Source_Files/GameWorld/TickBasedCircularQueue.h 2005-01-02 18:33:55.919198281 +0000 -+++ aleph_20040417.new/Source_Files/GameWorld/TickBasedCircularQueue.h 2005-01-02 18:36:07.587086057 +0000 -@@ -166,7 +166,7 @@ - class MutableElementsTickBasedCircularQueue : public ConcreteTickBasedCircularQueue<tValueType> { - public: - MutableElementsTickBasedCircularQueue(int inBufferCapacity) : ConcreteTickBasedCircularQueue<tValueType>(inBufferCapacity) {} -- tValueType& at(int32 inTick) { return elementForTick(inTick); } -+ tValueType& at(int32 inTick) { return this->elementForTick(inTick); } - tValueType& operator [](int32 inTick) { return at(inTick); } - }; - -diff -Naur aleph_20040417.orig/Source_Files/ModelView/Dim3_Loader.cpp aleph_20040417.new/Source_Files/ModelView/Dim3_Loader.cpp ---- aleph_20040417.orig/Source_Files/ModelView/Dim3_Loader.cpp 2005-01-02 18:33:55.886203321 +0000 -+++ aleph_20040417.new/Source_Files/ModelView/Dim3_Loader.cpp 2005-01-02 18:34:29.291100734 +0000 -@@ -225,7 +225,7 @@ - { - size_t NumBones = Model.Bones.size(); - BoneIndices.resize(NumBones); -- fill(BoneIndices.begin(),BoneIndices.end(),UNONE); // No bones listed -- yet -+ fill(BoneIndices.begin(),BoneIndices.end(),(size_t) UNONE); // No bones listed -- yet - vector<Model3D_Bone> SortedBones(NumBones); - vector<size_t> BoneStack(NumBones); - vector<bool> BonesUsed(NumBones); diff --git a/games-fps/alephone/files/digest-alephone-20040417 b/games-fps/alephone/files/digest-alephone-20040417 deleted file mode 100644 index 10582c22ea9c..000000000000 --- a/games-fps/alephone/files/digest-alephone-20040417 +++ /dev/null @@ -1 +0,0 @@ -MD5 331d36c73672984df6ab5cd373552b22 aleph-20040417.tar.bz2 2293780 |