New commits:
commit 238d87106955b3655fad0960708bd5dc723b39dc
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
SOURCE_HASH=sha512:8b3d1110539684d7b6f0469f471d2c5902e01140bc6c29a9c7f0859dafbd0759ece53799b49845a13c2aef56fb3617a241314e7b3071889ff77ceff08ed14d08
- WEB_SITE=http://mesa3d.sourceforge.net/
- ENTERED=20021120
PATCHLEVEL=2
+fi
LICENSE[0]=GPL
+ WEB_SITE=http://mesa3d.sourceforge.net/
KEYWORDS="graphics libs"
+ ENTERED=20021120
SHORT="Mesa implementation of the OpenGL(TM) API"
cat << EOF
Mesa is a 3-D graphics library with an API which is very similar to
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 5ecab58..a103175 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,8 @@
+2007-04-03 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE: Query for checking out latest development version
+ * DETAILS: Added code for git version
+ * DEPENDS: Depend on git if checking out development version
+
2007-01-02 Treeve Jelbert <treeve AT sourcemage.org>
* BUILD: add 'make_single', as x86-64 fails with multiple jobs
diff --git a/graphics-libs/mesalib/PREPARE b/graphics-libs/mesalib/PREPARE
new file mode 100755
index 0000000..5c5e93a
--- /dev/null
+++ b/graphics-libs/mesalib/PREPARE
@@ -0,0 +1,6 @@
+config_query MESALIB_GIT "Check out the latest development code?" n &&
+
+if [[ "$MESALIB_GIT" ]]; then
+ config_query MESALIB_GIT_AUTOUPDATE \
+ "Queue for update on every system update?" n
+fi
[SM-Commit] GIT changes to master grimoire by Eric Sandall (238d87106955b3655fad0960708bd5dc723b39dc),
Eric Sandall, 04/03/2007