From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D199B1381F3 for ; Mon, 5 Nov 2012 16:08:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A747DE04F2; Mon, 5 Nov 2012 16:07:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 03486E04F2 for ; Mon, 5 Nov 2012 16:07:58 +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 4F86133D7EC for ; Mon, 5 Nov 2012 16:07:58 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 948) id 1AE41215F3; Mon, 5 Nov 2012 16:07:57 +0000 (UTC) From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-proxy/squidclamav: squidclamav-6.10.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: squidclamav-6.10.ebuild ChangeLog X-VCS-Directories: net-proxy/squidclamav X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121105160757.1AE41215F3@flycatcher.gentoo.org> Date: Mon, 5 Nov 2012 16:07:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4b895d13-36f6-4e3c-ac1d-b3f1b5f34f51 X-Archives-Hash: 359a23273c98fc875c91f765601bb86d flameeyes 12/11/05 16:07:57 Modified: squidclamav-6.10.ebuild ChangeLog Log: Make it explicit that we only want the shared object. Thanks to Martin Stockinger in bug #441852. (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342) Revision Changes Path 1.2 net-proxy/squidclamav/squidclamav-6.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squidclamav/squidclamav-6.10.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squidclamav/squidclamav-6.10.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squidclamav/squidclamav-6.10.ebuild?r1=1.1&r2=1.2 Index: squidclamav-6.10.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/squidclamav-6.10.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- squidclamav-6.10.ebuild 28 Oct 2012 21:51:00 -0000 1.1 +++ squidclamav-6.10.ebuild 5 Nov 2012 16:07:56 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/squidclamav-6.10.ebuild,v 1.1 2012/10/28 21:51:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/squidclamav-6.10.ebuild,v 1.2 2012/11/05 16:07:56 flameeyes Exp $ EAPI=4 @@ -26,6 +26,10 @@ elibtoolize } +src_configure() { + econf --disable-static --enable-shared +} + src_install() { emake DESTDIR="${D}" install find "${D}" -name '*.la' -delete || die 1.30 net-proxy/squidclamav/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squidclamav/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squidclamav/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squidclamav/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 28 Oct 2012 21:51:00 -0000 1.29 +++ ChangeLog 5 Nov 2012 16:07:56 -0000 1.30 @@ -1,6 +1,10 @@ # ChangeLog for net-proxy/squidclamav # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/ChangeLog,v 1.29 2012/10/28 21:51:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/ChangeLog,v 1.30 2012/11/05 16:07:56 flameeyes Exp $ + + 05 Nov 2012; Diego E. Pettenò squidclamav-6.10.ebuild: + Make it explicit that we only want the shared object. Thanks to Martin + Stockinger in bug #441852. *squidclamav-6.10 (28 Oct 2012)