Gentoo Archives: gentoo-commits

From: "Eray Aslan (eras)" <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-proxy/squid: squid-3.3.13-r1.ebuild ChangeLog
Date: Mon, 02 Feb 2015 07:34:43
Message-Id: 20150202073437.4E48F10E15@oystercatcher.gentoo.org
1 eras 15/02/02 07:34:37
2
3 Modified: squid-3.3.13-r1.ebuild ChangeLog
4 Log:
5 Fix libtool dependency - bug #537630
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
8
9 Revision Changes Path
10 1.14 net-proxy/squid/squid-3.3.13-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.3.13-r1.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.3.13-r1.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.3.13-r1.ebuild?r1=1.13&r2=1.14
15
16 Index: squid-3.3.13-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.3.13-r1.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- squid-3.3.13-r1.ebuild 21 Nov 2014 10:04:59 -0000 1.13
23 +++ squid-3.3.13-r1.ebuild 2 Feb 2015 07:34:37 -0000 1.14
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.3.13-r1.ebuild,v 1.13 2014/11/21 10:04:59 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.3.13-r1.ebuild,v 1.14 2015/02/02 07:34:37 eras Exp $
30
31 EAPI=5
32 inherit autotools eutils linux-info pam toolchain-funcs user versionator
33 @@ -29,9 +29,8 @@
34 ecap? ( net-libs/libecap:0.2 )
35 !x86-fbsd? ( logrotate? ( app-admin/logrotate ) )
36 >=sys-libs/db-4
37 - sys-devel/libtool
38 - dev-lang/perl
39 - sys-devel/libtool"
40 + <=sys-devel/libtool-2.4.2-r1
41 + dev-lang/perl"
42 DEPEND="${COMMON_DEPEND}
43 sys-apps/ed
44 test? ( dev-util/cppunit )"
45
46
47
48 1.506 net-proxy/squid/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.506&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.506&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?r1=1.505&r2=1.506
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v
57 retrieving revision 1.505
58 retrieving revision 1.506
59 diff -u -r1.505 -r1.506
60 --- ChangeLog 21 Jan 2015 06:49:51 -0000 1.505
61 +++ ChangeLog 2 Feb 2015 07:34:37 -0000 1.506
62 @@ -1,6 +1,9 @@
63 # ChangeLog for net-proxy/squid
64 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.505 2015/01/21 06:49:51 eras Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.506 2015/02/02 07:34:37 eras Exp $
67 +
68 + 02 Feb 2015; Eray Aslan <eras@g.o> squid-3.3.13-r1.ebuild:
69 + Fix libtool dependency - bug #537630
70
71 21 Jan 2015; Eray Aslan <eras@g.o> squid-3.5.1.ebuild:
72 Fix gnutls dependency - bug #537076