summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-10-11 14:02:32 +0200
committerBor Kraljič2011-10-11 14:02:32 +0200
commit18e0ca208287f7d56aa1c66b219a6f8575d3799a (patch)
tree9a5f42c174a927af4757d2fefd2c0e44876011d4
parent3d77a9272c7404e0d4b84621e6a3a526c182050a (diff)
x11/xglobe: removed (we no longer support qt3 (qt-x11))
-rw-r--r--ChangeLog1
-rwxr-xr-xx11/xglobe/BUILD3
-rwxr-xr-xx11/xglobe/DEPENDS2
-rwxr-xr-xx11/xglobe/DETAILS19
-rw-r--r--x11/xglobe/HISTORY30
-rw-r--r--x11/xglobe/outdated-moc-fix.patch20
6 files changed, 1 insertions, 74 deletions
diff --git a/ChangeLog b/ChangeLog
index 8783106638..593439bd4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -244,6 +244,7 @@
* x11/qbankmanager: removed (we no longer support qt3 (qt-x11))
* x11/qhacc: removed (we no longer support qt3 (qt-x11))
* x11/quasar: removed (we no longer support qt3 (qt-x11))
+ * x11/xglobe: 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/x11/xglobe/BUILD b/x11/xglobe/BUILD
deleted file mode 100755
index 9b3b4a8074..0000000000
--- a/x11/xglobe/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-autoconf &&
-patch -p1 < $SCRIPT_DIRECTORY/outdated-moc-fix.patch &&
-default_build
diff --git a/x11/xglobe/DEPENDS b/x11/xglobe/DEPENDS
deleted file mode 100755
index f46237e5fe..0000000000
--- a/x11/xglobe/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends qt-x11 &&
-depends arts
diff --git a/x11/xglobe/DETAILS b/x11/xglobe/DETAILS
deleted file mode 100755
index 30e7786010..0000000000
--- a/x11/xglobe/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- SPELL=xglobe
- VERSION=0.52
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://jfenal.free.fr/xglobe/$SOURCE
- SOURCE_HASH=sha512:de0069bbc88eb21a46049bec1b47aed0bf14642729cc00d429065fa7e220e636921775aa94fa5b45cc5f1dec225f73d65b67eba96cd60c2ae0ea4107045fd1bf
- WEB_SITE=http://jfenal.free.fr/xglobe/
- ENTERED=20020910
- LICENSE[0]=GPL
- KEYWORDS="x11"
- SHORT='Displays a textured globe on your X desktop'
-cat << EOF
-
-XGlobe is a toy that displays a globe on your X desktop.
-Unlike xearth it uses a texture which is mapped on the
-globe and still works when switching virtual desktops
-in KDE.
-
-EOF
diff --git a/x11/xglobe/HISTORY b/x11/xglobe/HISTORY
deleted file mode 100644
index bc9f5650cf..0000000000
--- a/x11/xglobe/HISTORY
+++ /dev/null
@@ -1,30 +0,0 @@
-2008-08-22 Robert Figura <template@sourcemage.org>
- * DEPENDS: added depends arts
-
-2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-06-28 Eric Sandall <sandalle@sourcemage.org>
- * DETAILS: Removed BUILD_API=2, set grimoire-wide
-
-2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-24 George Sherwood <george@beernabeer.com>
- * DETAILS: Updated BUILD_API=2, SOURCE_HASH. Removed Menu Items.
- Removed MAINTAINER
-
-2004-12-10 Adam Clark <adamsgl@dhbit.ca>
- * Add patch as a nasty hack to fix #6402
- * Builds & runs fine under KDE 3.3.1 now
-
-2002-12-08 Joel Mayes <bluebird@optushome.com.au>
- * Added DEPENDS file
- added depends to qt-x11 (bugs #1824)
-
-2002-11-06 Joel Mayes <bluebird@optushome.com.au>
- * Added MENU_* to DETAILS
-
-2002-09-10 Eric Sandall <sandalle@sourcemage.org>
- * Created spell
-
diff --git a/x11/xglobe/outdated-moc-fix.patch b/x11/xglobe/outdated-moc-fix.patch
deleted file mode 100644
index ac8646e3e4..0000000000
--- a/x11/xglobe/outdated-moc-fix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-*** xglobe-0.52/src/earthapp.moc.cpp.orig 2004-12-10 10:19:17.506405480 -0800
---- xglobe-0.52/src/earthapp.moc.cpp 2004-12-10 10:19:25.239229912 -0800
-***************
-*** 11,25 ****
- #include "earthapp.h"
- #include <qmetaobject.h>
- #include <qapplication.h>
-
- #include <private/qucomextra_p.h>
-- #if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 19)
-- #error "This file was generated using the moc from 3.0.6-snapshot-20020712. It"
-- #error "cannot be used with the include files from this version of Qt."
-- #error "(The moc has changed too much.)"
-- #endif
-
- const char *EarthApplication::className() const
- {
- return "EarthApplication";
- }
---- 11,20 ----