New commits:
commit ae05256d715c14f7c57daa100ee962352d46f18d
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
glu: switch to released version 9.0.0, not unverified git checkout where
nothing happens anyway
diff --git a/graphics-libs/glu/DETAILS b/graphics-libs/glu/DETAILS
index ca31992..f9cc80a 100755
--- a/graphics-libs/glu/DETAILS
+++ b/graphics-libs/glu/DETAILS
@@ -1,15 +1,9 @@
SPELL=glu
- if [[ $GLU_AUTOUPDATE == y ]]
- then
- VERSION=$(date +%Y%m%d)
- else
- VERSION=git
- fi
- SOURCE=${SPELL}-git.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-git
- SOURCE_URL=git_http://cgit.freedesktop.org/mesa/glu:$SPELL-git
- SOURCE_IGNORE=volatile
- FORCE_DOWNLOAD=1
+ VERSION=9.0.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL=ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.0.tar.bz2
+
SOURCE_HASH=sha512:ff920e3fbca739794e1432a92fdd8517aa732110fea71ed724185425042f83ce18e9866c16f95c6e10f6993f0814a90fac9636e2b3d8ca2084d1ac0a860f61c8
WEB_SITE=http://www.mesa3d.org
ENTERED=20120901
LICENSE[0]=GPL
@@ -21,3 +15,4 @@ provide higher-level drawing routines from the more
primitive routines that
OpenGL provides. It is usually distributed with the base OpenGL package.
GLU is not implemented in the embedded version of the OpenGL package, OpenGL
ES.
EOF
+
diff --git a/graphics-libs/glu/HISTORY b/graphics-libs/glu/HISTORY
index d45c343..b77e370 100644
--- a/graphics-libs/glu/HISTORY
+++ b/graphics-libs/glu/HISTORY
@@ -1,3 +1,7 @@
+2015-05-05 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: switch to released 9.0.0
+ * PRE_BUILD, PREPARE: removed
+
2014-09-25 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: MESALIB => mesalib