move pycap to nonworking until libnet 1.1.x works again
authorMichael Lauer <mickey@vanille-media.de>
Mon, 26 Jul 2004 19:56:48 +0000 (19:56 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 26 Jul 2004 19:56:48 +0000 (19:56 +0000)
BKrev: 41056200mUEeK14WUZaPE8FXjTE0ZA

nonworking/python/python-pycap_0.1.6.oe [new file with mode: 0644]
python/python-pycap_0.1.6.oe [deleted file]

diff --git a/nonworking/python/python-pycap_0.1.6.oe b/nonworking/python/python-pycap_0.1.6.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/python/python-pycap_0.1.6.oe b/python/python-pycap_0.1.6.oe
deleted file mode 100644 (file)
index 2bcf37a..0000000
+++ /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