aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-pylinda_0.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-pylinda_0.1.oe')
-rw-r--r--python/python-pylinda_0.1.oe12
1 files changed, 0 insertions, 12 deletions
diff --git a/python/python-pylinda_0.1.oe b/python/python-pylinda_0.1.oe
deleted file mode 100644
index f6b460c12f..0000000000
--- a/python/python-pylinda_0.1.oe
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "Python Implementation of Linda Tuple Space"
-SECTION = "devel/python"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-RDEPENDS = "python-core"
-SRCNAME = "linda"
-
-SRC_URI = "http://www-users.cs.york.ac.uk/~aw/pylinda/linda-${PV}.tar.gz \
- file://honor-datadir.patch;patch=1"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit distutils