summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2006-01-21 18:49:14 +0000
committerBryan Østergaard <kloeri@gentoo.org>2006-01-21 18:49:14 +0000
commita7fdac4aff529747045385b4c60f8310da32d552 (patch)
treed0a9590b4941ab46d4eff56c77a9e4d7f9d0164a /www-apache
parentMarked ppc stable for bug #118654. (diff)
downloadhistorical-a7fdac4aff529747045385b4c60f8310da32d552.tar.gz
historical-a7fdac4aff529747045385b4c60f8310da32d552.tar.bz2
historical-a7fdac4aff529747045385b4c60f8310da32d552.zip
Removing mod_accounting, bug 106466.
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_accounting/ChangeLog13
-rw-r--r--www-apache/mod_accounting/Manifest19
-rw-r--r--www-apache/mod_accounting/files/10_mod_accounting.conf12
-rw-r--r--www-apache/mod_accounting/files/digest-mod_accounting-0.51
-rw-r--r--www-apache/mod_accounting/files/mod_accounting-0.5-all.patch15
-rw-r--r--www-apache/mod_accounting/files/mod_accounting-0.5-fix.patch15
-rw-r--r--www-apache/mod_accounting/files/mod_accounting-0.5-mysql.patch17
-rw-r--r--www-apache/mod_accounting/files/mod_accounting-0.5-pgsql.patch16
-rw-r--r--www-apache/mod_accounting/metadata.xml8
-rw-r--r--www-apache/mod_accounting/mod_accounting-0.5.ebuild50
10 files changed, 0 insertions, 166 deletions
diff --git a/www-apache/mod_accounting/ChangeLog b/www-apache/mod_accounting/ChangeLog
deleted file mode 100644
index 35f071606c42..000000000000
--- a/www-apache/mod_accounting/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for www-apache/mod_accounting
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_accounting/ChangeLog,v 1.1 2005/04/21 10:20:56 hollow Exp $
-
-*mod_accounting-0.5 (21 Apr 2005)
-
- 21 Apr 2005; Benedikt Boehm <hollow@gentoo.org>
- +files/mod_accounting-0.5-all.patch, +files/mod_accounting-0.5-fix.patch,
- +files/mod_accounting-0.5-mysql.patch,
- +files/mod_accounting-0.5-pgsql.patch, +files/10_mod_accounting.conf,
- +metadata.xml, +mod_accounting-0.5.ebuild:
- Initial import. Ebuild submitted by Anatoly Shipitsin <sauron@infocentr.ru>
-
diff --git a/www-apache/mod_accounting/Manifest b/www-apache/mod_accounting/Manifest
deleted file mode 100644
index 31b2164ccc6e..000000000000
--- a/www-apache/mod_accounting/Manifest
+++ /dev/null
@@ -1,19 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 738044f6451f2f6ad3f3472ceb8e5253 ChangeLog 622
-MD5 2148fe5dd97e63ce3c4a296288af45a4 files/10_mod_accounting.conf 407
-MD5 a6c50c342450f5c0cafb1d2bc9311258 files/digest-mod_accounting-0.5 68
-MD5 58a216778f044115abfdcd1408919298 files/mod_accounting-0.5-all.patch 620
-MD5 86999fe7b606ac09d34b12fc842be634 files/mod_accounting-0.5-fix.patch 505
-MD5 388d4a516dce21a765d9d130ed361fe3 files/mod_accounting-0.5-mysql.patch 598
-MD5 98aaf9bc748c614b9c74ddc522d3b8e1 files/mod_accounting-0.5-pgsql.patch 605
-MD5 7272d8b6d09e3e301b6a08aa9c912eb0 metadata.xml 226
-MD5 af82fb3b8a7f4b427606958cbef4459a mod_accounting-0.5.ebuild 1343
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDSXlJKf2g/qXtneoRAkNdAJ4nEyBwtSV8hmGMjf7ItWmhi40RJACffni/
-MJ46Or717NAjnqQr8YlS+G8=
-=ywEd
------END PGP SIGNATURE-----
diff --git a/www-apache/mod_accounting/files/10_mod_accounting.conf b/www-apache/mod_accounting/files/10_mod_accounting.conf
deleted file mode 100644
index 35365353f595..000000000000
--- a/www-apache/mod_accounting/files/10_mod_accounting.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-<IfDefine ACCOUNTING>
- LoadModule accounting_module modules/mod_accounting.so
-</IfDefine>
-
-<IfModule mod_accounting.c>
- AccountingDatabase accounting
- AccountingQueryFmt "INSERT INTO ipaccounting ( tstamp, host, bytesin, bytesout) VALUES( NOW() , '%h', %r, %s )"
- AccountingDatabaseDriver mysql
- AccountingDBHost localhost 3306
- AccountingLoginInfo apache apacheagent
- AccountingTimedUpdates 30
-</IfModule>
diff --git a/www-apache/mod_accounting/files/digest-mod_accounting-0.5 b/www-apache/mod_accounting/files/digest-mod_accounting-0.5
deleted file mode 100644
index 37ad3f11a538..000000000000
--- a/www-apache/mod_accounting/files/digest-mod_accounting-0.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fc045bbdc5ae32241765fea2967a63fb mod_accounting-0.5.tar.gz 9728
diff --git a/www-apache/mod_accounting/files/mod_accounting-0.5-all.patch b/www-apache/mod_accounting/files/mod_accounting-0.5-all.patch
deleted file mode 100644
index ccc3e094b603..000000000000
--- a/www-apache/mod_accounting/files/mod_accounting-0.5-all.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ruN mod_accounting-0.5.orig/Makefile mod_accounting-0.5/Makefile
---- mod_accounting-0.5.orig/Makefile 2001-12-30 19:11:43.000000000 +0500
-+++ mod_accounting-0.5/Makefile 2005-04-13 13:21:31.545792008 +0600
-@@ -10,8 +10,8 @@
-
- # here's what you may need to change
- DEF=-DNEED_POSTGRES -DNEED_MYSQL
--INC=-I/usr/local/pgsql/include/ -I/usr/local/mysql/include/
--LIB=-L/usr/local/pgsql/lib -lpq -L/usr/local/mysql/lib/mysql/ -lmysqlclient
-+INC=-I/usr/include/postgresql/pgsql/ -I/usr/include/mysql/
-+LIB=-L/usr/lib/postgresql/ -lpq -L/usr/lib/mysql/ -lmysqlclient
-
- # the default target
- all: mod_accounting.so
- \ No newline at end of file
diff --git a/www-apache/mod_accounting/files/mod_accounting-0.5-fix.patch b/www-apache/mod_accounting/files/mod_accounting-0.5-fix.patch
deleted file mode 100644
index ce990400e6b7..000000000000
--- a/www-apache/mod_accounting/files/mod_accounting-0.5-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ruN mod_accounting-0.5.orig/mod_accounting.c mod_accounting-0.5/mod_accounting.c
---- mod_accounting-0.5.orig/mod_accounting.c 2002-09-08 21:17:22.000000000 +0600
-+++ mod_accounting-0.5/mod_accounting.c 2005-04-13 13:02:53.772719344 +0600
-@@ -217,8 +217,9 @@
- int i, found = 0;
- char *ptr = arg;
-
-- while( *ptr )
-- *ptr++ = tolower( *ptr );
-+// it's not need
-+// while( *ptr )
-+// *ptr++ = tolower( *ptr );
-
- // let's see if we have the requested driver
- for( i = 0; i < DB_MAX; i++ )
diff --git a/www-apache/mod_accounting/files/mod_accounting-0.5-mysql.patch b/www-apache/mod_accounting/files/mod_accounting-0.5-mysql.patch
deleted file mode 100644
index 240fe5b24091..000000000000
--- a/www-apache/mod_accounting/files/mod_accounting-0.5-mysql.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -ruN mod_accounting-0.5.orig/Makefile mod_accounting-0.5/Makefile
---- mod_accounting-0.5.orig/Makefile 2001-12-30 19:11:43.000000000 +0500
-+++ mod_accounting-0.5/Makefile 2005-04-13 13:24:38.427381688 +0600
-@@ -9,9 +9,10 @@
- APACHECTL=apachectl
-
- # here's what you may need to change
--DEF=-DNEED_POSTGRES -DNEED_MYSQL
--INC=-I/usr/local/pgsql/include/ -I/usr/local/mysql/include/
--LIB=-L/usr/local/pgsql/lib -lpq -L/usr/local/mysql/lib/mysql/ -lmysqlclient
-+DEF=-DNEED_MYSQL
-+INC=-I/usr/include/mysql/
-+LIB=-L/usr/lib/mysql/ -lmysqlclient
-+
-
- # the default target
- all: mod_accounting.so
diff --git a/www-apache/mod_accounting/files/mod_accounting-0.5-pgsql.patch b/www-apache/mod_accounting/files/mod_accounting-0.5-pgsql.patch
deleted file mode 100644
index 3df0ef710106..000000000000
--- a/www-apache/mod_accounting/files/mod_accounting-0.5-pgsql.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -ruN mod_accounting-0.5.orig/Makefile mod_accounting-0.5/Makefile
---- mod_accounting-0.5.orig/Makefile 2001-12-30 19:11:43.000000000 +0500
-+++ mod_accounting-0.5/Makefile 2005-04-13 13:23:18.489534088 +0600
-@@ -9,9 +9,9 @@
- APACHECTL=apachectl
-
- # here's what you may need to change
--DEF=-DNEED_POSTGRES -DNEED_MYSQL
--INC=-I/usr/local/pgsql/include/ -I/usr/local/mysql/include/
--LIB=-L/usr/local/pgsql/lib -lpq -L/usr/local/mysql/lib/mysql/ -lmysqlclient
-+DEF=-DNEED_POSTGRES
-+INC=-I/usr/include/postgresql/pgsql/
-+LIB=-L/usr/lib/postgresql/ -lpq
-
- # the default target
- all: mod_accounting.so
diff --git a/www-apache/mod_accounting/metadata.xml b/www-apache/mod_accounting/metadata.xml
deleted file mode 100644
index ff5b6490402e..000000000000
--- a/www-apache/mod_accounting/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>apache</herd>
-<maintainer>
- <email>apache-bugs@gentoo.org</email>
-</maintainer>
-</pkgmetadata>
diff --git a/www-apache/mod_accounting/mod_accounting-0.5.ebuild b/www-apache/mod_accounting/mod_accounting-0.5.ebuild
deleted file mode 100644
index 10a20a3ab1c2..000000000000
--- a/www-apache/mod_accounting/mod_accounting-0.5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_accounting/mod_accounting-0.5.ebuild,v 1.1 2005/04/21 10:20:56 hollow Exp $
-
-inherit eutils apache-module
-
-DESCRIPTION="This apache module is intended for doing traffic account."
-HOMEPAGE="http://mod-acct.sourceforge.net/"
-SRC_URI="mirror://sourceforge/mod-acct/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="mysql postgres"
-
-DEPEND="mysql? ( dev-db/mysql ) postgres? ( dev-db/postgresql )"
-
-APACHE1_MOD_CONF="10_${PN}"
-APACHE1_MOD_DEFINE="ACCOUNTING"
-
-DOCFILES="ChangeLog README LICENSE FAQ.txt schema.sql"
-
-need_apache1
-
-src_unpack(){
- unpack ${A} || die "unpack failed"
- cd ${S} || die "cd to \$S failed"
-
- if use mysql; then
- epatch ${FILESDIR}/mod_accounting-0.5-mysql.patch
- elif use postgres; then
- epatch ${FILESDIR}/mod_accounting-0.5-pgsql.patch
- elif use mysql && use postgres; then
- epatch ${FILESDIR}/mod_accounting-0.5-all.patch
- else
- die "choose at least one of mysql or postgres as database driver"
- fi
-
- epatch ${FILESDIR}/mod_accounting-0.5-fix.patch
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-pkg_postinst() {
- apache-module_pkg_postinst
- einfo "See /usr/share/doc/${PF}/create_tables.sql.gz "
- einfo "on how to create logging tables.\n"
-}