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.5.1.ebuild squid-3.4.11.ebuild ChangeLog
Date: Mon, 02 Feb 2015 07:37:02
Message-Id: 20150202073658.120DC10E06@oystercatcher.gentoo.org
1 eras 15/02/02 07:36:58
2
3 Modified: squid-3.5.1.ebuild squid-3.4.11.ebuild ChangeLog
4 Log:
5 Depend on dev-libs/libltdl instead of sys-devel/libtool
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
8
9 Revision Changes Path
10 1.3 net-proxy/squid/squid-3.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.5.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.5.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.5.1.ebuild?r1=1.2&r2=1.3
15
16 Index: squid-3.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.5.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- squid-3.5.1.ebuild 21 Jan 2015 06:49:51 -0000 1.2
23 +++ squid-3.5.1.ebuild 2 Feb 2015 07:36:58 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.5.1.ebuild,v 1.2 2015/01/21 06:49:51 eras Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.5.1.ebuild,v 1.3 2015/02/02 07:36:58 eras Exp $
29
30 EAPI=5
31 inherit autotools eutils linux-info pam toolchain-funcs user versionator
32 @@ -32,7 +32,7 @@
33 !x86-fbsd? ( logrotate? ( app-admin/logrotate ) )
34 >=sys-libs/db-4
35 dev-lang/perl
36 - sys-devel/libtool"
37 + dev-libs/libltdl"
38 DEPEND="${COMMON_DEPEND}
39 ecap? ( virtual/pkgconfig )
40 sys-apps/ed
41
42
43
44 1.2 net-proxy/squid/squid-3.4.11.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.4.11.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.4.11.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.4.11.ebuild?r1=1.1&r2=1.2
49
50 Index: squid-3.4.11.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.11.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- squid-3.4.11.ebuild 15 Jan 2015 13:32:31 -0000 1.1
57 +++ squid-3.4.11.ebuild 2 Feb 2015 07:36:58 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2015 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.11.ebuild,v 1.1 2015/01/15 13:32:31 eras Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.11.ebuild,v 1.2 2015/02/02 07:36:58 eras Exp $
63
64 EAPI=5
65 inherit autotools eutils linux-info pam toolchain-funcs user versionator
66 @@ -32,7 +32,7 @@
67 !x86-fbsd? ( logrotate? ( app-admin/logrotate ) )
68 >=sys-libs/db-4
69 dev-lang/perl
70 - sys-devel/libtool"
71 + dev-libs/libltdl"
72 DEPEND="${COMMON_DEPEND}
73 ecap? ( virtual/pkgconfig )
74 sys-apps/ed
75
76
77
78 1.507 net-proxy/squid/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.507&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.507&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?r1=1.506&r2=1.507
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v
87 retrieving revision 1.506
88 retrieving revision 1.507
89 diff -u -r1.506 -r1.507
90 --- ChangeLog 2 Feb 2015 07:34:37 -0000 1.506
91 +++ ChangeLog 2 Feb 2015 07:36:58 -0000 1.507
92 @@ -1,6 +1,10 @@
93 # ChangeLog for net-proxy/squid
94 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.506 2015/02/02 07:34:37 eras Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.507 2015/02/02 07:36:58 eras Exp $
97 +
98 + 02 Feb 2015; Eray Aslan <eras@g.o> squid-3.4.11.ebuild,
99 + squid-3.5.1.ebuild:
100 + Depend on dev-libs/libltdl instead of sys-devel/libtool
101
102 02 Feb 2015; Eray Aslan <eras@g.o> squid-3.3.13-r1.ebuild:
103 Fix libtool dependency - bug #537630