summaryrefslogtreecommitdiff
path: root/packages/python
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-13 00:53:39 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-13 00:53:39 +0000
commitd97a19a54152a5aebc73ff3201ee30b70da79a54 (patch)
treefc02986643c73614fcc6f7a959055f4fc8b8e5f0 /packages/python
parent6110a78de8320e31ae45803f29a126979edda546 (diff)
python-pydirectfb: remove dead project
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-pydirectfb_cvs.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/python/python-pydirectfb_cvs.bb b/packages/python/python-pydirectfb_cvs.bb
deleted file mode 100644
index e730f0f8ba..0000000000
--- a/packages/python/python-pydirectfb_cvs.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "DirectFB Bindings"
-SECTION = "devel/python"
-PRIORITY = "optional"
-LICENSE = "GPL"
-DEPENDS = "directfb"
-SRCNAME = "pydirectfb"
-PV = "0.0.0+cvs${SRCDATE}"
-PR = "ml0"
-
-SRC_URI = "cvs://anonymous@pydirectfb.cvs.sourceforge.net/cvsroot/pydirectfb;module=pydirectfb \
- file://fix-directfb-detection.patch;patch=1"
-S = "${WORKDIR}/${SRCNAME}"
-
-inherit distutils
-