summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-10-11 13:52:44 +0200
committerBor Kraljič2011-10-11 13:52:44 +0200
commit257047a47472d5eeefcd03b634c1678d96dd0488 (patch)
treedb83e3aedfcffe906e3b167925e7bc8d5d6c7687
parent9541ebe244509467b76aad524522616fffa9312b (diff)
devel/dbus-qt3-old: removed (we no longer support qt3 (qt-x11))
-rw-r--r--ChangeLog1
-rwxr-xr-xdevel/dbus-qt3-old/BUILD2
-rwxr-xr-xdevel/dbus-qt3-old/DEPENDS7
-rwxr-xr-xdevel/dbus-qt3-old/DETAILS16
-rw-r--r--devel/dbus-qt3-old/HISTORY5
5 files changed, 1 insertions, 30 deletions
diff --git a/ChangeLog b/ChangeLog
index 366a7be37b..e5088c08a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -220,6 +220,7 @@
* audio-soft/qtid3: removed (we no longer support qt3 (qt-x11))
* chat-im/kadu: removed (we no longer support qt3 (qt-x11))
* chat-im/sim-icq: removed (we no longer support qt3 (qt-x11))
+ * devel/dbus-qt3-old: 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/devel/dbus-qt3-old/BUILD b/devel/dbus-qt3-old/BUILD
deleted file mode 100755
index f135174063..0000000000
--- a/devel/dbus-qt3-old/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-OPTS="--enable-qt3 $OPTS" &&
-default_build
diff --git a/devel/dbus-qt3-old/DEPENDS b/devel/dbus-qt3-old/DEPENDS
deleted file mode 100755
index dec0939978..0000000000
--- a/devel/dbus-qt3-old/DEPENDS
+++ /dev/null
@@ -1,7 +0,0 @@
-depends qt-x11 &&
-depends dbus &&
-
-optional_depends xorg-libs \
- "--with-x" \
- "--without-x" \
- "to use the X Window System"
diff --git a/devel/dbus-qt3-old/DETAILS b/devel/dbus-qt3-old/DETAILS
deleted file mode 100755
index b349b6cdf5..0000000000
--- a/devel/dbus-qt3-old/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- SPELL=dbus-qt3-old
- VERSION=0.70
- SOURCE_HASH=sha512:4fff2164228cb8e42406d82107457749a1e51df724c9a42285705695711bf22217e0e0e058c798e7fa925a1075056ada87a416d88243754b9941630fc7c1a859
- SOURCE=${SPELL%-old}-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL%-old}-$VERSION
- SOURCE_URL[0]=http://distro.ibiblio.org/pub/linux/distributions/sourcemage/distro/misc/$SOURCE
- WEB_SITE=http://freedesktop.org/wiki/Software_2fdbus
- ENTERED=20060805
- LICENSE[0]=GPL
- KEYWORDS="devel"
- SHORT="D-Bus Qt bindings, version < 0.90."
-cat << EOF
-D-Bus add-on library to integrate the standard D-Bus library with the Qt
-thread abstraction and main loop. This package is needed by applications
-incompatible with D-Bus Qt bindings versions >= 0.90.
-EOF
diff --git a/devel/dbus-qt3-old/HISTORY b/devel/dbus-qt3-old/HISTORY
deleted file mode 100644
index 2f7194503e..0000000000
--- a/devel/dbus-qt3-old/HISTORY
+++ /dev/null
@@ -1,5 +0,0 @@
-2008-03-18 Eric Sandall <sandalle@sourcemage.org>
- * DEPENDS: Switch X11-LIBS to the one and only xorg-libs
-
-2006-08-05 Juuso Alasuutari <iuso@sourcemage.org>
- * BUILD, DEPENDS, DETAILS, HISTORY: Created spell, version 0.70.