eras 15/02/02 07:36:58 Modified: squid-3.5.1.ebuild squid-3.4.11.ebuild ChangeLog Log: Depend on dev-libs/libltdl instead of sys-devel/libtool (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Revision Changes Path 1.3 net-proxy/squid/squid-3.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.5.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.5.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.5.1.ebuild?r1=1.2&r2=1.3 Index: squid-3.5.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.5.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- squid-3.5.1.ebuild 21 Jan 2015 06:49:51 -0000 1.2 +++ squid-3.5.1.ebuild 2 Feb 2015 07:36:58 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.5.1.ebuild,v 1.2 2015/01/21 06:49:51 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.5.1.ebuild,v 1.3 2015/02/02 07:36:58 eras Exp $ EAPI=5 inherit autotools eutils linux-info pam toolchain-funcs user versionator @@ -32,7 +32,7 @@ !x86-fbsd? ( logrotate? ( app-admin/logrotate ) ) >=sys-libs/db-4 dev-lang/perl - sys-devel/libtool" + dev-libs/libltdl" DEPEND="${COMMON_DEPEND} ecap? ( virtual/pkgconfig ) sys-apps/ed 1.2 net-proxy/squid/squid-3.4.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.4.11.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.4.11.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.4.11.ebuild?r1=1.1&r2=1.2 Index: squid-3.4.11.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.11.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- squid-3.4.11.ebuild 15 Jan 2015 13:32:31 -0000 1.1 +++ squid-3.4.11.ebuild 2 Feb 2015 07:36:58 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.11.ebuild,v 1.1 2015/01/15 13:32:31 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.11.ebuild,v 1.2 2015/02/02 07:36:58 eras Exp $ EAPI=5 inherit autotools eutils linux-info pam toolchain-funcs user versionator @@ -32,7 +32,7 @@ !x86-fbsd? ( logrotate? ( app-admin/logrotate ) ) >=sys-libs/db-4 dev-lang/perl - sys-devel/libtool" + dev-libs/libltdl" DEPEND="${COMMON_DEPEND} ecap? ( virtual/pkgconfig ) sys-apps/ed 1.507 net-proxy/squid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.507&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.507&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?r1=1.506&r2=1.507 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v retrieving revision 1.506 retrieving revision 1.507 diff -u -r1.506 -r1.507 --- ChangeLog 2 Feb 2015 07:34:37 -0000 1.506 +++ ChangeLog 2 Feb 2015 07:36:58 -0000 1.507 @@ -1,6 +1,10 @@ # ChangeLog for net-proxy/squid # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.506 2015/02/02 07:34:37 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.507 2015/02/02 07:36:58 eras Exp $ + + 02 Feb 2015; Eray Aslan <e...@gentoo.org> squid-3.4.11.ebuild, + squid-3.5.1.ebuild: + Depend on dev-libs/libltdl instead of sys-devel/libtool 02 Feb 2015; Eray Aslan <e...@gentoo.org> squid-3.3.13-r1.ebuild: Fix libtool dependency - bug #537630