diff options
author | Renat Lumpau <rl03@gentoo.org> | 2006-04-21 17:55:24 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2006-04-21 17:55:24 +0000 |
commit | e8c8f15ab0def7a63f1d8877497043478e9af1ec (patch) | |
tree | 6ee9e041c955a118a484a996bab1b241408d9d39 /app-admin/apachetop | |
parent | ppc stable, bug #130422 (diff) | |
download | gentoo-2-e8c8f15ab0def7a63f1d8877497043478e9af1ec.tar.gz gentoo-2-e8c8f15ab0def7a63f1d8877497043478e9af1ec.tar.bz2 gentoo-2-e8c8f15ab0def7a63f1d8877497043478e9af1ec.zip |
Version bump (#129568).
(Portage version: 2.1_pre9-r1)
Diffstat (limited to 'app-admin/apachetop')
-rw-r--r-- | app-admin/apachetop/ChangeLog | 9 | ||||
-rw-r--r-- | app-admin/apachetop/apachetop-0.12.6.ebuild | 33 | ||||
-rw-r--r-- | app-admin/apachetop/files/digest-apachetop-0.12.6 | 3 |
3 files changed, 43 insertions, 2 deletions
diff --git a/app-admin/apachetop/ChangeLog b/app-admin/apachetop/ChangeLog index 193eac330adb..684735d2c7de 100644 --- a/app-admin/apachetop/ChangeLog +++ b/app-admin/apachetop/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/apachetop -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/ChangeLog,v 1.34 2005/10/02 13:06:22 rl03 Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/ChangeLog,v 1.35 2006/04/21 17:55:24 rl03 Exp $ + +*apachetop-0.12.6 (21 Apr 2006) + + 21 Apr 2006; Renat Lumpau <rl03@gentoo.org> +apachetop-0.12.6.ebuild: + Version bump (#129568). 02 Oct 2005; Renat Lumpau <rl03@gentoo.org> -apachetop-0.12.5.ebuild: Removing vulnerable version diff --git a/app-admin/apachetop/apachetop-0.12.6.ebuild b/app-admin/apachetop/apachetop-0.12.6.ebuild new file mode 100644 index 000000000000..e6432c23c1fd --- /dev/null +++ b/app-admin/apachetop/apachetop-0.12.6.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2006 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.1 2006/04/21 17:55:24 rl03 Exp $ + +inherit eutils + +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="apache2 fam pcre adns" + +DEPEND="sys-apps/sed + sys-libs/readline + sys-libs/ncurses + fam? ( virtual/fam ) + pcre? ( dev-libs/libpcre ) + adns? ( net-libs/adns )" + +src_compile() { + useq apache2 && logfile="/var/log/apache2/access_log" + useq apache2 || logfile="/var/log/apache/access_log" + econf --with-logfile="${logfile}" `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 +} diff --git a/app-admin/apachetop/files/digest-apachetop-0.12.6 b/app-admin/apachetop/files/digest-apachetop-0.12.6 new file mode 100644 index 000000000000..073896897a5f --- /dev/null +++ b/app-admin/apachetop/files/digest-apachetop-0.12.6 @@ -0,0 +1,3 @@ +MD5 604283ac4bbbddd98fc9b1f11381657e apachetop-0.12.6.tar.gz 126930 +RMD160 bceb52e339100f244c0246423fb9b6972cde3d88 apachetop-0.12.6.tar.gz 126930 +SHA256 850062414517055eab2440b788b503d45ebe9b290d4b2e027a5f887ad70f3f29 apachetop-0.12.6.tar.gz 126930 |