Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (4f272e0b87d6051bdcdfcde701009146365e4cae)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (4f272e0b87d6051bdcdfcde701009146365e4cae)
  • Date: Thu, 18 Sep 2014 12:39:32 -0500

GIT changes to master grimoire by Jeremy Blosser <jblosser AT sourcemage.org>:

ChangeLog | 3 +++
graphics/irrlicht/BUILD | 2 --
graphics/irrlicht/DEPENDS | 10 ----------
graphics/irrlicht/DETAILS | 21 ---------------------
graphics/irrlicht/HISTORY | 3 ---
graphics/irrlicht/INSTALL | 8 --------
graphics/irrlicht/PRE_BUILD | 3 ---
7 files changed, 3 insertions(+), 47 deletions(-)

New commits:
commit 4f272e0b87d6051bdcdfcde701009146365e4cae
Author: Jeremy Blosser <jblosser AT sourcemage.org>
Commit: Jeremy Blosser <jblosser AT sourcemage.org>

irrlicht: move to games grimoire

diff --git a/ChangeLog b/ChangeLog
index 2c4572b..f640a10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-09-18 Jeremy Blosser <jblosser AT sourcemage.org>
+ * graphics/irrlicht: move spell to games grimoire
+
2014-09-17 Ismael Luceno <ismael AT sourcemage.org>
* net/corkscrew: new spell, tool for tunneling SSH through HTTP
proxies
diff --git a/graphics/irrlicht/BUILD b/graphics/irrlicht/BUILD
deleted file mode 100755
index 36a2ebb..0000000
--- a/graphics/irrlicht/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-cd source/Irrlicht/ &&
-make NDEBUG=1 sharedlib
diff --git a/graphics/irrlicht/DEPENDS b/graphics/irrlicht/DEPENDS
deleted file mode 100755
index fbbb4de..0000000
--- a/graphics/irrlicht/DEPENDS
+++ /dev/null
@@ -1,10 +0,0 @@
-depends libx11 &&
-
-optional_depends OPENGL \
- "" \
- "" \
- "OpenGL support" &&
-optional_depends xrandr \
- "" \
- "" \
- "fullscreen mode"
diff --git a/graphics/irrlicht/DETAILS b/graphics/irrlicht/DETAILS
deleted file mode 100755
index 58f3e7c..0000000
--- a/graphics/irrlicht/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- SPELL=irrlicht
- VERSION=1.8.1
- SOURCE="${SPELL}-${VERSION}.zip"
- SOURCE_URL[0]=http://downloads.sourceforge.net/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:93390c162e5a8edb231588d47dc421c24d21a34e833df1f3b92c85a9e8ef4a96a61d854e05eedb37f88f7f02821059e78a40a52cbc8e39356c4d36b17775dfbb
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://irrlicht.sourceforge.net/";
- LICENSE[0]=ZLIB
- ENTERED=20140915
- SHORT="high performance realtime 3D engine"
-cat << EOF
-The Irrlicht Engine is an open source high performance realtime 3D engine
-written in C++. It is completely cross-platform, using D3D, OpenGL and its
-own software renderers, and has all of the state-of-the-art features which
-can be found in commercial 3d engines. We've got a huge active community,
-and there are lots of projects in development that use the engine. You can
-find enhancements for Irrlicht all over the web, like alternative terrain
-renderers, portal renderers, exporters, world layers, tutorials, editors,
-language bindings for java, perl, ruby, basic, python, lua, and so on. And
-best of all: It's completely free.
-EOF
diff --git a/graphics/irrlicht/HISTORY b/graphics/irrlicht/HISTORY
deleted file mode 100644
index c4e05c8..0000000
--- a/graphics/irrlicht/HISTORY
+++ /dev/null
@@ -1,3 +0,0 @@
-2014-09-15 Jeremy Blosser <jblosser AT sourcemage.org>
- * PRE_BUILD, BUILD, DEPENDS, DETAILS, INSTALL: spell created
-
diff --git a/graphics/irrlicht/INSTALL b/graphics/irrlicht/INSTALL
deleted file mode 100755
index d18fb8a..0000000
--- a/graphics/irrlicht/INSTALL
+++ /dev/null
@@ -1,8 +0,0 @@
-cd "${SOURCE_DIRECTORY}" &&
-
-install -m 755 -d ${INSTALL_ROOT}/usr/include/irrlicht &&
-install -m 644 include/* ${INSTALL_ROOT}/usr/include/irrlicht/ &&
-
-cd source/Irrlicht/ &&
-make install &&
-ldconfig
diff --git a/graphics/irrlicht/PRE_BUILD b/graphics/irrlicht/PRE_BUILD
deleted file mode 100755
index 5ce7913..0000000
--- a/graphics/irrlicht/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-sed -i "s@/usr/local@${INSTALL_ROOT}/usr@g" source/Irrlicht/Makefile



  • [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (4f272e0b87d6051bdcdfcde701009146365e4cae), Jeremy Blosser, 09/18/2014

Archive powered by MHonArc 2.6.24.

Top of Page