summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-02-11 17:47:33 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-02-11 17:47:33 +0000
commit98de19ed4ab1613ec36c2cacbacc4ecef3257ed4 (patch)
treec5be4dfabf05d562acc814112a697d64f4ce9ef9 /sci-astronomy/stellarium
parentstable on x86 (diff)
downloadgentoo-2-98de19ed4ab1613ec36c2cacbacc4ecef3257ed4.tar.gz
gentoo-2-98de19ed4ab1613ec36c2cacbacc4ecef3257ed4.tar.bz2
gentoo-2-98de19ed4ab1613ec36c2cacbacc4ecef3257ed4.zip
clean old files
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sci-astronomy/stellarium')
-rw-r--r--sci-astronomy/stellarium/ChangeLog7
-rw-r--r--sci-astronomy/stellarium/files/0.6.0-gcc3.4.patch45
-rw-r--r--sci-astronomy/stellarium/files/digest-stellarium-0.5.21
-rw-r--r--sci-astronomy/stellarium/files/digest-stellarium-0.6.01
-rw-r--r--sci-astronomy/stellarium/files/digest-stellarium-0.6.11
-rw-r--r--sci-astronomy/stellarium/stellarium-0.5.2.ebuild31
-rw-r--r--sci-astronomy/stellarium/stellarium-0.6.0.ebuild29
-rw-r--r--sci-astronomy/stellarium/stellarium-0.6.1.ebuild21
8 files changed, 6 insertions, 130 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog
index eb515fcedb9e..a87a4f748fb1 100644
--- a/sci-astronomy/stellarium/ChangeLog
+++ b/sci-astronomy/stellarium/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-astronomy/stellarium
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.3 2005/02/11 17:45:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.4 2005/02/11 17:47:33 mr_bones_ Exp $
+
+ 11 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ -files/0.6.0-gcc3.4.patch, -stellarium-0.5.2.ebuild,
+ -stellarium-0.6.0.ebuild, -stellarium-0.6.1.ebuild:
+ clean old files
11 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org>
stellarium-0.6.2.ebuild:
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
diff --git a/sci-astronomy/stellarium/stellarium-0.5.2.ebuild b/sci-astronomy/stellarium/stellarium-0.5.2.ebuild
deleted file mode 100644
index c3f62a804c5f..000000000000
--- a/sci-astronomy/stellarium/stellarium-0.5.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.5.2.ebuild,v 1.2 2005/02/11 17:45:45 mr_bones_ Exp $
-
-inherit eutils
-
-DESCRIPTION="Stellarium renders 3D photo-realistic skies in real time."
-HOMEPAGE="http://stellarium.free.fr/"
-SRC_URI="http://stellarium.free.fr/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="virtual/x11
- virtual/opengl
- media-libs/libsdl"
-
-src_unpack() {
- # Configure script is in DOS format for some reason
- unpack ${A}
- cd ${S}
- edos2unix configure
- chmod 755 configure
-}
-
-src_install() {
- einstall || die
- dodoc AUTHORS ChangeLog INSTALL README TODO || die "dodoc failed"
-}
diff --git a/sci-astronomy/stellarium/stellarium-0.6.0.ebuild b/sci-astronomy/stellarium/stellarium-0.6.0.ebuild
deleted file mode 100644
index 0ac2ea487d09..000000000000
--- a/sci-astronomy/stellarium/stellarium-0.6.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.6.0.ebuild,v 1.2 2005/02/11 17:45:45 mr_bones_ Exp $
-
-inherit eutils
-
-DESCRIPTION="Stellarium renders 3D photo-realistic skies in real time."
-HOMEPAGE="http://stellarium.free.fr/"
-SRC_URI="http://stellarium.free.fr/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE=""
-
-DEPEND="virtual/x11
- virtual/opengl
- media-libs/libsdl"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-gcc3.4.patch
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog INSTALL README TODO
-}
diff --git a/sci-astronomy/stellarium/stellarium-0.6.1.ebuild b/sci-astronomy/stellarium/stellarium-0.6.1.ebuild
deleted file mode 100644
index a9f3e0bc9f68..000000000000
--- a/sci-astronomy/stellarium/stellarium-0.6.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.6.1.ebuild,v 1.2 2005/02/11 17:45:45 mr_bones_ Exp $
-
-DESCRIPTION="Stellarium renders 3D photo-realistic skies in real time."
-HOMEPAGE="http://stellarium.free.fr/"
-SRC_URI="mirror://sourceforge/stellarium/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc ~amd64"
-IUSE=""
-
-DEPEND="virtual/x11
- virtual/opengl
- media-libs/libsdl"
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog INSTALL README TODO
-}