From 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 3 May 2012 06:19:04 +0000 Subject: testing/*: removed We dont ship testing things in a stable release --- testing/apache2-mod-wsgi/APKBUILD | 51 ---------------------- .../apache2-mod-wsgi/apache2-mod-wsgi.apache2.conf | 1 - .../apache2-mod-wsgi/apache2-mod-wsgi.post-install | 10 ----- 3 files changed, 62 deletions(-) delete mode 100644 testing/apache2-mod-wsgi/APKBUILD delete mode 100644 testing/apache2-mod-wsgi/apache2-mod-wsgi.apache2.conf delete mode 100644 testing/apache2-mod-wsgi/apache2-mod-wsgi.post-install (limited to 'testing/apache2-mod-wsgi') diff --git a/testing/apache2-mod-wsgi/APKBUILD b/testing/apache2-mod-wsgi/APKBUILD deleted file mode 100644 index 14b4a644fc..0000000000 --- a/testing/apache2-mod-wsgi/APKBUILD +++ /dev/null @@ -1,51 +0,0 @@ -# Contributor: Matt Smith -# Maintainer: Matt Smith -pkgname=apache2-mod-wsgi -_realname=mod_wsgi -pkgver=3.3 -pkgrel=2 -pkgdesc="Python WSGI Module for Apache2" -url="http://code.google.com/p/modwsgi/" -arch="all" -license="APACHE" -depends="apache2 python" -depends_dev= -makedepends="$depends_dev apache2-dev python-dev" -install="$pkgname.post-install" -subpackages="$pkgname-doc" -source="http://modwsgi.googlecode.com/files/$_realname-$pkgver.tar.gz - $pkgname.apache2.conf - " - -_builddir="$srcdir"/$_realname-$pkgver -build() { - cd "$_builddir" - CFLAGS="" CXXFLAGS="" CPPFLAGS="" \ - ./configure --prefix=/usr \ - --with-apxs=/usr/sbin/apxs \ - --with-python=/usr/bin/python || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 - - # install the apache2 config - install -Dm644 "$srcdir"/$pkgname.apache2.conf \ - "$pkgdir"/etc/apache2/conf.d/wsgi-module.conf || return 1 -} - -doc() { - arch="noarch" - - # doc files - _docs="LICENCE README" - for _doc in $_docs; do - install -Dm644 "$_builddir"/$_doc \ - "$subpkgdir"/usr/share/doc/$pkgname/$_doc || return 1 - done -} - -md5sums="6172bb2bbabcd0c25867c2bc06f99dbb mod_wsgi-3.3.tar.gz -e1795e051e7aae1f865fde0d3b86a507 apache2-mod-wsgi.apache2.conf" diff --git a/testing/apache2-mod-wsgi/apache2-mod-wsgi.apache2.conf b/testing/apache2-mod-wsgi/apache2-mod-wsgi.apache2.conf deleted file mode 100644 index 19f356756b..0000000000 --- a/testing/apache2-mod-wsgi/apache2-mod-wsgi.apache2.conf +++ /dev/null @@ -1 +0,0 @@ -LoadModule wsgi_module modules/mod_wsgi.so diff --git a/testing/apache2-mod-wsgi/apache2-mod-wsgi.post-install b/testing/apache2-mod-wsgi/apache2-mod-wsgi.post-install deleted file mode 100644 index 327b0156b9..0000000000 --- a/testing/apache2-mod-wsgi/apache2-mod-wsgi.post-install +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -echo "*" >&2 -echo "* To finish installing apache2-mod-wsgi:" >&2 -echo "* 1) See if you need to modify the apache2 config:" >&2 -echo "* /etc/apache2/conf.d/wsgi-module.conf" >&2 -echo "* 2) Restart apache2 when done." >&2 -echo "*" >&2 - -exit 0 -- cgit v1.2.3