From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/varnish/
Date: Sun, 10 Jul 2016 18:02:55 +0000 (UTC)	[thread overview]
Message-ID: <1468173978.b80e7c54521c22a00e50139f74ad42a5e3d9a317.blueness@gentoo> (raw)
commit:     b80e7c54521c22a00e50139f74ad42a5e3d9a317
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 17:57:12 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 18:06:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80e7c54
www-servers/varnish: version bump to 4.1.3
Package-Manager: portage-2.2.28
 www-servers/varnish/Manifest                                     | 2 +-
 .../varnish/{varnish-4.1.2.ebuild => varnish-4.1.3.ebuild}       | 9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/www-servers/varnish/Manifest b/www-servers/varnish/Manifest
index 6e4c6da..4076f56 100644
--- a/www-servers/varnish/Manifest
+++ b/www-servers/varnish/Manifest
@@ -1,3 +1,3 @@
 DIST varnish-3.0.7.tar.gz 2102037 SHA256 a27e9f11391617fab27cc6edc31d3c8681b8d6975f8c2cd07f6e081bc54c24ce SHA512 5fa9749305eb1a546ef4aae8a1797247fcc9098e1661453b9b87916da9fbc60d76bc0de9542ab17136e3da4b256c8a547aded2b4372dbbb54c44e93eff34a061 WHIRLPOOL 00ff6d16603ba4bf42608d55d769048f35c275a8ffa2b6860df6de2571d0481c39019d58d5b843f8a64492a5bf26caf9d841a023826d2fd2771ed8d35447a659
 DIST varnish-4.0.3.tar.gz 1866760 SHA256 94b9a174097f47db2286acd2c35f235e49a2b7a9ddfdbd6eb7aa4da9ae8f8206 SHA512 db7bb141afd4617ac95573983dc30591b0eb9bc1af06df1094f2c1eeac539da936afb4a239d2f446d3c3a51b88a781b7f9f6d9a0b2028eaf0e7049ea2159d883 WHIRLPOOL 942456e19be427859283959dabe5522667519d36decbc598c8ee1e949767ea7435469393289d4373db6abac5275e50a95fc3799a837dc17740a490b4912bfe6f
-DIST varnish-4.1.2.tar.gz 2030846 SHA256 9728da944d28eb5be90e7ab6799c2c4c831ef4df5e5154537eb7f2e5d5e348c4 SHA512 28c4e5a3a74bf5294e6d1f7a48cd3ec64faffca89388b7ea9ed3de3cd58bede357383bcdd021ff783a411590c0a0a1cb747981507272352c1521b4fcac35e179 WHIRLPOOL 8a1841d44bd6f132306aab6a0c97f839159a38a98f8d72415577fada866cade3f57ba4aae4753f880043b912b73ed6f590e4529d26d669822f532f3b1f578103
+DIST varnish-4.1.3.tar.gz 2134205 SHA256 9f9469b9fda2a578da2a9d282c71c34eeb5c42eda7f8d8728284d92282108429 SHA512 9ba0b2490bfa6f068d6777b4e8f1afcd823a3d6bf8e18ad0274cc9aff7733cd65df0e2ed9f2c6a3d3261d19438cc3254c89b0e41508d2cac2f17bdfd8119e4f1 WHIRLPOOL 6440932735c66fc8e7c8bf0ca577f84d93ed45a5e3cc09074c8471cdb6937f731219dfdf2eaaa43b32aefda8511aec10289c8f6f0596c4ce0f88829b3240a299
diff --git a/www-servers/varnish/varnish-4.1.2.ebuild b/www-servers/varnish/varnish-4.1.3.ebuild
similarity index 93%
rename from www-servers/varnish/varnish-4.1.2.ebuild
rename to www-servers/varnish/varnish-4.1.3.ebuild
index 289ef32..9ed7c28 100644
--- a/www-servers/varnish/varnish-4.1.2.ebuild
+++ b/www-servers/varnish/varnish-4.1.3.ebuild
@@ -18,10 +18,10 @@ KEYWORDS="~amd64 ~mips ~x86"
 IUSE="jemalloc jit static-libs"
 
 CDEPEND="
-	|| ( dev-libs/libedit sys-libs/readline )
+	sys-libs/readline:0=
 	dev-libs/libpcre[jit?]
 	jemalloc? ( dev-libs/jemalloc )
-	sys-libs/ncurses:="
+	sys-libs/ncurses:0="
 
 #varnish compiles stuff at run time
 RDEPEND="
@@ -38,7 +38,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RESTRICT="test" #315725
 
-DOCS=( README doc/changes.rst )
+DOCS=( README.rst doc/changes.rst )
 
 AUTOTOOLS_AUTORECONF="yes"
 
@@ -54,6 +54,9 @@ src_prepare() {
 	# automagic dep in our patches, bug #461638
 	rm -rf lib/libjemalloc
 
+	# Remove -Werror bug #528354
+	sed -i -e 's/-Werror\([^=]\)/\1/g' configure.ac
+
 	autotools-utils_src_prepare
 }
 
next             reply	other threads:[~2016-07-10 18:03 UTC|newest]
Thread overview: 102+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-10 18:02 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-14 20:06 [gentoo-commits] repo/gentoo:master commit in: www-servers/varnish/ Sam James
2025-10-11  5:24 Sam James
2025-10-11  5:24 Sam James
2025-06-30  8:23 Sam James
2025-06-30  8:23 Sam James
2024-07-05 17:12 Pacho Ramos
2024-06-19 19:43 Arthur Zamarin
2024-06-19 11:58 Sam James
2024-06-19  9:08 Pacho Ramos
2023-10-02 17:16 Hans de Graaff
2023-06-28 13:54 Sam James
2023-06-28  7:19 Sam James
2023-01-06 20:13 Arthur Zamarin
2023-01-06 20:13 Arthur Zamarin
2022-11-24  1:24 Yixun Lan
2022-11-18  4:52 Sam James
2022-11-18  4:52 Sam James
2022-11-09 18:46 John Helmert III
2022-08-14 15:24 Anthony G. Basile
2022-08-14 13:30 Sam James
2022-08-13  6:58 Agostino Sarubbo
2022-08-12 13:14 Anthony G. Basile
2022-07-26 13:43 Anthony G. Basile
2022-07-26  1:36 Sam James
2022-07-26  1:36 Sam James
2022-07-22 17:48 Anthony G. Basile
2022-07-22 15:41 Anthony G. Basile
2022-07-22 15:37 Anthony G. Basile
2022-06-06  9:32 Jakov Smolić
2022-06-06  6:53 Jakov Smolić
2022-05-30 15:20 Anthony G. Basile
2022-05-14 13:13 Anthony G. Basile
2022-05-10 22:57 Andreas K. Hüttel
2022-01-19 18:23 Anthony G. Basile
2021-09-24 17:34 Anthony G. Basile
2021-08-29 11:34 Anthony G. Basile
2021-08-29 10:02 Agostino Sarubbo
2021-08-28  5:36 Agostino Sarubbo
2021-08-24 20:46 Anthony G. Basile
2021-07-16 16:01 Conrad Kostecki
2021-01-10 13:33 Lars Wendler
2020-10-01 23:19 Anthony G. Basile
2020-06-18  2:42 Aaron Bauman
2020-05-07 17:58 Michał Górny
2020-04-26 23:44 Thomas Deutschmann
2020-04-22 14:15 Mikle Kolyada
2020-04-20 15:04 Anthony G. Basile
2020-04-20 15:00 Anthony G. Basile
2020-04-20 14:58 Anthony G. Basile
2020-03-12 11:38 Mikle Kolyada
2020-03-11 15:05 Anthony G. Basile
2020-01-08 17:08 Anthony G. Basile
2019-12-27 14:01 Anthony G. Basile
2019-12-26 17:54 Anthony G. Basile
2019-12-26 17:51 Anthony G. Basile
2019-12-19 11:58 Anthony G. Basile
2019-12-17 17:57 Anthony G. Basile
2019-04-06 13:32 Anthony G. Basile
2019-04-06 13:30 Anthony G. Basile
2018-11-12 18:52 Mikle Kolyada
2018-11-12  1:14 Thomas Deutschmann
2018-10-27 14:26 Anthony G. Basile
2018-10-15 13:53 Anthony G. Basile
2018-10-02 10:53 Thomas Deutschmann
2018-10-02  3:28 Anthony G. Basile
2018-10-02  3:28 Anthony G. Basile
2018-09-12 20:02 Anthony G. Basile
2018-07-23  8:15 Christian Ruppert
2018-03-17 22:50 Anthony G. Basile
2018-03-11 14:24 Anthony G. Basile
2018-02-21  0:55 Anthony G. Basile
2018-02-18  7:52 Anthony G. Basile
2018-02-16 12:22 Anthony G. Basile
2018-02-11 11:36 Michał Górny
2017-09-25  0:35 Anthony G. Basile
2017-08-29 20:42 Thomas Deutschmann
2017-08-25 21:56 Mikle Kolyada
2017-08-02 14:59 Anthony G. Basile
2017-08-02 14:59 Anthony G. Basile
2017-07-15 13:29 Anthony G. Basile
2017-06-25  0:44 Anthony G. Basile
2017-06-25  0:44 Anthony G. Basile
2017-06-11  9:22 Thomas Deutschmann
2017-06-05 22:57 Anthony G. Basile
2017-05-28 11:40 Pacho Ramos
2017-04-30  9:26 Agostino Sarubbo
2017-04-29 17:02 Anthony G. Basile
2017-04-08 14:08 Anthony G. Basile
2017-03-18 17:00 Anthony G. Basile
2017-03-11 15:23 Anthony G. Basile
2017-03-11 15:23 Anthony G. Basile
2017-02-15 15:12 Anthony G. Basile
2016-12-02 10:55 Anthony G. Basile
2016-07-11 10:42 Anthony G. Basile
2016-06-21 19:20 Michał Górny
2016-05-12  8:22 Anthony G. Basile
2016-03-17 19:06 Christian Ruppert
2015-11-03 16:18 Agostino Sarubbo
2015-10-19  9:27 Agostino Sarubbo
2015-10-05  8:16 Anthony G. Basile
2015-10-05  8:16 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to=1468173978.b80e7c54521c22a00e50139f74ad42a5e3d9a317.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
  Be sure your reply has a Subject: header at the top and a blank line
  before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox