summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2005-02-06 08:02:30 +0000
committerBenedikt Boehm <hollow@gentoo.org>2005-02-06 08:02:30 +0000
commitde018a5898e1c96b5070ba972e54708a76577dd9 (patch)
treea05bcea056f655accbdf25e490d9f0dac89afa15 /app-admin
parentadd patch fixing typo in Makefile.am. I'm not sure the typo actually breaks a... (diff)
downloadgentoo-2-de018a5898e1c96b5070ba972e54708a76577dd9.tar.gz
gentoo-2-de018a5898e1c96b5070ba972e54708a76577dd9.tar.bz2
gentoo-2-de018a5898e1c96b5070ba972e54708a76577dd9.zip
Bumped to 0.12.5 Closes #67367
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/apachetop/ChangeLog7
-rw-r--r--app-admin/apachetop/Manifest4
-rw-r--r--app-admin/apachetop/apachetop-0.12.5.ebuild32
-rw-r--r--app-admin/apachetop/files/digest-apachetop-0.12.51
4 files changed, 42 insertions, 2 deletions
diff --git a/app-admin/apachetop/ChangeLog b/app-admin/apachetop/ChangeLog
index d69dfbc53443..effe5de8a05b 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.21 2005/01/01 10:55:06 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/ChangeLog,v 1.22 2005/02/06 08:02:30 hollow Exp $
+
+*apachetop-0.12.5 (06 Feb 2005)
+
+ 06 Feb 2005; Benedikt Boehm <hollow@gentoo.org> +apachetop-0.12.5.ebuild:
+ Bumped to 0.12.5 Closes #67367
15 Nov 2004; Robin H. Johnson <robbat2@gentoo.org> apachetop-0.12.ebuild:
convert to virtual fam.
diff --git a/app-admin/apachetop/Manifest b/app-admin/apachetop/Manifest
index e87a4a2be178..24d4cb2c8414 100644
--- a/app-admin/apachetop/Manifest
+++ b/app-admin/apachetop/Manifest
@@ -1,6 +1,8 @@
-MD5 2927fcd1232ea71307a61b73789d02b4 ChangeLog 2655
+MD5 5d99c5481254f5bb917462d5f052fe6e ChangeLog 2798
MD5 7c24f70666f4ab80a7968850da5b9ce6 apachetop-0.11.ebuild 1033
MD5 b5da4bf360971eda809f72ee392de6ac apachetop-0.12.ebuild 1058
MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161
+MD5 a48610bd07e1c4b0f7d2649b9e598f4b apachetop-0.12.5.ebuild 999
MD5 fdecf3384b463c0f2b2d46f6417c7a69 files/digest-apachetop-0.11 66
MD5 6e87f45d9828dcc07fc87b5f2c75d159 files/digest-apachetop-0.12 66
+MD5 946d0848d81bf273d4d8a0cf79667a31 files/digest-apachetop-0.12.5 68
diff --git a/app-admin/apachetop/apachetop-0.12.5.ebuild b/app-admin/apachetop/apachetop-0.12.5.ebuild
new file mode 100644
index 000000000000..2e0db6451cd7
--- /dev/null
+++ b/app-admin/apachetop/apachetop-0.12.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/apachetop-0.12.5.ebuild,v 1.1 2005/02/06 08:02:30 hollow Exp $
+
+DESCRIPTION="A realtime Apache log analyzer"
+HOMEPAGE="http://clueful.shagged.org/apachetop/"
+SRC_URI="http://clueful.shagged.org/apachetop/files/${P}.tar.gz"
+
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~mips ~ppc"
+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 README INSTALL TODO AUTHORS ChangeLog NEWS
+}
diff --git a/app-admin/apachetop/files/digest-apachetop-0.12.5 b/app-admin/apachetop/files/digest-apachetop-0.12.5
new file mode 100644
index 000000000000..e9a79fb4e6c3
--- /dev/null
+++ b/app-admin/apachetop/files/digest-apachetop-0.12.5
@@ -0,0 +1 @@
+MD5 47c40c26319d57100008a2a56dcefe06 apachetop-0.12.5.tar.gz 126967