Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/varnish/
Date: Tue, 02 Oct 2018 10:53:07
Message-Id: 1538477573.6f46b345237515eb29f0d8a49b7af7233b43a838.whissi@gentoo
1 commit: 6f46b345237515eb29f0d8a49b7af7233b43a838
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 2 10:51:06 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 2 10:52:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f46b345
7
8 www-servers/varnish: expose subslot
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 www-servers/varnish/metadata.xml | 3 +++
14 www-servers/varnish/varnish-6.0.1.ebuild | 4 ++--
15 www-servers/varnish/varnish-6.1.0.ebuild | 4 ++--
16 3 files changed, 7 insertions(+), 4 deletions(-)
17
18 diff --git a/www-servers/varnish/metadata.xml b/www-servers/varnish/metadata.xml
19 index 271e7eab665..5046b2337ea 100644
20 --- a/www-servers/varnish/metadata.xml
21 +++ b/www-servers/varnish/metadata.xml
22 @@ -22,4 +22,7 @@
23 managment and good documentation is also a main goal of the project since the
24 lack of either one will render Varnish useless.
25 </longdescription>
26 + <slots>
27 + <subslots>Reflect ABI compatibility for libvarnishapi.so.</subslots>
28 + </slots>
29 </pkgmetadata>
30
31 diff --git a/www-servers/varnish/varnish-6.0.1.ebuild b/www-servers/varnish/varnish-6.0.1.ebuild
32 index fd1d1a8b7ca..c5595875a13 100644
33 --- a/www-servers/varnish/varnish-6.0.1.ebuild
34 +++ b/www-servers/varnish/varnish-6.0.1.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 +# Copyright 1999-2018 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI="6"
41 @@ -12,7 +12,7 @@ HOMEPAGE="https://varnish-cache.org/"
42 SRC_URI="http://varnish-cache.org/_downloads/${P}.tgz"
43
44 LICENSE="BSD-2 GPL-2"
45 -SLOT="0"
46 +SLOT="0/1"
47 KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
48 IUSE="jemalloc jit static-libs"
49
50
51 diff --git a/www-servers/varnish/varnish-6.1.0.ebuild b/www-servers/varnish/varnish-6.1.0.ebuild
52 index fd1d1a8b7ca..87fca369e16 100644
53 --- a/www-servers/varnish/varnish-6.1.0.ebuild
54 +++ b/www-servers/varnish/varnish-6.1.0.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2018 Gentoo Foundation
57 +# Copyright 1999-2018 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI="6"
61 @@ -12,7 +12,7 @@ HOMEPAGE="https://varnish-cache.org/"
62 SRC_URI="http://varnish-cache.org/_downloads/${P}.tgz"
63
64 LICENSE="BSD-2 GPL-2"
65 -SLOT="0"
66 +SLOT="0/2"
67 KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
68 IUSE="jemalloc jit static-libs"