From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RUtjS-0007Q7-Cb for garchives@archives.gentoo.org; Mon, 28 Nov 2011 05:26:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D83B21C040; Mon, 28 Nov 2011 05:26:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 463BD21C040 for ; Mon, 28 Nov 2011 05:26:09 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 861141B4003 for ; Mon, 28 Nov 2011 05:26:08 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2274) id 588DD2004B; Mon, 28 Nov 2011 05:26:07 +0000 (UTC) From: "Tim Harder (radhermit)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, radhermit@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: clamav-0.97.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: clamav-0.97.3.ebuild ChangeLog X-VCS-Directories: app-antivirus/clamav X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder Content-Type: text/plain; charset=utf8 Message-Id: <20111128052607.588DD2004B@flycatcher.gentoo.org> Date: Mon, 28 Nov 2011 05:26:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f4b477a3-5305-4d3a-bd0e-abe9409fe9f8 X-Archives-Hash: d0235948e7de8e4bdc10014238a352b0 radhermit 11/11/28 05:26:07 Modified: clamav-0.97.3.ebuild ChangeLog Log: Fix autotools-utils usage (bug #392135). =20 (Portage version: 2.2.0_alpha77/cvs/Linux x86_64) Revision Changes Path 1.8 app-antivirus/clamav/clamav-0.97.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clam= av/clamav-0.97.3.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clam= av/clamav-0.97.3.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clam= av/clamav-0.97.3.ebuild?r1=3D1.7&r2=3D1.8 Index: clamav-0.97.3.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.3.ebui= ld,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- clamav-0.97.3.ebuild 27 Nov 2011 03:37:41 -0000 1.7 +++ clamav-0.97.3.ebuild 28 Nov 2011 05:26:07 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.3.eb= uild,v 1.7 2011/11/27 03:37:41 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.3.eb= uild,v 1.8 2011/11/28 05:26:07 radhermit Exp $ =20 EAPI=3D4 =20 @@ -31,7 +31,7 @@ =20 DOCS=3D( AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README UPGRADE ) =20 -AUTOTOOLS_IN_SOURCE_BUILD=3D1 +PATCHES=3D( "${FILESDIR}"/${PN}-0.97-nls.patch ) =20 pkg_setup() { enewgroup clamav @@ -39,26 +39,27 @@ } =20 src_prepare() { - epatch "${FILESDIR}"/${PN}-0.97-nls.patch use ppc64 && append-flags -mminimal-toc + autotools-utils_src_prepare } =20 src_configure() { - econf \ - --disable-experimental \ - --enable-id-check \ - --with-dbdir=3D/var/lib/clamav \ - --with-system-tommath \ - $(use_enable bzip2) \ - $(use_enable clamdtop) \ - $(use_enable ipv6) \ - $(use_enable milter) \ - $(use_enable static-libs static) \ + local myeconfargs=3D( + --disable-experimental + --enable-id-check + --with-dbdir=3D/var/lib/clamav + --with-system-tommath + $(use_enable bzip2) + $(use_enable clamdtop) + $(use_enable ipv6) + $(use_enable milter) $(use_with iconv) + ) + autotools-utils_src_configure } =20 src_install() { - default + autotools-utils_src_install =20 rm -rf "${ED}"/var/lib/clamav newinitd "${FILESDIR}"/clamd.rc clamd @@ -75,8 +76,6 @@ insinto /etc/logrotate.d newins "${FILESDIR}"/clamav.logrotate clamav =20 - remove_libtool_files - # Modify /etc/{clamd,freshclam}.conf to be usable out of the box sed -i -e "s:^\(Example\):\# \1:" \ -e "s:.*\(PidFile\) .*:\1 /var/run/clamav/clamd.pid:" \ 1.410 app-antivirus/clamav/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clam= av/ChangeLog?rev=3D1.410&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clam= av/ChangeLog?rev=3D1.410&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clam= av/ChangeLog?r1=3D1.409&r2=3D1.410 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v retrieving revision 1.409 retrieving revision 1.410 diff -u -r1.409 -r1.410 --- ChangeLog 27 Nov 2011 03:37:41 -0000 1.409 +++ ChangeLog 28 Nov 2011 05:26:07 -0000 1.410 @@ -1,6 +1,9 @@ # ChangeLog for app-antivirus/clamav # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.40= 9 2011/11/27 03:37:41 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.41= 0 2011/11/28 05:26:07 radhermit Exp $ + + 28 Nov 2011; Tim Harder clamav-0.97.3.ebuild: + Fix autotools-utils usage (bug #392135). =20 27 Nov 2011; Tim Harder clamav-0.97.3.ebuild: Build in the source tree.