Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ethan Grammatikidis (de4e295c1560a01655ab5acc04c9c0fc6985bdea)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ethan Grammatikidis (de4e295c1560a01655ab5acc04c9c0fc6985bdea)
  • Date: Sun, 15 Jul 2007 07:54:17 -0500

GIT changes to master games grimoire by Ethan Grammatikidis
<eekee57 AT fastmail.fm>:

dev/null |binary
edutainment/celestia/BUILD | 7 --
edutainment/celestia/CONFIGURE | 32 ----------
edutainment/celestia/DEPENDS | 44 ---------------
edutainment/celestia/DETAILS | 23 -------
edutainment/celestia/HISTORY | 73
-------------------------
edutainment/celestia/PRE_BUILD | 14 ----
edutainment/celestia/celestia-1.3.2.tar.gz.sig | 0
8 files changed, 193 deletions(-)

New commits:
commit 0da605d4993fe349f3c1f97cd80e67c2b492105d
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

celestia: removed depreciated spell

diff --git a/edutainment/celestia/BUILD b/edutainment/celestia/BUILD
deleted file mode 100755
index 357d927..0000000
--- a/edutainment/celestia/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-OPTS="$CELESTIA_XINERAMA \
- $CELESTIA_FINAL \
- --with-gconf-schema-file-dir=$INSTALL_ROOT/etc/gconf/schemas \
- --disable-debug \
- $OPTS" &&
-
-default_build
diff --git a/edutainment/celestia/CONFIGURE b/edutainment/celestia/CONFIGURE
deleted file mode 100755
index ed87488..0000000
--- a/edutainment/celestia/CONFIGURE
+++ /dev/null
@@ -1,32 +0,0 @@
-config_query_option CELESTIA_XINERAMA 'Enable Xinerama support?' y \
- '--with-xinerama' '--without-xinerama' &&
-
-if spell_ok kdelibs &&
- spell_ok arts; then
- config_query_list CELESTIA_UI 'Choose which interface you would like' \
- kde gtk+2 gnome2 glut
-elif spell_ok libgnomeui; then
- config_query_list CELESTIA_UI 'Choose which interface you would like' \
- gnome2 kde gtk+2 glut
-else
- config_query_list CELESTIA_UI 'Choose which interface you would like' \
- glut kde gtk+2 gnome2
-fi
-
-#
-# --enable-final only applies to KDE code
-#
-if [ "$CELESTIA_UI" == "kde" ]; then
- message "${MESSAGE_COLOR}Final code builds size optimized apps"
\
- "(experimental - needs lots of memory). Final code can send
files" \
- "up to 250Mb if used with distcc${DEFAULT_COLOR}"
&&
-
- #
- # Final code makes objects up to 250Mb
- #
- config_query_option CELESTIA_FINAL 'Enable final code?' n \
- '--enable-final' '--disable-final'
-else
- persistent_add CELESTIA_FINAL &&
- CELESTIA_FINAL='--disable-final'
-fi
diff --git a/edutainment/celestia/DEPENDS b/edutainment/celestia/DEPENDS
deleted file mode 100755
index bb2c78e..0000000
--- a/edutainment/celestia/DEPENDS
+++ /dev/null
@@ -1,44 +0,0 @@
-depends autoconf &&
-depends gcc33 &&
-depends jpeg &&
-depends libpng &&
-
-if [ "$CELESTIA_UI" == "glut" ]; then
- depends GLUT '--with-glut' &&
- depends zlib
-elif [ "$CELESTIA_UI" == "kde" ]; then
- depends arts &&
- depends kdelibs '--with-kde --with-x'
-elif [ "$CELESTIA_UI" == "gtk+2" ]; then
- depends gtk+2 '--with-gtk --with-x' &&
- depends gtkglext
-elif [ "$CELESTIA_UI" == "gnome2" ]; then
- depends atk &&
- depends cairo &&
- depends gconf2 &&
- depends glib2 &&
- depends gnome-keyring &&
- depends gnome-vfs2 &&
- depends gtk+2 &&
- depends gtkglext &&
- depends libart_lgpl &&
- depends libbonobo &&
- depends libbonoboui &&
- depends libgnome &&
- depends libgnomecanvas &&
- depends libgnomeui '--with-gnome --with-x' &&
- depends libxml2 &&
- depends orbit2 &&
- depends pango &&
- depends popt
-else
- #
- # If we somehow get here, use GLUT
- #
- depends GLUT '--with-glut'
-fi
-
-optional_depends lua \
- '--with-lua' \
- '--without-lua' \
- 'for Extension Language support'
diff --git a/edutainment/celestia/DETAILS b/edutainment/celestia/DETAILS
deleted file mode 100755
index 365c1d8..0000000
--- a/edutainment/celestia/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
- SPELL=celestia
- VERSION=1.3.2
- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- GCC_VERSION=3.3
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
- LICENSE[0]=GPL
- WEB_SITE=http://www.shatters.net/celestia/
- ENTERED=20030503
- UPDATED=20040216
- SHORT="Real-time space simulation"
-cat << EOF
-Celestia is a free real-time space simulation that lets you experience
-our universe in three dimensions. Unlike most planetarium software,
-Celestia doesn't confine you to the surface of the Earth. You can
-travel throughout the solar system, to any of over 100,000 stars,
-or even beyond the galaxy. All travel in Celestia is seamless;
-the exponential zoom feature lets you explore space across a huge
-range of scales, from galaxy clusters down to spacecraft only a few
-meters across. A 'point-and-goto' interface makes it simple to navigate
-through the universe to the object you want to visit.
-EOF
diff --git a/edutainment/celestia/HISTORY b/edutainment/celestia/HISTORY
deleted file mode 100644
index 322cbfc..0000000
--- a/edutainment/celestia/HISTORY
+++ /dev/null
@@ -1,73 +0,0 @@
-2007-07-15 Ethan "eekee" Grammatikidis <eekee57 AT fastmail.fm>
- * PRE_BUILD: removed broken sedit
-
-2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2005-10-30 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Changed to GPG verification
- Added GCC_VERSION=3.3 (fails with 3.4.4)
- * CONFIGURE: Added query for Xinerama support and --enable-final
- Must choose one of: GLUT, KDE, or GTK+ for UI
- Added option for GNOME 2 (replacing GNOME1 option)
- Added option for gtk+2 (replacing gtk+ option)
- --enable-final is only valid for KDE option
- * DEPENDS: Formatted to Guru Handbook
- Added optional dependency on lua
- Added dependency on gcc33
- The --without- flags for kde and gnome still flag them to be
built...
- Set dependencies based on CONFIGURE
- * PRE_BUILD: Fix CFLAGS/CXXFLAGS
- Remove checks for libjpeg and libpng (they're broken), now GTK+ and
- GNOME front-ends build and run.
- * BUILD: Pass CONFIGURE flags to OPTS
- Use default_build
- * NOTE: GNOME and GTK still have an issue with gtkglext (pango
reference)
- and KDE hasn't been tested (requires arts)
-
-2004-10-10 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 1.3.2
- * DETAILS, BUILD: BUILD_API=2
-
-2004-07-12 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Removed MAINTAINER
- Shortened SHORT
-
-2004-02-16 hgg <hgreig AT bigpond.net.au>
- * DETAILS: update to 1.3.1
-
-2003-12-07 hgg <hgreig AT bigpond.net.au>
- * COFIGURE: remove
- * DEPENDS: uses switches to select GUI
- * BUILD: simplify
-
-2003-11-27 hgg <hgreig AT bigpond.net.au>
- * BUILD remove the -lXi hack
-
-2003-10-10 hgg <hgreig AT bigpond.net.au>
- * BUILD: fix configure so it doesn't fail for xfree86-libs
- * HISTORY: convert to new format
- * CONFIGURE: remove sleep after message
-
-2003-08-27 hgg <hgreig AT bigpond.net.au>
- * DETAILS,BUILD: Clean up after checking Bug #4129. ./configure
doesn't honour --bindir or --datadir
- switches only --prefix
-
-2003-06-18 hgg <hgreig AT bigpond.net.au>
- * PREPARE: Added warning to configure for gtk+
-
-2003-06-18 hgg <hgreig AT bigpond.net.au>
- * ALL: New Games grimoire is born!
-
-2003-05-19 hgg <hgreig AT bigpond.net.au>
- * BUILD: Update for ${INSTALL_ROOT}
-
-2003-05-18 hgg <hgreig AT bigpond.net.au>
- * CONFIGURE: Fixed bug #3353
-
-2003-05-15 hgg <hgreig AT bigpond.net.au>
- * CONFIGURE: Fixed configured to remember default builds
-
-2003-05-03 hgg hgreig AT bigpond.net.au
- * ALL: new spell
-
diff --git a/edutainment/celestia/PRE_BUILD b/edutainment/celestia/PRE_BUILD
deleted file mode 100755
index 8ef2e42..0000000
--- a/edutainment/celestia/PRE_BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-#
-# Fix CFLAGS/CXXFLAGS
-#
-sedit "s:CFLAGS=\"-O2 -Wall -ffast-math
-fexpensive-optimizations:CFLAGS=\"$CFLAGS:" configure.in &&
-sedit "s:CXXFLAGS=\"-O2 -Wall -ffast-math
-fexpensive-optimizations:CXXFLAGS=\"$CXXFLAGS:" configure.in &&
-
-#
-# Remake ./configure with our changes
-#
-rm -f configure &&
-autoconf
diff --git a/edutainment/celestia/celestia-1.3.2.tar.gz.sig
b/edutainment/celestia/celestia-1.3.2.tar.gz.sig
deleted file mode 100644
index b4e25ff..0000000
Binary files a/edutainment/celestia/celestia-1.3.2.tar.gz.sig and /dev/null
differ



  • [SM-Commit] GIT changes to master games grimoire by Ethan Grammatikidis (de4e295c1560a01655ab5acc04c9c0fc6985bdea), Ethan Grammatikidis, 07/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page