diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-03-29 08:45:41 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-03-29 08:45:41 +0000 |
commit | bfa1f0f7a11636ad38ca443cf647659e6292b786 (patch) | |
tree | fb4e70f9a01e0414b4f12592b5baed2e92706a92 /app-admin/apachetop | |
parent | Initial commit. Based loosely off Christian Steineck <memphis@machzwo.de> bug... (diff) | |
download | historical-bfa1f0f7a11636ad38ca443cf647659e6292b786.tar.gz historical-bfa1f0f7a11636ad38ca443cf647659e6292b786.tar.bz2 historical-bfa1f0f7a11636ad38ca443cf647659e6292b786.zip |
Marked stable on x86
Diffstat (limited to 'app-admin/apachetop')
-rw-r--r-- | app-admin/apachetop/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/apachetop/Manifest | 4 | ||||
-rw-r--r-- | app-admin/apachetop/apachetop-0.9.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-admin/apachetop/ChangeLog b/app-admin/apachetop/ChangeLog index 53f748cef039..7bea7596cd2a 100644 --- a/app-admin/apachetop/ChangeLog +++ b/app-admin/apachetop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/apachetop # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/ChangeLog,v 1.6 2004/01/19 19:37:18 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/ChangeLog,v 1.7 2004/03/29 08:45:41 stuart Exp $ + + 29 Mar 2004; Stuart Herbert <stuart@gentoo.org> apachetop-0.9.ebuild: + Marked stable on x86 19 Jan 2004; <tuxus@gentoo.org> apachetop-0.9.ebuild: Added ~mips to KEYWORDS. diff --git a/app-admin/apachetop/Manifest b/app-admin/apachetop/Manifest index 4e145579a3db..c5214ff7717d 100644 --- a/app-admin/apachetop/Manifest +++ b/app-admin/apachetop/Manifest @@ -1,6 +1,6 @@ -MD5 3b8253f446da74b33730567e3b5c59cc ChangeLog 815 +MD5 a9fbbdefd0e53dbb0dac8540baa1fc56 apachetop-0.9.ebuild 988 MD5 5ed0a5cbfdc30f841f459b1fa09d52ae apachetop-0.5.ebuild 918 -MD5 6401528ce24bf7a9e37b52f100966fc3 apachetop-0.9.ebuild 988 +MD5 d3a48f9e2c5eac5700c3455acb571824 ChangeLog 912 MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 MD5 fa651f53193886eec73464ab4c216750 files/digest-apachetop-0.5 64 MD5 f7955800245ad93f3a76fdc0e2ba3d3c files/digest-apachetop-0.9 65 diff --git a/app-admin/apachetop/apachetop-0.9.ebuild b/app-admin/apachetop/apachetop-0.9.ebuild index 8162b501d1a9..36a941c807e0 100644 --- a/app-admin/apachetop/apachetop-0.9.ebuild +++ b/app-admin/apachetop/apachetop-0.9.ebuild @@ -1,6 +1,6 @@ # 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.2 2004/01/19 19:37:18 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/apachetop-0.9.ebuild,v 1.3 2004/03/29 08:45:41 stuart Exp $ S=${WORKDIR}/${P} DESCRIPTION="A realtime Apache log analyzer" @@ -11,7 +11,7 @@ IUSE="apache2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~mips" +KEYWORDS="x86 ~sparc ~mips" DEPEND="!apache2? ( >=net-www/apache-1.3.28 ) apache2? ( >=net-www/apache-2.0.47 ) |