summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-10-11 13:59:45 +0200
committerBor Kraljič2011-10-11 13:59:45 +0200
commit7a3b8081c17d6f65f805b3c1ff0da2271135b69d (patch)
tree5bef2c71657fb920c317b0622e2b0216a6b4a70d
parent6d79cf968bfabd833862b63d8dbbe9dac42e9652 (diff)
video/emotion: removed (we no longer support qt3 (qt-x11))
-rw-r--r--ChangeLog1
-rwxr-xr-xvideo/emotion/BUILD8
-rwxr-xr-xvideo/emotion/DEPENDS3
-rwxr-xr-xvideo/emotion/DETAILS15
-rw-r--r--video/emotion/HISTORY25
5 files changed, 1 insertions, 51 deletions
diff --git a/ChangeLog b/ChangeLog
index 709fe3826b..e887710386 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -236,6 +236,7 @@
* telephony/twinkle: removed (we no longer support qt3 (qt-x11))
* video/camstream: removed (we no longer support qt3 (qt-x11))
* video/dvbcut: removed (we no longer support qt3 (qt-x11))
+ * video/emotion: 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/video/emotion/BUILD b/video/emotion/BUILD
deleted file mode 100755
index e785ec219e..0000000000
--- a/video/emotion/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-mkdir config
-echo /usr > config/PREFIX
-echo /usr > config/QTDIR
-
-sedit "s:qtdir+'/include':qtdir+'/include/qt':" SConstruct.py &&
-sedit "s/install: all/install:/" Makefile &&
-sedit "s/cp uninstall_emotion.*$//" Makefile &&
-make
diff --git a/video/emotion/DEPENDS b/video/emotion/DEPENDS
deleted file mode 100755
index c27ee7e1e4..0000000000
--- a/video/emotion/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends mplayer &&
-depends qt-x11 &&
-depends python
diff --git a/video/emotion/DETAILS b/video/emotion/DETAILS
deleted file mode 100755
index c8074e45bb..0000000000
--- a/video/emotion/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- SPELL=emotion
- VERSION=II
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
- SOURCE_URL[0]=http://www.csis.gvsu.edu/~swietonm/emotion/downloads/$SOURCE
- WEB_SITE=http://www.csis.gvsu.edu/~swietonm/emotion/
- SOURCE_HASH=sha512:f7b6d0009a87cd13cfba3c17bc5b2fc11e682dde637b51ab9d5ef874b165c981d80b72c8c352bf3bf00e1c7592b5a83621435b04c7f91774dd6bbb3559e70363
- LICENSE[0]=PD
- ENTERED=20031006
- DOCS="README LICENSE ChangeLog TODO html"
- KEYWORDS="qt player video"
- SHORT="eMotion is an MPlayer frontend made in Qt"
-cat << EOF
-eMotion is an MPlayer frontend made in Qt
-EOF
diff --git a/video/emotion/HISTORY b/video/emotion/HISTORY
deleted file mode 100644
index aeff22f2ec..0000000000
--- a/video/emotion/HISTORY
+++ /dev/null
@@ -1,25 +0,0 @@
-2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth@tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2004-12-16 Eric Sandall <sandalle@sourcemage.org>
- * DEPENDS: Python renamed to python
-
-2004-12-03 Arwed v. Merkatz <v.merkatz@gmx.net>
- * DEPENDS: MPlayer renamed to mplayer
-
-2004-07-08 Arwed v. Merkatz <v.merkatz@gmx.net>
- * BUILD: converted to build_api 2
-
-2003-10-28 Eric Sandall <sandalle@sourcemage.org>
- * DEPENDS: Uppercase provides
- * HISTORY: Formatted to Guru Handbook
-
-2003-10-06 Arwed v. Merkatz <v.merkatz@gmx.net>
- * created the spell
-