diff options
Diffstat (limited to 'net-www/mod_watch/mod_watch-3.18.ebuild')
-rw-r--r-- | net-www/mod_watch/mod_watch-3.18.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/net-www/mod_watch/mod_watch-3.18.ebuild b/net-www/mod_watch/mod_watch-3.18.ebuild deleted file mode 100644 index 2b012ef05487..000000000000 --- a/net-www/mod_watch/mod_watch-3.18.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/mod_watch-3.18.ebuild,v 1.7 2005/03/01 01:00:57 beu Exp $ - -DESCRIPTION="Bandwidth graphing for Apache with MRTG" -HOMEPAGE="http://www.snert.com/Software/mod_watch/" -KEYWORDS="~x86" - -MY_V=${PV/./} -SRC_URI="http://www.snert.com/Software/download/${PN}${MY_V}.tgz" - -IUSE="" -DEPEND="=net-www/apache-1*" -LICENSE="as-is" -SLOT="0" - -src_compile() { - make build-dynamic || die "compile problem" -} - -src_install() { - exeinto /usr/lib/apache-extramodules - doexe mod_watch.so - - exeinto /usr/sbin - doexe apache2mrtg.pl - doexe mod_watch.pl - - dodoc CHANGES.txt LICENSE.txt - dohtml index.shtml - - insinto /etc/apache/conf/addon-modules - doins ${FILESDIR}/mod_watch.conf -} - -pkg_postinst() { - einfo - einfo "Execute \"ebuild /usr/portage/net-www/${PF}/${PF}.ebuild config\"" - einfo "to have your apache.conf auto-updated for use with this module." - einfo "You should then edit your /etc/conf.d/apache file to suit." - einfo -} - -pkg_config() { - ${ROOT}/usr/sbin/apacheaddmod \ - ${ROOT}/etc/apache/conf/apache.conf \ - extramodules/mod_watch.so mod_watch.c watch_module \ - define=WATCH addconf=conf/addon-modules/mod_watch.conf - :; -} |