summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2005-08-09 14:21:21 +0000
committerRenat Lumpau <rl03@gentoo.org>2005-08-09 14:21:21 +0000
commita3d865d3e8c3fb14c5f12b659e7b49c137999e96 (patch)
tree3ff76468b64fb15c7ec3f46aba91621c59f15658 /www-apps/openwebstats/openwebstats-1.1.ebuild
parentVersion bump. (diff)
downloadhistorical-a3d865d3e8c3fb14c5f12b659e7b49c137999e96.tar.gz
historical-a3d865d3e8c3fb14c5f12b659e7b49c137999e96.tar.bz2
historical-a3d865d3e8c3fb14c5f12b659e7b49c137999e96.zip
removed unnecessary eutils
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'www-apps/openwebstats/openwebstats-1.1.ebuild')
-rw-r--r--www-apps/openwebstats/openwebstats-1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/openwebstats/openwebstats-1.1.ebuild b/www-apps/openwebstats/openwebstats-1.1.ebuild
index 5b3d88915a0b..75802decb956 100644
--- a/www-apps/openwebstats/openwebstats-1.1.ebuild
+++ b/www-apps/openwebstats/openwebstats-1.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/openwebstats/openwebstats-1.1.ebuild,v 1.1 2005/08/09 12:33:40 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/openwebstats/openwebstats-1.1.ebuild,v 1.2 2005/08/09 14:21:21 rl03 Exp $
-inherit eutils webapp
+inherit webapp
DESCRIPTION="OpenWebStats is a PHP stats application that reads Apache log files and imports the data to a MySQL database."
HOMEPAGE="http://openwebstats.sourceforge.net/"