jer 15/02/17 10:21:38 Modified: ChangeLog Added: sarg-2.3.10.ebuild Log: Version bump. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.90 net-analyzer/sarg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sarg/ChangeLog?rev=1.90&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sarg/ChangeLog?rev=1.90&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sarg/ChangeLog?r1=1.89&r2=1.90 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sarg/ChangeLog,v retrieving revision 1.89 retrieving revision 1.90 diff -u -r1.89 -r1.90 --- ChangeLog 29 Nov 2014 11:37:12 -0000 1.89 +++ ChangeLog 17 Feb 2015 10:21:38 -0000 1.90 @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/sarg -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/ChangeLog,v 1.89 2014/11/29 11:37:12 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/ChangeLog,v 1.90 2015/02/17 10:21:38 jer Exp $ + +*sarg-2.3.10 (17 Feb 2015) + + 17 Feb 2015; Jeroen Roovers <[email protected]> +sarg-2.3.10.ebuild: + Version bump. 29 Nov 2014; Jeroen Roovers <[email protected]> files/sarg-2.3.9-configure.patch: 1.1 net-analyzer/sarg/sarg-2.3.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sarg/sarg-2.3.10.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sarg/sarg-2.3.10.ebuild?rev=1.1&content-type=text/plain Index: sarg-2.3.10.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-2.3.10.ebuild,v 1.1 2015/02/17 10:21:38 jer Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="Squid Analysis Report Generator" HOMEPAGE="http://sarg.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" SLOT="0" IUSE="+gd ldap pcre" DEPEND=" gd? ( media-libs/gd[png,truetype] ) ldap? ( net-nds/openldap ) pcre? ( dev-libs/libpcre ) " RDEPEND="${DEPEND}" DOCS=( BETA-TESTERS CONTRIBUTORS DONATIONS README ChangeLog htaccess ) src_prepare() { epatch \ "${FILESDIR}"/${PN}-2.3.9-configure.patch \ "${FILESDIR}"/${PN}-2.3.9-configure-bash.patch sed -i \ -e 's:/usr/local/squid/var/logs/access.log:/var/log/squid/access.log:' \ -e 's:/usr/local/\(squidGuard/squidGuard.conf\):/etc/\1:' \ -e 's:/var/www/html/squid-reports:/var/www/localhost/htdocs/squid-reports:' \ -e 's:/usr/local/sarg/exclude_codes:/etc/sarg/exclude_codes:' \ sarg.conf || die sed -i \ -e 's:"/var/www/html/squid-reports":"/var/www/localhost/htdocs/squid-reports":' \ log.c || die #43132 sed -i \ -e 's:/usr/local/sarg/passwd:/etc/sarg/passwd:' \ htaccess || die sed -i \ -e 's:/usr/local/\(sarg/sarg.conf\):/etc/\1:' \ -e 's:/usr/local/squid/etc/passwd:/etc/squid/passwd:' \ user_limit_block || die sed -i \ -e 's:/usr/local/squid/etc/block.txt:/etc/squid/etc/block.txt:' \ sarg-php/sarg-block-it.php || die sed -i \ -e 's:/usr/local/\(sarg/sarg.conf\):/etc/\1:' \ -e 's:/usr/local/\(squidGuard/squidGuard.conf\):/etc/\1:' \ sarg.1 sarg-php/sarg-squidguard-block.php || die eautoreconf } src_configure() { econf \ $(use_with gd) \ $(use_with ldap) \ $(use_with pcre) \ --sysconfdir="${EPREFIX}/etc/sarg/" }
