summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-03-22 10:29:29 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-03-22 10:29:29 +0000
commite6d1d68e969f6be6327ee2d611b7f515c0c2f1e9 (patch)
tree969e373233d9a467cf201fb67d405737bfc87e82 /app-admin/apachetop
parentDelete older ebuild. (diff)
downloadgentoo-2-e6d1d68e969f6be6327ee2d611b7f515c0c2f1e9.tar.gz
gentoo-2-e6d1d68e969f6be6327ee2d611b7f515c0c2f1e9.tar.bz2
gentoo-2-e6d1d68e969f6be6327ee2d611b7f515c0c2f1e9.zip
Delete older ebuild.
(Portage version: 2.2.0_alpha28_p4/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/apachetop')
-rw-r--r--app-admin/apachetop/ChangeLog6
-rw-r--r--app-admin/apachetop/apachetop-0.12.6.ebuild40
2 files changed, 5 insertions, 41 deletions
diff --git a/app-admin/apachetop/ChangeLog b/app-admin/apachetop/ChangeLog
index 842ad8059f62..b6a076bb511a 100644
--- a/app-admin/apachetop/ChangeLog
+++ b/app-admin/apachetop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/apachetop
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/ChangeLog,v 1.49 2011/03/20 18:22:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/ChangeLog,v 1.50 2011/03/22 10:29:29 arfrever Exp $
+
+ 22 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -apachetop-0.12.6.ebuild:
+ Delete.
20 Mar 2011; Raúl Porcel <armin76@gentoo.org> apachetop-0.12.6-r1.ebuild:
sparc stable wrt #316875
diff --git a/app-admin/apachetop/apachetop-0.12.6.ebuild b/app-admin/apachetop/apachetop-0.12.6.ebuild
deleted file mode 100644
index 3644df9a9186..000000000000
--- a/app-admin/apachetop/apachetop-0.12.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/apachetop-0.12.6.ebuild,v 1.9 2008/02/23 20:26:07 hollow Exp $
-
-inherit eutils autotools
-
-DESCRIPTION="A realtime Apache log analyzer"
-HOMEPAGE="http://www.webta.org/projects/apachetop"
-SRC_URI="http://www.webta.org/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ~mips ppc sparc x86"
-IUSE="fam pcre adns"
-
-DEPEND="fam? ( virtual/fam )
- pcre? ( dev-libs/libpcre )
- adns? ( net-libs/adns )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gcc41.patch
- epatch "${FILESDIR}"/${P}-configure.patch
- eautoreconf
-}
-
-src_compile() {
- econf --with-logfile=/var/log/apache2/access_log \
- $(use_with fam) \
- $(use_with pcre) \
- $(use_with adns) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
-}