Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ae05256d715c14f7c57daa100ee962352d46f18d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ae05256d715c14f7c57daa100ee962352d46f18d)
  • Date: Tue, 5 May 2015 02:57:33 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

graphics-libs/glu/DETAILS | 17 ++++++-----------
graphics-libs/glu/HISTORY | 4 ++++
graphics-libs/glu/PREPARE | 2 --
graphics-libs/glu/PRE_BUILD | 5 -----
4 files changed, 10 insertions(+), 18 deletions(-)

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

diff --git a/graphics-libs/glu/PREPARE b/graphics-libs/glu/PREPARE
deleted file mode 100755
index a68f274..0000000
--- a/graphics-libs/glu/PREPARE
+++ /dev/null
@@ -1,2 +0,0 @@
-. ${GRIMOIRE}/FUNCTIONS &&
-prepare_select_branch scm
diff --git a/graphics-libs/glu/PRE_BUILD b/graphics-libs/glu/PRE_BUILD
deleted file mode 100755
index f6d2b08..0000000
--- a/graphics-libs/glu/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-
-cd "$SOURCE_DIRECTORY" &&
-
-NOCONFIGURE=on ./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ae05256d715c14f7c57daa100ee962352d46f18d), Thomas Orgis, 05/05/2015

Archive powered by MHonArc 2.6.24.

Top of Page