]> Pileus Git - ~andy/sunrise/commitdiff
www-apache/mod_wsgi: In portage now
authorMarkus Ullmann <jokey@gentoo.org>
Thu, 13 Sep 2007 14:20:26 +0000 (14:20 +0000)
committerMarkus Ullmann <jokey@gentoo.org>
Thu, 13 Sep 2007 14:20:26 +0000 (14:20 +0000)
svn path=/sunrise/; revision=4622

www-apache/mod_wsgi/ChangeLog [deleted file]
www-apache/mod_wsgi/Manifest [deleted file]
www-apache/mod_wsgi/files/digest-mod_wsgi-1.0 [deleted file]
www-apache/mod_wsgi/metadata.xml [deleted file]
www-apache/mod_wsgi/mod_wsgi-1.0.ebuild [deleted file]

diff --git a/www-apache/mod_wsgi/ChangeLog b/www-apache/mod_wsgi/ChangeLog
deleted file mode 100644 (file)
index ebc211a..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for www-apache/mod_wsgi
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  07 Sep 2007; Dirkjan Ochtman (djc) <mail@manuzhai.nl> +metadata.xml,
-  +mod_wsgi-1.0.ebuild:
-  New ebuild for bug 189209; thanks to Adrian Perez, jokey and mpagano_.
-
diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
deleted file mode 100644 (file)
index 563f4b4..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST mod_wsgi-1.0.tar.gz 71455 RMD160 19dfb1e4562dc14b9865b20a0f5da695105ce2e6 SHA1 1fa7d76ff587c6c322f6aae6d69ee945ea7b5c6b SHA256 647a976558d73d9d3ab714542d45d2b03899cef921117e5cec9fb4a998d82b48
-EBUILD mod_wsgi-1.0.ebuild 742 RMD160 a9c0222ca0841851176ebf3806583e941fb8eb87 SHA1 22151be0c7b7657f6b83a3fec87dc5f1acd8a24f SHA256 01cd8847430c445558931ec50f37e15629e2d8bd162fd0149fb1de94dd222ed0
-MISC ChangeLog 289 RMD160 88602efaffc7736396383c3743267e5622e41066 SHA1 305d8dd600789beb908ac205d88ef0af475d0212 SHA256 a96afc868a370c35b8c9836e3d86097c86d654045671ebce4e7d69c9ba3ae4c4
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/www-apache/mod_wsgi/files/digest-mod_wsgi-1.0 b/www-apache/mod_wsgi/files/digest-mod_wsgi-1.0
deleted file mode 100644 (file)
index 0b914fe..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 44e20174c127a50a75f040f881b0a52c mod_wsgi-1.0.tar.gz 71455
-RMD160 19dfb1e4562dc14b9865b20a0f5da695105ce2e6 mod_wsgi-1.0.tar.gz 71455
-SHA256 647a976558d73d9d3ab714542d45d2b03899cef921117e5cec9fb4a998d82b48 mod_wsgi-1.0.tar.gz 71455
diff --git a/www-apache/mod_wsgi/metadata.xml b/www-apache/mod_wsgi/metadata.xml
deleted file mode 100644 (file)
index 7e32869..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>
diff --git a/www-apache/mod_wsgi/mod_wsgi-1.0.ebuild b/www-apache/mod_wsgi/mod_wsgi-1.0.ebuild
deleted file mode 100644 (file)
index bc0b9c7..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit apache-module
-
-MY_P="${P/_r/}"
-DESCRIPTION="An Apache2 module for running Python WSGI applications."
-HOMEPAGE="http://code.google.com/p/modwsgi/"
-SRC_URI="http://modwsgi.googlecode.com/files/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.4"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-APACHE2_MOD_DEFINE="WSGI"
-APACHE2_SAFE_MPMS="worker prefork"
-DOCFILES="README"
-
-need_apache2
-
-src_compile() {
-       econf --with-apxs=${APXS2} || die "econf failed"
-       emake OPT="`apxs2 -q CFLAGS` -fPIC" || die "econf failed"
-}
-
-pkg_postinst() {
-       apache-module_pkg_postinst
-}