diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-11 17:47:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-11 17:47:33 +0000 |
commit | a8e6c57a49c570b0b43bcd8a386be1ecdc39285c (patch) | |
tree | 23265c0949813060c07df60eb2148c7d33a3db93 /sci-astronomy/stellarium/files | |
parent | stable on x86 (diff) | |
download | historical-a8e6c57a49c570b0b43bcd8a386be1ecdc39285c.tar.gz historical-a8e6c57a49c570b0b43bcd8a386be1ecdc39285c.tar.bz2 historical-a8e6c57a49c570b0b43bcd8a386be1ecdc39285c.zip |
clean old files
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sci-astronomy/stellarium/files')
4 files changed, 0 insertions, 48 deletions
diff --git a/sci-astronomy/stellarium/files/0.6.0-gcc3.4.patch b/sci-astronomy/stellarium/files/0.6.0-gcc3.4.patch deleted file mode 100644 index a6d9f78bab6f..000000000000 --- a/sci-astronomy/stellarium/files/0.6.0-gcc3.4.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff -ru src/callback_helpers.hpp src.new/callback_helpers.hpp ---- src/callback_helpers.hpp 2003-08-21 15:51:58.000000000 +0200 -+++ src.new/callback_helpers.hpp 2004-10-07 14:30:40.235729977 +0200 -@@ -204,7 +204,7 @@ - template<bool Condition, class Then, class Else> - struct IF { - typedef typename Selector<Condition>::RET select; -- typedef typename select::Result<Then,Else>::RET RET; -+ typedef typename boost::details::Selector<Condition>::RET::template Result<Then,Else>::RET RET; - }; - - -diff -ru src/stel_atmosphere.cpp src.new/stel_atmosphere.cpp ---- src/stel_atmosphere.cpp 2004-05-31 16:33:10.000000000 +0200 -+++ src.new/stel_atmosphere.cpp 2004-10-07 14:31:25.347505081 +0200 -@@ -30,7 +30,7 @@ - stel_atmosphere::stel_atmosphere() : sky_resolution(48), tab_sky(NULL) - { - // Create the vector array used to store the sky color on the full field of view -- tab_sky = new (Vec3f*)[sky_resolution+1]; -+ tab_sky = new Vec3f*[sky_resolution+1]; - for (int k=0; k<sky_resolution+1 ;k++) - { - tab_sky[k] = new Vec3f[sky_resolution+1]; -diff -ru src/vecmath.h src.new/vecmath.h ---- src/vecmath.h 2003-08-08 14:33:28.000000000 +0200 -+++ src.new/vecmath.h 2004-10-07 14:28:15.534702249 +0200 -@@ -758,7 +758,7 @@ - 0, 0, 1, 0, - a.v[0], a.v[1], a.v[2], 1); - } -- -+/* - template<class T> Matrix4<T> Matrix4<T>::rotation(const Vector3<T>& a) - { - T c = (T) cos(angle); -@@ -769,7 +769,7 @@ - a.v[0]*a.v[2]*d+a.v[1]*s, a.v[1]*a.v[2]*d-a.v[0]*s, a.v[2]*a.v[2]*d+c, 0, - 0,0,0,1 ); - } -- -+*/ - template<class T> Matrix4<T> Matrix4<T>::xrotation(T angle) - { - T c = (T) cos(angle); diff --git a/sci-astronomy/stellarium/files/digest-stellarium-0.5.2 b/sci-astronomy/stellarium/files/digest-stellarium-0.5.2 deleted file mode 100644 index c792539cc505..000000000000 --- a/sci-astronomy/stellarium/files/digest-stellarium-0.5.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 3efca3facfbc2a06f9198a37918fad1b stellarium-0.5.2.tar.gz 3136383 diff --git a/sci-astronomy/stellarium/files/digest-stellarium-0.6.0 b/sci-astronomy/stellarium/files/digest-stellarium-0.6.0 deleted file mode 100644 index 7c4e62a9e2c1..000000000000 --- a/sci-astronomy/stellarium/files/digest-stellarium-0.6.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 820a9246cb8c17c1ef6361100984ccbe stellarium-0.6.0.tar.gz 5934058 diff --git a/sci-astronomy/stellarium/files/digest-stellarium-0.6.1 b/sci-astronomy/stellarium/files/digest-stellarium-0.6.1 deleted file mode 100644 index c1db5ac8fc65..000000000000 --- a/sci-astronomy/stellarium/files/digest-stellarium-0.6.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1065f8ba5a47c7b91997e8bf78d7549e stellarium-0.6.1.tar.gz 9430917 |