View | Details | Raw Unified
Collapse All | Expand All

(-) awstats-6.5.ebuild.orig (-3 / +14 lines)
 Lines 10-22    Link Here 
SRC_URI="http://awstats.sourceforge.net/files/${P}.tar.gz"
SRC_URI="http://awstats.sourceforge.net/files/${P}.tar.gz"
LICENSE="GPL-2"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~mips ppc ~sparc x86"
KEYWORDS="~ppc ~sparc ~x86"
IUSE=""
IUSE="geoip"
RDEPEND=">=dev-lang/perl-5.6.1
RDEPEND=">=dev-lang/perl-5.6.1
	>=media-libs/libpng-1.2
	>=media-libs/libpng-1.2
	perl-core/Time-Local
	perl-core/Time-Local
	net-www/apache"
	net-www/apache
	geoip? ( dev-perl/Geo-IP )"
DEPEND="${RDEPEND}
DEPEND="${RDEPEND}
	>=sys-apps/sed-4"
	>=sys-apps/sed-4"
 Lines 126-130    Link Here 
	ewarn "use the command"
	ewarn "use the command"
	ewarn "     webapp-config"
	ewarn "     webapp-config"
	ewarn "to install awstats for each virtual host. See proper man page."
	ewarn "to install awstats for each virtual host. See proper man page."
	ewarn
	if use geoip ; then
	    einfo 
	    einfo "Add the following line to /etc/awstats/awstats.<yourdomain>.conf"
	    einfo "to enable GeoIP plugin:"
	    einfo "LoadPlugin=\"geoip GEOIP_STANDARD /usr/share/GeoIP/GeoIP.dat\" "
	    einfo
	fi
}
}