summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/apachetop/apachetop-0.10.ebuild35
-rw-r--r--app-admin/apachetop/apachetop-0.5.ebuild33
-rw-r--r--app-admin/apachetop/apachetop-0.9.ebuild34
-rw-r--r--app-admin/apachetop/files/digest-apachetop-0.101
-rw-r--r--app-admin/apachetop/files/digest-apachetop-0.51
-rw-r--r--app-admin/apachetop/files/digest-apachetop-0.91
6 files changed, 0 insertions, 105 deletions
diff --git a/app-admin/apachetop/apachetop-0.10.ebuild b/app-admin/apachetop/apachetop-0.10.ebuild
deleted file mode 100644
index 9ac66684f7aa..000000000000
--- a/app-admin/apachetop/apachetop-0.10.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/apachetop-0.10.ebuild,v 1.1 2004/03/30 22:44:55 zul Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A realtime Apache log analyzer"
-HOMEPAGE="http://clueful.shagged.org/apachetop/"
-SRC_URI="http://clueful.shagged.org/apachetop/files/${P}.tar.gz"
-
-IUSE="apache2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~sparc ~mips"
-
-DEPEND="!apache2? ( >=net-www/apache-1.3.28 )
- apache2? ( >=net-www/apache-2.0.47 )
- sys-apps/sed"
-
-src_compile() {
- if use apache2
- then
- sed -i 's%DEFAULT_LOGFILE "/var/httpd/apache_log"%DEFAULT_LOGFILE "/var/log/apache2/access_log"%' src/apachetop.h
- else
- sed -i 's%DEFAULT_LOGFILE "/var/httpd/apache_log"%DEFAULT_LOGFILE "/var/log/access_log"%' src/apachetop.h
- fi
- ./configure
- emake || die
-}
-
-src_install() {
- dobin src/apachetop || die
-
- dodoc README INSTALL TODO AUTHORS ChangeLog NEWS
-}
diff --git a/app-admin/apachetop/apachetop-0.5.ebuild b/app-admin/apachetop/apachetop-0.5.ebuild
deleted file mode 100644
index 3424200b6fce..000000000000
--- a/app-admin/apachetop/apachetop-0.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/apachetop-0.5.ebuild,v 1.3 2004/03/30 22:44:55 zul Exp $
-
-MY_P="ApacheTop-${PV}"
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="A realtime Apache log analyzer"
-HOMEPAGE="http://clueful.shagged.org/apachetop/"
-SRC_URI="http://clueful.shagged.org/apachetop/files/${P}.tar.gz"
-
-IUSE="apache2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~sparc"
-
-DEPEND="!apache2? ( >=net-www/apache-1.3.28 )
- apache2? ( >=net-www/apache-2.0.47 )
- sys-apps/sed"
-
-src_compile() {
- if use apache2
- then
- sed -i 's%DEFAULT_LOGFILE "/var/httpd/apache_log"%DEFAULT_LOGFILE "/etc/apache2/logs/access_log"%' *
- else
- sed -i 's%DEFAULT_LOGFILE "/var/httpd/apache_log"%DEFAULT_LOGFILE "/etc/apache/logs/access_log"%' *
- fi
- emake linux || die
-}
-
-src_install() {
- dobin apachetop || die
-}
diff --git a/app-admin/apachetop/apachetop-0.9.ebuild b/app-admin/apachetop/apachetop-0.9.ebuild
deleted file mode 100644
index d764d70f2d6c..000000000000
--- a/app-admin/apachetop/apachetop-0.9.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/apachetop-0.9.ebuild,v 1.4 2004/04/14 07:27:00 aliz Exp $
-
-DESCRIPTION="A realtime Apache log analyzer"
-HOMEPAGE="http://clueful.shagged.org/apachetop/"
-SRC_URI="http://clueful.shagged.org/apachetop/files/${P}.tar.gz"
-
-IUSE="apache2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~sparc ~mips"
-
-DEPEND="!apache2? ( >=net-www/apache-1.3.28 )
- apache2? ( >=net-www/apache-2.0.47 )
- sys-apps/sed"
-
-src_compile() {
- if use apache2
- then
- sed -i 's%DEFAULT_LOGFILE "/var/httpd/apache_log"%DEFAULT_LOGFILE "/etc/apache2/logs/access_log"%' src/apachetop.h
- else
- sed -i 's%DEFAULT_LOGFILE "/var/httpd/apache_log"%DEFAULT_LOGFILE "/etc/apache/logs/access_log"%' src/apachetop.h
- fi
- ./configure
- emake || die
-}
-
-src_install() {
- dobin src/apachetop || die
-
- dodoc README INSTALL TODO AUTHORS ChangeLog NEWS
-}
diff --git a/app-admin/apachetop/files/digest-apachetop-0.10 b/app-admin/apachetop/files/digest-apachetop-0.10
deleted file mode 100644
index 11cbc3f4e3fa..000000000000
--- a/app-admin/apachetop/files/digest-apachetop-0.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 26d03b6aad6aae5bec2a05face285aec apachetop-0.10.tar.gz 114571
diff --git a/app-admin/apachetop/files/digest-apachetop-0.5 b/app-admin/apachetop/files/digest-apachetop-0.5
deleted file mode 100644
index 3f71090b1e54..000000000000
--- a/app-admin/apachetop/files/digest-apachetop-0.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 02fd919e77b9791f6162cb462daa7749 apachetop-0.5.tar.gz 22787
diff --git a/app-admin/apachetop/files/digest-apachetop-0.9 b/app-admin/apachetop/files/digest-apachetop-0.9
deleted file mode 100644
index 17ba87692305..000000000000
--- a/app-admin/apachetop/files/digest-apachetop-0.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6a6d27d78915e1d7923ecdcc4573adfe apachetop-0.9.tar.gz 114857