Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/varnish/
Date: Sun, 10 Jul 2016 18:03:03
Message-Id: 1468173978.b80e7c54521c22a00e50139f74ad42a5e3d9a317.blueness@gentoo
1 commit: b80e7c54521c22a00e50139f74ad42a5e3d9a317
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 10 17:57:12 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 10 18:06:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80e7c54
7
8 www-servers/varnish: version bump to 4.1.3
9
10 Package-Manager: portage-2.2.28
11
12 www-servers/varnish/Manifest | 2 +-
13 .../varnish/{varnish-4.1.2.ebuild => varnish-4.1.3.ebuild} | 9 ++++++---
14 2 files changed, 7 insertions(+), 4 deletions(-)
15
16 diff --git a/www-servers/varnish/Manifest b/www-servers/varnish/Manifest
17 index 6e4c6da..4076f56 100644
18 --- a/www-servers/varnish/Manifest
19 +++ b/www-servers/varnish/Manifest
20 @@ -1,3 +1,3 @@
21 DIST varnish-3.0.7.tar.gz 2102037 SHA256 a27e9f11391617fab27cc6edc31d3c8681b8d6975f8c2cd07f6e081bc54c24ce SHA512 5fa9749305eb1a546ef4aae8a1797247fcc9098e1661453b9b87916da9fbc60d76bc0de9542ab17136e3da4b256c8a547aded2b4372dbbb54c44e93eff34a061 WHIRLPOOL 00ff6d16603ba4bf42608d55d769048f35c275a8ffa2b6860df6de2571d0481c39019d58d5b843f8a64492a5bf26caf9d841a023826d2fd2771ed8d35447a659
22 DIST varnish-4.0.3.tar.gz 1866760 SHA256 94b9a174097f47db2286acd2c35f235e49a2b7a9ddfdbd6eb7aa4da9ae8f8206 SHA512 db7bb141afd4617ac95573983dc30591b0eb9bc1af06df1094f2c1eeac539da936afb4a239d2f446d3c3a51b88a781b7f9f6d9a0b2028eaf0e7049ea2159d883 WHIRLPOOL 942456e19be427859283959dabe5522667519d36decbc598c8ee1e949767ea7435469393289d4373db6abac5275e50a95fc3799a837dc17740a490b4912bfe6f
23 -DIST varnish-4.1.2.tar.gz 2030846 SHA256 9728da944d28eb5be90e7ab6799c2c4c831ef4df5e5154537eb7f2e5d5e348c4 SHA512 28c4e5a3a74bf5294e6d1f7a48cd3ec64faffca89388b7ea9ed3de3cd58bede357383bcdd021ff783a411590c0a0a1cb747981507272352c1521b4fcac35e179 WHIRLPOOL 8a1841d44bd6f132306aab6a0c97f839159a38a98f8d72415577fada866cade3f57ba4aae4753f880043b912b73ed6f590e4529d26d669822f532f3b1f578103
24 +DIST varnish-4.1.3.tar.gz 2134205 SHA256 9f9469b9fda2a578da2a9d282c71c34eeb5c42eda7f8d8728284d92282108429 SHA512 9ba0b2490bfa6f068d6777b4e8f1afcd823a3d6bf8e18ad0274cc9aff7733cd65df0e2ed9f2c6a3d3261d19438cc3254c89b0e41508d2cac2f17bdfd8119e4f1 WHIRLPOOL 6440932735c66fc8e7c8bf0ca577f84d93ed45a5e3cc09074c8471cdb6937f731219dfdf2eaaa43b32aefda8511aec10289c8f6f0596c4ce0f88829b3240a299
25
26 diff --git a/www-servers/varnish/varnish-4.1.2.ebuild b/www-servers/varnish/varnish-4.1.3.ebuild
27 similarity index 93%
28 rename from www-servers/varnish/varnish-4.1.2.ebuild
29 rename to www-servers/varnish/varnish-4.1.3.ebuild
30 index 289ef32..9ed7c28 100644
31 --- a/www-servers/varnish/varnish-4.1.2.ebuild
32 +++ b/www-servers/varnish/varnish-4.1.3.ebuild
33 @@ -18,10 +18,10 @@ KEYWORDS="~amd64 ~mips ~x86"
34 IUSE="jemalloc jit static-libs"
35
36 CDEPEND="
37 - || ( dev-libs/libedit sys-libs/readline )
38 + sys-libs/readline:0=
39 dev-libs/libpcre[jit?]
40 jemalloc? ( dev-libs/jemalloc )
41 - sys-libs/ncurses:="
42 + sys-libs/ncurses:0="
43
44 #varnish compiles stuff at run time
45 RDEPEND="
46 @@ -38,7 +38,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
47
48 RESTRICT="test" #315725
49
50 -DOCS=( README doc/changes.rst )
51 +DOCS=( README.rst doc/changes.rst )
52
53 AUTOTOOLS_AUTORECONF="yes"
54
55 @@ -54,6 +54,9 @@ src_prepare() {
56 # automagic dep in our patches, bug #461638
57 rm -rf lib/libjemalloc
58
59 + # Remove -Werror bug #528354
60 + sed -i -e 's/-Werror\([^=]\)/\1/g' configure.ac
61 +
62 autotools-utils_src_prepare
63 }