summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-10-11 13:55:17 +0200
committerBor Kraljič2011-10-11 13:55:17 +0200
commit9a2a16aec109e66b4a97099c5aaf5b1667406ef9 (patch)
tree4ce137a235536163f263b6b942188cdb677d65c1
parent8c72dab300cb1d8b5dc00d50eab6dc3f45143a05 (diff)
graphics/mm3d: removed (we no longer support qt3 (qt-x11))
-rw-r--r--ChangeLog1
-rwxr-xr-xgraphics/mm3d/DEPENDS3
-rwxr-xr-xgraphics/mm3d/DETAILS19
-rw-r--r--graphics/mm3d/HISTORY19
-rwxr-xr-xgraphics/mm3d/PRE_BUILD3
-rw-r--r--graphics/mm3d/gcc41.patch12
-rw-r--r--graphics/mm3d/mm3d-1.2.0-final.tar.gz.sigbin280 -> 0 bytes
7 files changed, 1 insertions, 56 deletions
diff --git a/ChangeLog b/ChangeLog
index 88b65ca179..79d22929d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -227,6 +227,7 @@
* disk/qtparted: removed (we no longer support qt3 (qt-x11))
* editors/scribus: removed (we no longer support qt3 (qt-x11))
* editors/yzis: removed (we no longer support qt3 (qt-x11))
+ * graphics/mm3d: removed (we no longer support qt3 (qt-x11))
2011-10-05 Vlad Glagolev <stealth@sourcemage.org>
* python-pypi/fabric: new spell, simple, Pythonic tool for remote
diff --git a/graphics/mm3d/DEPENDS b/graphics/mm3d/DEPENDS
deleted file mode 100755
index 468f615382..0000000000
--- a/graphics/mm3d/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends OPENGL &&
-depends qt-x11 &&
-optional_depends lua "" "" "Enable Lua scripting"
diff --git a/graphics/mm3d/DETAILS b/graphics/mm3d/DETAILS
deleted file mode 100755
index e069196991..0000000000
--- a/graphics/mm3d/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- SPELL=mm3d
- VERSION=1.2.0-final
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/misfitmodel3d/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
- WEB_SITE=http://www.misfitcode.com/misfitmodel3d
- ENTERED=20040919
- LICENSE[0]=GPL2
- KEYWORDS="graphics editors"
- SHORT="Misfit Model 3D is an OpenGL-based 3D model editor."
-cat << EOF
-Misfit Model 3D is an OpenGL-based 3D model editor that works with
-triangle-based models. It supports multi-level undo, skeletal animations,
-simple texturing, scripting, command-line batch processing, and a plugin
-system for adding new model and image filters. Complete online help is
-included. It is designed to be easy to use and easy to extend with
-plugins and scripts.
-EOF
diff --git a/graphics/mm3d/HISTORY b/graphics/mm3d/HISTORY
deleted file mode 100644
index e25c58f48a..0000000000
--- a/graphics/mm3d/HISTORY
+++ /dev/null
@@ -1,19 +0,0 @@
-2006-06-01 Flavien Bridault <vlaaad@sourcemage.org>
- * gcc41.patch: added, fix compiling
- * PRE_BUILD: added, apply patch
-
-2006-06-01 Flavien Bridault <vlaaad@sourcemage.org>
- * DETAILS: Updated to 1.2.0-final (bug #11578)
-
-2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth@tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2004-10-27 Richard Johns <johnsr1@lincoln.ac.nz>
- * DETAILS: MD5,VERSION version bump
-
-2004-09-19 Richard Johns <johnsr1@lincoln.ac.nz>
- * DETAILS, DEPENDS, HISTORY: Created spell
-
diff --git a/graphics/mm3d/PRE_BUILD b/graphics/mm3d/PRE_BUILD
deleted file mode 100755
index 90bbabca21..0000000000
--- a/graphics/mm3d/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p1 < $SCRIPT_DIRECTORY/gcc41.patch
diff --git a/graphics/mm3d/gcc41.patch b/graphics/mm3d/gcc41.patch
deleted file mode 100644
index 66fd5f5661..0000000000
--- a/graphics/mm3d/gcc41.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -uNr mm3d-1.2.0-final.old/src/selectfacetool.cc mm3d-1.2.0-final/src/selectfacetool.cc
---- mm3d-1.2.0-final.old/src/selectfacetool.cc 2006-06-01 11:42:07.000000000 +0200
-+++ mm3d-1.2.0-final/src/selectfacetool.cc 2006-06-01 11:56:24.000000000 +0200
-@@ -131,7 +131,7 @@
- return result;
- }
-
-- bool NormalTest::shouldSelect( void * element )
-+ bool shouldSelect( void * element )
- {
- Model::Triangle * tri = static_cast<Model::Triangle *>( element );
- if (tri)
diff --git a/graphics/mm3d/mm3d-1.2.0-final.tar.gz.sig b/graphics/mm3d/mm3d-1.2.0-final.tar.gz.sig
deleted file mode 100644
index af7f290ec7..0000000000
--- a/graphics/mm3d/mm3d-1.2.0-final.tar.gz.sig
+++ /dev/null
Binary files differ