summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2009-09-20 21:08:20 +0000
committerThomas Sachau <tommy@gentoo.org>2009-09-20 21:08:20 +0000
commit2ac8f16f06425c2e2086084e209274eb61f333bc (patch)
tree81a79f8238d1cda877e12a8e1dc4673c7e625cd7 /www-apache
parentsci-chemistry/bist: Drop dependency on gcc (diff)
downloadsunrise-2ac8f16f06425c2e2086084e209274eb61f333bc.tar.gz
sunrise-2ac8f16f06425c2e2086084e209274eb61f333bc.tar.bz2
sunrise-2ac8f16f06425c2e2086084e209274eb61f333bc.zip
sunrise/ www-apache/mod_qos: In gentoo-x86
svn path=/sunrise/; revision=9266
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_qos/ChangeLog12
-rw-r--r--www-apache/mod_qos/Manifest5
-rw-r--r--www-apache/mod_qos/files/10_mod_qos.conf28
-rw-r--r--www-apache/mod_qos/metadata.xml5
-rw-r--r--www-apache/mod_qos/mod_qos-7.6.ebuild46
5 files changed, 0 insertions, 96 deletions
diff --git a/www-apache/mod_qos/ChangeLog b/www-apache/mod_qos/ChangeLog
deleted file mode 100644
index a67a867cd..000000000
--- a/www-apache/mod_qos/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for www-apache/mod_qos
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 28 Aug 2008; Chad A Simmons (CCIEChad) <chad.simmons@member.fsf.org>
- mod_qos-7.6.ebuild:
- Commited wrong build. Original had bad quoting breaking compile.
-
- 28 Aug 2008; Chad A Simmons (CCIEChad) <chad.simmons@member.fsf.org>
- +files/10_mod_qos.conf, +mod_qos-7.6.ebuild, +metadata.xml:
- New Ebuild for bug 236049. Thanks to Tommy and scarabeus
-
diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
deleted file mode 100644
index e73b15c7e..000000000
--- a/www-apache/mod_qos/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX 10_mod_qos.conf 1016 RMD160 c02d98ba12848f8eb9fb75487e9028f5190d88b5 SHA1 27647d3aabcda045b85bea87a09b89643200f195 SHA256 53d30482ea8e0f49e74e518277fecf9ccb36445b03a96fcdf19178d2cea57132
-DIST mod_qos-7.6-src.tar.gz 202291 RMD160 072dcabf211dfc164fe940e0a46a262cad5c0972 SHA1 3fda2899240ef4798d047308ab8d7adb9083f9f1 SHA256 4683632608a68d8e23505e33c1f5e19b98648171afc001ff337a01864040782c
-EBUILD mod_qos-7.6.ebuild 1147 RMD160 d73f67873e20e049fe5cc43a88a053f996938df1 SHA1 7c42d79f34fb32e0f3a1a9eee0a1c598ee989389 SHA256 482ae88262a605bfc508606976f4dd37fa81dac6079cd3ef1ebf50aea7ef8554
-MISC ChangeLog 473 RMD160 1e3290c8f91649810cd21f2b61853d28898782ae SHA1 b5ee5713a18e999dee4968d8843e832cc7ffced1 SHA256 068ba632826786ba764a35db684161ba7190d4ec7826e8eb47d974a662783d47
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/www-apache/mod_qos/files/10_mod_qos.conf b/www-apache/mod_qos/files/10_mod_qos.conf
deleted file mode 100644
index c8d0774a8..000000000
--- a/www-apache/mod_qos/files/10_mod_qos.conf
+++ /dev/null
@@ -1,28 +0,0 @@
-<IfDefine QOS>
-LoadModule qos_module modules/mod_qos.so
-</IfDefine>
-
-#QS_ErrorPage /error-docs/qs_error.html
-
-# restricts max concurrent requests for any location which has no
-# individual rule:
-#QS_LocRequestLimitDefault 200
-
-# limits access to *.gif files to 100 concurrent requests:
-#QS_LocRequestLimitMatch "^.*\.gif$" 100
-
-# limits concurrent requests to the locations /images and /app/a:
-#QS_LocRequestLimit /images 100
-#QS_LocRequestLimit /app/a 300
-# limits download bandwidth to 5Mbit/sec:
-#QS_LocKBytesPerSecLimit /app/a 640
-
-# two locations (/app/b and /app/c) representing a single application:
-#QS_LocRequestLimitMatch "^(/app/b/|/app/c/).*$" 300
-
-
-# allows the application to nominate VIP users by sending a
-# "mod-qos-vip" HTTP response header:
-#QS_VipHeaderName mod-qos-vip
-#QS_SessionKey na&5san-sB.F4_0a=%D200ahLK1
-
diff --git a/www-apache/mod_qos/metadata.xml b/www-apache/mod_qos/metadata.xml
deleted file mode 100644
index 7e3286984..000000000
--- a/www-apache/mod_qos/metadata.xml
+++ /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_qos/mod_qos-7.6.ebuild b/www-apache/mod_qos/mod_qos-7.6.ebuild
deleted file mode 100644
index e1ac6768b..000000000
--- a/www-apache/mod_qos/mod_qos-7.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit apache-module
-
-DESCRIPTION="A QOS module for the apache webserver"
-HOMEPAGE="http://mod-qos.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-libs/apr
- dev-libs/openssl"
-RDEPEND="${DEPEND}"
-
-APACHE2_MOD_CONF=10_${PN}
-APACHE2_MOD_DEFINE="QOS"
-APXS2_S=${S}/apache2
-APACHE2_MOD_FILE=${APXS2_S}/.libs/${PN}.so
-APACHE2_EXECFILES="${APXS2_S}"/.libs/mod_qos_control.so
-DOCFILES=${S}/doc/*.html
-
-need_apache2
-
-src_compile() {
- local MYOPTS="-c mod_qos.c"
- cd "${APXS2_S}"
- ${APXS} ${MYOPTS} || die "compile failed"
- MYOPTS="-c mod_qos.lo"
- ${APXS} ${MYOPTS} || die "compile failed"
- MYOPTS="-c mod_qos_control.c"
- ${APXS} ${MYOPTS} || die "compile failed"
- MYOPTS="-c mod_qos_control.lo"
- ${APXS} ${MYOPTS} || die "compile failed"
- cd "${S}"/tools
- sed -i -e '/strip/ d' Makefile || die "sed tools makefile failed"
- emake || die "emake failed"
-}
-src_install() {
- apache-module_src_install
- dobin tools/qslog || die "Install qslog failed"
-}