diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-26 19:56:48 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-26 19:56:48 +0000 |
commit | 47a27b1637017aba6ee7bded55f119055631f140 (patch) | |
tree | 2819123ffb1851d459e87065c5825a37a94804b7 | |
parent | a63674aba43c558f6367d05238e813c8b2a65b84 (diff) |
move pycap to nonworking until libnet 1.1.x works again
BKrev: 41056200mUEeK14WUZaPE8FXjTE0ZA
-rw-r--r-- | nonworking/python/python-pycap_0.1.6.oe | 0 | ||||
-rw-r--r-- | python/python-pycap_0.1.6.oe | 12 |
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 |