Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bca18add9bb36a0ce583693a2b356322cf5282d1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bca18add9bb36a0ce583693a2b356322cf5282d1)
  • Date: Wed, 1 Apr 2009 04:06:10 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

graphics-libs/pyopengl/BUILD | 3 +--
graphics-libs/pyopengl/DETAILS | 8 ++++----
graphics-libs/pyopengl/HISTORY | 5 ++++-
graphics-libs/pyopengl/INSTALL | 2 +-
4 files changed, 10 insertions(+), 8 deletions(-)

New commits:
commit bca18add9bb36a0ce583693a2b356322cf5282d1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pyopengl: => 3.0.0

diff --git a/graphics-libs/pyopengl/BUILD b/graphics-libs/pyopengl/BUILD
index 5e1446d..a05d2aa 100755
--- a/graphics-libs/pyopengl/BUILD
+++ b/graphics-libs/pyopengl/BUILD
@@ -1,2 +1 @@
-sedit 's/build_togl=1/build_togl=0/' config/linux.cfg &&
-python setup.py build
+default_build_python
diff --git a/graphics-libs/pyopengl/DETAILS b/graphics-libs/pyopengl/DETAILS
index 6d882a2..a23ac80 100755
--- a/graphics-libs/pyopengl/DETAILS
+++ b/graphics-libs/pyopengl/DETAILS
@@ -1,15 +1,15 @@
SPELL=pyopengl
SNAME=PyOpenGL
- VERSION=2.0.1.09
+ VERSION=3.0.0
SOURCE=$SNAME-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SNAME-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:2ceebc45fc2d029969e47e674d05171c1c8b85fcdbc77cbf876139c79f5539fb8ba5a62f097caa6bfcdce8a2528a2723c5e6a13498330933f39cf1f84ae97a35
+
SOURCE_HASH=sha512:d5a86c76037bd385a3c61e3808242e03bb82eb40a74732f85be157b08ce8124ac3dfd29a0d77d5e3dfb5304dd7e2dfdc9c0db86cd41359884a001974d2a55715
WEB_SITE=http://pyopengl.sourceforge.net/
ENTERED=20030518
LICENSE[0]=GPL
KEYWORDS="opengl graphics python libs"
- SHORT="Cross platform Python binding to OpenGL and related APIs."
+ SHORT="cross platform Python binding to OpenGL and related APIs"
cat << EOF
PyOpenGL is the cross platform Python binding to OpenGL and related APIs.
EOF
diff --git a/graphics-libs/pyopengl/HISTORY b/graphics-libs/pyopengl/HISTORY
index 9fe0b4c..9196e86 100644
--- a/graphics-libs/pyopengl/HISTORY
+++ b/graphics-libs/pyopengl/HISTORY
@@ -1,3 +1,7 @@
+2009-04-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: default_{build,install}_python
+ * DETAILS: updated spell to 3.0.0
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

@@ -51,4 +55,3 @@

2003-05-18 David Braaten <xiticix47 AT hotmail.com>
* ALL: created spell
-
diff --git a/graphics-libs/pyopengl/INSTALL b/graphics-libs/pyopengl/INSTALL
index c3a395a..46c6fba 100755
--- a/graphics-libs/pyopengl/INSTALL
+++ b/graphics-libs/pyopengl/INSTALL
@@ -1 +1 @@
-python setup.py install
+default_install_python



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bca18add9bb36a0ce583693a2b356322cf5282d1), Vlad Glagolev, 04/01/2009

Archive powered by MHonArc 2.6.24.

Top of Page