summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-07-26 19:56:48 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-07-26 19:56:48 +0000
commit47a27b1637017aba6ee7bded55f119055631f140 (patch)
tree2819123ffb1851d459e87065c5825a37a94804b7
parenta63674aba43c558f6367d05238e813c8b2a65b84 (diff)
move pycap to nonworking until libnet 1.1.x works again
BKrev: 41056200mUEeK14WUZaPE8FXjTE0ZA
-rw-r--r--nonworking/python/python-pycap_0.1.6.oe0
-rw-r--r--python/python-pycap_0.1.6.oe12
2 files changed, 0 insertions, 12 deletions
diff --git a/nonworking/python/python-pycap_0.1.6.oe b/nonworking/python/python-pycap_0.1.6.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/nonworking/python/python-pycap_0.1.6.oe
diff --git a/python/python-pycap_0.1.6.oe b/python/python-pycap_0.1.6.oe
deleted file mode 100644
index 2bcf37a594..0000000000
--- a/python/python-pycap_0.1.6.oe
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "Python Packet Capture Library"
-SECTION = "devel/python"
-PRIORITY = "optional"
-MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
-RDEPENDS = "python-core"
-DEPENDS = "libpcap-0.7.2 libnet-1.1.1"
-SRCNAME = "pycap"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit distutils