app-admin/apachetop: Remove old
authorDavid Seifert <soap@gentoo.org>
Fri, 29 Dec 2017 19:51:35 +0000 (20:51 +0100)
committerDavid Seifert <soap@gentoo.org>
Fri, 29 Dec 2017 22:32:29 +0000 (23:32 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-admin/apachetop/apachetop-0.12.6-r1.ebuild [deleted file]

diff --git a/app-admin/apachetop/apachetop-0.12.6-r1.ebuild b/app-admin/apachetop/apachetop-0.12.6-r1.ebuild
deleted file mode 100644 (file)
index 2b4638b..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-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 )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-gcc41.patch
-       epatch "${FILESDIR}"/${P}-configure.patch
-       epatch "${FILESDIR}"/${P}-maxpathlen.patch
-       epatch "${FILESDIR}"/${P}-ac_config_header.patch
-       eautoreconf
-}
-
-src_configure() {
-       econf --with-logfile=/var/log/apache2/access_log \
-               $(use_with fam) \
-               $(use_with pcre) \
-               $(use_with adns)
-}
-
-src_compile() {
-       emake || die "emake failed"
-}
-
-src_install() {
-       make DESTDIR="${D}" install || die "make install failed"
-       dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
-}