summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-10-11 13:40:41 +0200
committerBor Kraljič2011-10-11 13:40:41 +0200
commitee5ce1feb0ec6a67c00ff8ad4bd86c0b8afdfaa9 (patch)
tree3cd0c06214f3d3780bbe92174eaec15eed78416f
parentfe0e4d226219e5e304914d9178e1f785fbb0c453 (diff)
libs/pykde: removed, mandatory dependency (pyqt) was removed
-rw-r--r--ChangeLog1
-rwxr-xr-xlibs/pykde/BUILD2
-rwxr-xr-xlibs/pykde/CONFLICTS1
-rwxr-xr-xlibs/pykde/DEPENDS3
-rwxr-xr-xlibs/pykde/DETAILS21
-rw-r--r--libs/pykde/HISTORY14
6 files changed, 1 insertions, 41 deletions
diff --git a/ChangeLog b/ChangeLog
index f2e1a041c5..8a02089d30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -210,6 +210,7 @@
* audio-soft/smstools: removed, mandatory dependency (clam) was removed
* collab/luma: removed, mandatory dependency (pyqt) was removed
* doc/mnemosyne: removed, mandatory dependency (pyqt) was removed
+ * libs/pykde: removed, mandatory dependency (pyqt) was removed
2011-10-05 Vlad Glagolev <stealth@sourcemage.org>
* python-pypi/fabric: new spell, simple, Pythonic tool for remote
diff --git a/libs/pykde/BUILD b/libs/pykde/BUILD
deleted file mode 100755
index 8fe896f103..0000000000
--- a/libs/pykde/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-python ./configure.py -o "$INSTALL_ROOT"/usr/include/kde3 -n "$INSTALL_ROOT"/usr/lib/kde3 &&
-make
diff --git a/libs/pykde/CONFLICTS b/libs/pykde/CONFLICTS
deleted file mode 100755
index 7c562047ce..0000000000
--- a/libs/pykde/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts kdebindings
diff --git a/libs/pykde/DEPENDS b/libs/pykde/DEPENDS
deleted file mode 100755
index f85359a124..0000000000
--- a/libs/pykde/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends pyqt &&
-depends sip &&
-depends kdelibs
diff --git a/libs/pykde/DETAILS b/libs/pykde/DETAILS
deleted file mode 100755
index d24a06c611..0000000000
--- a/libs/pykde/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- SPELL=pykde
- SPELLX=PyKDE
- URI=${SPELLX}3
- VERSION=3.16.2
- SOURCE=$SPELLX-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
- SOURCE_URL[0]=http://www.riverbankcomputing.com/static/Downloads/${URI}/$SOURCE
- SOURCE_HASH=sha512:5e2af1a879efe7d157b8f6f0ca575f5df6f786e334071041df19be580291bc272f2be8ffbbfc0ecbc03ddd6a11c55417ebea390ae1f0176403bcaa0c91cd9345
- LICENSE[0]=GPL
- WEB_SITE=http://www.riverbankcomputing.co.uk/software/$SPELL/
- ENTERED=20070826
- KEYWORDS="python kde libs"
- SHORT="a set of Python bindings for the KDE desktop environment"
-cat << EOF
-PyKDE is a set of Python bindings for the KDE desktop environment.
-The bindings are implemented as a set of Python modules: dcop, kdecore,
-kdesu, kdefx, kdeui, kio, kfile, kparts, khtml, kspell, kdeprint and kmdi
-(with optional kjs). The modules correspond to libraries in the kdelibs package.
-PyKDE supports nearly all classes and methods in these libraries - over 600
-classes and more than 10,000 methods
-EOF
diff --git a/libs/pykde/HISTORY b/libs/pykde/HISTORY
deleted file mode 100644
index 3f2e0dd07a..0000000000
--- a/libs/pykde/HISTORY
+++ /dev/null
@@ -1,14 +0,0 @@
-2008-11-19 Julien "_kaze_" ROZO <julien@rozo.org>
- * DETAILS: updated version to 3.16.2
-
-2008-05-14 Julien "_kaze_" ROZO <julien@rozo.org>
- * DETAILS: updated version to 3.16.1, fixed SOURCE_URL and WEB_SITE
- * PREPARE, PRE_BUILD: removed, patch for compiling with sip > 4.6 is no
- longer needed
-
-2008-01-23 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- * BUILD: fixed the include and lib path, so this finally works
-
-2007-08-26 Julien "_kaze_" Rozo <julien@rozo.org>
- * BUILD, DEPENDS, DETAILS, HISTORY, PRE_BUILD, PREPARE, CONFLICTS: created
-