aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracid-burn <acidburn@opendreambox.org>2009-09-01 15:18:18 +0200
committeracid-burn <acidburn@opendreambox.org>2009-09-01 15:18:18 +0200
commitb0df2dfdf97fb0002ebe4a8242cc0a653c44e771 (patch)
treec1a531a74adbb17bf0f9c9e02730b92f43d81018
parent3c2c19913c1a8ec180ec0ff61275bea2e3b42034 (diff)
downloadopenembedded-b0df2dfdf97fb0002ebe4a8242cc0a653c44e771.tar.gz
packages/twisted: remove old and unused twisted bb files
-rw-r--r--packages/twisted/twisted-native_2.4.0.bb8
-rw-r--r--packages/twisted/twisted-native_2.5.0.bb8
-rw-r--r--packages/twisted/twisted-native_8.1.0.bb8
-rw-r--r--packages/twisted/twisted-web-native_0.5.0.bb8
-rw-r--r--packages/twisted/twisted-web2_0.1.bb17
-rw-r--r--packages/twisted/twisted-web2_0.2.0.bb17
-rw-r--r--packages/twisted/twisted-web2_0.2.0svn.bb28
-rw-r--r--packages/twisted/twisted-web_0.5.0.bb17
-rw-r--r--packages/twisted/twisted-web_0.7.0.bb17
-rw-r--r--packages/twisted/twisted-web_8.1.0.bb17
-rw-r--r--packages/twisted/twisted-web_8.2.0.bb17
-rw-r--r--packages/twisted/twisted_1.2.0.bb15
-rw-r--r--packages/twisted/twisted_2.4.0.bb36
-rw-r--r--packages/twisted/twisted_2.5.0.bb36
-rw-r--r--packages/twisted/twisted_8.1.0.bb36
15 files changed, 0 insertions, 285 deletions
diff --git a/packages/twisted/twisted-native_2.4.0.bb b/packages/twisted/twisted-native_2.4.0.bb
deleted file mode 100644
index a54359c5fe..0000000000
--- a/packages/twisted/twisted-native_2.4.0.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-include twisted_${PV}.bb
-inherit native
-DEPENDS = "python-native zope-interface-native"
-
-do_stage() {
- BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
- ${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_BINDIR}/.. --install-data=${STAGING_DATADIR}
-}
diff --git a/packages/twisted/twisted-native_2.5.0.bb b/packages/twisted/twisted-native_2.5.0.bb
deleted file mode 100644
index a54359c5fe..0000000000
--- a/packages/twisted/twisted-native_2.5.0.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-include twisted_${PV}.bb
-inherit native
-DEPENDS = "python-native zope-interface-native"
-
-do_stage() {
- BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
- ${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_BINDIR}/.. --install-data=${STAGING_DATADIR}
-}
diff --git a/packages/twisted/twisted-native_8.1.0.bb b/packages/twisted/twisted-native_8.1.0.bb
deleted file mode 100644
index a54359c5fe..0000000000
--- a/packages/twisted/twisted-native_8.1.0.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-include twisted_${PV}.bb
-inherit native
-DEPENDS = "python-native zope-interface-native"
-
-do_stage() {
- BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
- ${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_BINDIR}/.. --install-data=${STAGING_DATADIR}
-}
diff --git a/packages/twisted/twisted-web-native_0.5.0.bb b/packages/twisted/twisted-web-native_0.5.0.bb
deleted file mode 100644
index b9f1ca9bbf..0000000000
--- a/packages/twisted/twisted-web-native_0.5.0.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-include twisted-web_${PV}.bb
-inherit native
-DEPENDS = "twisted-native"
-
-do_stage() {
- BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
- ${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_BINDIR}/.. --install-data=${STAGING_DATADIR}
-}
diff --git a/packages/twisted/twisted-web2_0.1.bb b/packages/twisted/twisted-web2_0.1.bb
deleted file mode 100644
index 98dff43b13..0000000000
--- a/packages/twisted/twisted-web2_0.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Twisted.Web2 is the next generation Web Server Framework \
-built with Twisted. Web2 is under active development and it's APIs should \
-not be considered stable at this point. It is not a version of Twisted.Web \
-and with that in mind compatibility is not of the highest concern, though \
-the compatibility layer does support many but not all twisted.web resources."
-HOMEPAGE = "http://www.twistedmatrix.com"
-SECTION = "console/network"
-PRIORITY = "optional"
-LICENSE = "LGPL"
-DEPENDS = "twisted twisted-native"
-RDEPENDS = "twisted python-netserver"
-
-SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Web2/TwistedWeb2-${PV}.tar.bz2"
-S = "${WORKDIR}/TwistedWeb2-${PV}"
-
-inherit distutils
-
diff --git a/packages/twisted/twisted-web2_0.2.0.bb b/packages/twisted/twisted-web2_0.2.0.bb
deleted file mode 100644
index 98dff43b13..0000000000
--- a/packages/twisted/twisted-web2_0.2.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Twisted.Web2 is the next generation Web Server Framework \
-built with Twisted. Web2 is under active development and it's APIs should \
-not be considered stable at this point. It is not a version of Twisted.Web \
-and with that in mind compatibility is not of the highest concern, though \
-the compatibility layer does support many but not all twisted.web resources."
-HOMEPAGE = "http://www.twistedmatrix.com"
-SECTION = "console/network"
-PRIORITY = "optional"
-LICENSE = "LGPL"
-DEPENDS = "twisted twisted-native"
-RDEPENDS = "twisted python-netserver"
-
-SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Web2/TwistedWeb2-${PV}.tar.bz2"
-S = "${WORKDIR}/TwistedWeb2-${PV}"
-
-inherit distutils
-
diff --git a/packages/twisted/twisted-web2_0.2.0svn.bb b/packages/twisted/twisted-web2_0.2.0svn.bb
deleted file mode 100644
index a211fa4f23..0000000000
--- a/packages/twisted/twisted-web2_0.2.0svn.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-DESCRIPTION = "Twisted.Web2 is the next generation Web Server Framework \
-built with Twisted. Web2 is under active development and it's APIs should \
-not be considered stable at this point. It is not a version of Twisted.Web \
-and with that in mind compatibility is not of the highest concern, though \
-the compatibility layer does support many but not all twisted.web resources."
-HOMEPAGE = "http://www.twistedmatrix.com"
-SECTION = "console/network"
-PRIORITY = "optional"
-LICENSE = "LGPL"
-DEPENDS = "twisted twisted-native"
-RDEPENDS = "twisted python-netserver"
-
-SRCDATE = "20070620"
-PR = "r1"
-PV = "0.2.0svn${SRCDATE}"
-
-SRC_URI = "http://tmrc.mit.edi/mirror/twisted/Web2/TwistedWeb2-0.2.0.tar.bz2 \
- svn://svn.twistedmatrix.com/svn/Twisted/trunk/twisted;module=web2"
-S = "${WORKDIR}/TwistedWeb2-0.2.0"
-
-do_munge() {
- rm -R ${S}/twisted/web2
- mv ${WORKDIR}/web2 ${S}/twisted
-}
-
-addtask munge before do_patch after do_unpack
-
-inherit distutils
diff --git a/packages/twisted/twisted-web_0.5.0.bb b/packages/twisted/twisted-web_0.5.0.bb
deleted file mode 100644
index 83513b8473..0000000000
--- a/packages/twisted/twisted-web_0.5.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Twisted web is a web server, and also provides basic HTTP \
-client support. You may want to check out Nevow, a templating toolkit \
-designed for twisted.web, and Twisted Web2, the next generation Twisted web server."
-
-HOMEPAGE = "http://www.twistedmatrix.com"
-SECTION = "console/network"
-PRIORITY = "optional"
-LICENSE = "LGPL"
-DEPENDS = "twisted-native"
-RDEPENDS = "twisted"
-
-SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Web/0.5/TwistedWeb-${PV}.tar.bz2"
-
-S = "${WORKDIR}/TwistedWeb-${PV}"
-
-inherit distutils
-
diff --git a/packages/twisted/twisted-web_0.7.0.bb b/packages/twisted/twisted-web_0.7.0.bb
deleted file mode 100644
index 05f5c0473a..0000000000
--- a/packages/twisted/twisted-web_0.7.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Twisted web is a web server, and also provides basic HTTP \
-client support. You may want to check out Nevow, a templating toolkit \
-designed for twisted.web, and Twisted Web2, the next generation Twisted web server."
-
-HOMEPAGE = "http://www.twistedmatrix.com"
-SECTION = "console/network"
-PRIORITY = "optional"
-LICENSE = "LGPL"
-DEPENDS = "twisted-native"
-RDEPENDS = "twisted"
-
-SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Web/0.7/TwistedWeb-${PV}.tar.bz2"
-
-S = "${WORKDIR}/TwistedWeb-${PV}"
-
-inherit distutils
-
diff --git a/packages/twisted/twisted-web_8.1.0.bb b/packages/twisted/twisted-web_8.1.0.bb
deleted file mode 100644
index cbead2364c..0000000000
--- a/packages/twisted/twisted-web_8.1.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Twisted web is a web server, and also provides basic HTTP \
-client support. You may want to check out Nevow, a templating toolkit \
-designed for twisted.web, and Twisted Web2, the next generation Twisted web server."
-
-HOMEPAGE = "http://www.twistedmatrix.com"
-SECTION = "console/network"
-PRIORITY = "optional"
-LICENSE = "LGPL"
-DEPENDS = "twisted-native"
-RDEPENDS = "twisted"
-
-SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Web/8.1/TwistedWeb-${PV}.tar.bz2"
-
-S = "${WORKDIR}/TwistedWeb-${PV}"
-
-inherit distutils
-
diff --git a/packages/twisted/twisted-web_8.2.0.bb b/packages/twisted/twisted-web_8.2.0.bb
deleted file mode 100644
index 204d6ba234..0000000000
--- a/packages/twisted/twisted-web_8.2.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Twisted web is a web server, and also provides basic HTTP \
-client support. You may want to check out Nevow, a templating toolkit \
-designed for twisted.web, and Twisted Web2, the next generation Twisted web server."
-
-HOMEPAGE = "http://www.twistedmatrix.com"
-SECTION = "console/network"
-PRIORITY = "optional"
-LICENSE = "LGPL"
-DEPENDS = "twisted-native"
-RDEPENDS = "twisted"
-
-SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Web/8.2/TwistedWeb-${PV}.tar.bz2"
-
-S = "${WORKDIR}/TwistedWeb-${PV}"
-
-inherit distutils
-
diff --git a/packages/twisted/twisted_1.2.0.bb b/packages/twisted/twisted_1.2.0.bb
deleted file mode 100644
index 079118f206..0000000000
--- a/packages/twisted/twisted_1.2.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "Twisted is an event-driven networking framework written in Python and licensed under the LGPL. \
-Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols \
-(including HTTP, NNTP, IMAP, SSH, IRC, FTP, and others), and much more."
-HOMEPAGE = "http://www.twistedmatrix.com"
-SECTION = "console/network"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-LICENSE = "LGPL"
-RDEPENDS = "python-core"
-
-SRC_URI = "http://tmrc.mit.edu/mirror/twisted/old/Twisted-${PV}.tar.bz2"
-S = "${WORKDIR}/Twisted-${PV}"
-
-inherit distutils
-
diff --git a/packages/twisted/twisted_2.4.0.bb b/packages/twisted/twisted_2.4.0.bb
deleted file mode 100644
index 50cc685d14..0000000000
--- a/packages/twisted/twisted_2.4.0.bb
+++ /dev/null
@@ -1,36 +0,0 @@
-DESCRIPTION = "Twisted is an event-driven networking framework written in Python and licensed under the LGPL. \
-Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols \
-(including HTTP, NNTP, IMAP, SSH, IRC, FTP, and others), and much more."
-HOMEPAGE = "http://www.twistedmatrix.com"
-SECTION = "console/network"
-PRIORITY = "optional"
-LICENSE = "LGPL"
-DEPENDS = "zope-interface-native zope-interface python-crypto twisted-native"
-RDEPENDS = "python-core zope-interface python-pickle python-fcntl python-crypto"
-
-SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/Twisted-${PV}.tar.bz2"
-
-S = "${WORKDIR}/Twisted-${PV}"
-
-inherit distutils
-
-SP = "${libdir}/${PYTHON_DIR}/site-packages/twisted"
-
-FILES_twisted-conch = "${SP}/conch/"
-FILES_twisted-lore = "${SP}/lore/"
-FILES_twisted-mail = "${SP}/mail/"
-FILES_twisted-names = "${SP}/names/"
-FILES_twisted-news = "${SP}/news/"
-FILES_twisted-runner = "${SP}/runner/"
-FILES_twisted-web = "${SP}/web/"
-FILES_twisted-words = "${SP}/words/"
-FILES_twisted-trial = "${SP}/trial/ ${SP}/test/"
-PACKAGES = "twisted-conch twisted-lore twisted-mail twisted-names twisted-news twisted-runner twisted-web twisted-words twisted-trial twisted"
-
-do_compile_prepend() {
- export PYTHONPATH=${S}/TwistedCore-${PV}
-}
-
-do_install_prepend() {
- export PYTHONPATH=${S}/TwistedCore-${PV}
-}
diff --git a/packages/twisted/twisted_2.5.0.bb b/packages/twisted/twisted_2.5.0.bb
deleted file mode 100644
index d22dc4d63e..0000000000
--- a/packages/twisted/twisted_2.5.0.bb
+++ /dev/null
@@ -1,36 +0,0 @@
-DESCRIPTION = "Twisted is an event-driven networking framework written in Python and licensed under the LGPL. \
-Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols \
-(including HTTP, NNTP, IMAP, SSH, IRC, FTP, and others), and much more."
-HOMEPAGE = "http://www.twistedmatrix.com"
-SECTION = "console/network"
-PRIORITY = "optional"
-LICENSE = "LGPL"
-DEPENDS = "zope-interface-native zope-interface python-crypto twisted-native"
-RDEPENDS = "python-core zope-interface python-pickle python-fcntl python-crypto"
-
-SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/2.5/Twisted-${PV}.tar.bz2"
-
-S = "${WORKDIR}/Twisted-${PV}"
-
-inherit distutils
-
-SP = "${libdir}/${PYTHON_DIR}/site-packages/twisted"
-
-FILES_twisted-conch = "${SP}/conch/"
-FILES_twisted-lore = "${SP}/lore/"
-FILES_twisted-mail = "${SP}/mail/"
-FILES_twisted-names = "${SP}/names/"
-FILES_twisted-news = "${SP}/news/"
-FILES_twisted-runner = "${SP}/runner/"
-FILES_twisted-web = "${SP}/web/"
-FILES_twisted-words = "${SP}/words/"
-FILES_twisted-trial = "${SP}/trial/ ${SP}/test/"
-PACKAGES = "twisted-conch twisted-lore twisted-mail twisted-names twisted-news twisted-runner twisted-web twisted-words twisted-trial twisted"
-
-do_compile_prepend() {
- export PYTHONPATH=${S}/TwistedCore-${PV}
-}
-
-do_install_prepend() {
- export PYTHONPATH=${S}/TwistedCore-${PV}
-}
diff --git a/packages/twisted/twisted_8.1.0.bb b/packages/twisted/twisted_8.1.0.bb
deleted file mode 100644
index b95dee6a2b..0000000000
--- a/packages/twisted/twisted_8.1.0.bb
+++ /dev/null
@@ -1,36 +0,0 @@
-DESCRIPTION = "Twisted is an event-driven networking framework written in Python and licensed under the LGPL. \
-Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols \
-(including HTTP, NNTP, IMAP, SSH, IRC, FTP, and others), and much more."
-HOMEPAGE = "http://www.twistedmatrix.com"
-SECTION = "console/network"
-PRIORITY = "optional"
-LICENSE = "LGPL"
-DEPENDS = "zope-interface-native zope-interface python-crypto twisted-native"
-RDEPENDS = "python-core zope-interface python-pickle python-fcntl python-crypto"
-
-SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/8.1/Twisted-${PV}.tar.bz2"
-
-S = "${WORKDIR}/Twisted-${PV}"
-
-inherit distutils
-
-SP = "${libdir}/${PYTHON_DIR}/site-packages/twisted"
-
-FILES_twisted-conch = "${SP}/conch/"
-FILES_twisted-lore = "${SP}/lore/"
-FILES_twisted-mail = "${SP}/mail/"
-FILES_twisted-names = "${SP}/names/"
-FILES_twisted-news = "${SP}/news/"
-FILES_twisted-runner = "${SP}/runner/"
-FILES_twisted-web = "${SP}/web/"
-FILES_twisted-words = "${SP}/words/"
-FILES_twisted-trial = "${SP}/trial/ ${SP}/test/"
-PACKAGES = "twisted-conch twisted-lore twisted-mail twisted-names twisted-news twisted-runner twisted-web twisted-words twisted-trial twisted"
-
-do_compile_prepend() {
- export PYTHONPATH=${S}/TwistedCore-${PV}
-}
-
-do_install_prepend() {
- export PYTHONPATH=${S}/TwistedCore-${PV}
-}