Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/
Date: Sat, 03 Feb 2018 11:56:15
Message-Id: 1517658964.41e870d20e85d86e61567a5afcbe996df1cef45c.polynomial-c@gentoo
1 commit: 41e870d20e85d86e61567a5afcbe996df1cef45c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 11:56:04 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 11:56:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e870d2
7
8 net-libs/nghttp2: Removed old.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-libs/nghttp2/Manifest | 2 --
13 net-libs/nghttp2/nghttp2-1.10.0.ebuild | 61 ---------------------------------
14 net-libs/nghttp2/nghttp2-1.28.0.ebuild | 62 ----------------------------------
15 3 files changed, 125 deletions(-)
16
17 diff --git a/net-libs/nghttp2/Manifest b/net-libs/nghttp2/Manifest
18 index 5f3c8145a9e..5fd13923254 100644
19 --- a/net-libs/nghttp2/Manifest
20 +++ b/net-libs/nghttp2/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST nghttp2-1.10.0.tar.gz 2086580 BLAKE2B 207b3906ec3a9e38fbac6331cdb2300c6bf440ee9704d14cf0068c192e1aa95f8ba70e1fbbb9bd9d10a4dcc18d3e3ab52f2305771be7fa3f4c38362b1db533dd SHA512 4341f76ead38ba30e0dfda492e2e0f4c842f453e235fa90ee55b1e556092828236f21c6b212d0099cea005f149e4be3e63ad007009dd5228999101e563009a6f
23 DIST nghttp2-1.19.0.tar.gz 2159530 BLAKE2B 09e71408e527f5cd42ed224377042d4b68ff869e86c8727f63f2a4777253da9d03bd2cadfafd655b9984c7b71a52f928906db7b73d3adf74f36e69e28dba5618 SHA512 50f45082f725c237a0e1d25af57992b9cded6c9b68f0aa95c44c16eb4448e05b14e06c853032924d03034115286163de0ad684827cfa5d70896656868fdb4e01
24 -DIST nghttp2-1.28.0.tar.xz 1553032 BLAKE2B 81991f7b2ebd74c9a730e22b1f220ef9dbd60f38221313b83db71f92d32590c2a8387412a494be7e33adb2f855b82ed2a9f12c1df40e4602662874f5b1881620 SHA512 c49d4e02ec8e894e01aff0b3573e5ce6a33e37ddbd777f6363a2890681a2d09d9e29794c7a6aaf20dd094b4b6da4b535f3e81ac58ef4164b1f8cca9e0da26ee9
25 DIST nghttp2-1.29.0.tar.xz 1544736 BLAKE2B 1708d2c787e27d722aec27890a21e752a9fe66cdcff481615ac0bd9dcc92099946d9e5563a70137029dec54f8cc4244ef22813e0c2010572cd070ff272120bdb SHA512 a518ff1dcc9ae93f8228f4fa9110b9cbc460260a794d455530218c66317c6b96a5b14971aff25428e37326b5ce9f4d8480eefe6fcba17af23efa4ebceb56f23e
26 DIST nghttp2-1.30.0.tar.xz 1545352 BLAKE2B 0d52f973a63632dc1ad235f1b535c24053a8dde52dfbda957c3e40548b4de5db5975639140f207cd9ffe564b6151ed6d97de45ff070eb2cfa3d6b41f52254430 SHA512 4b79f46947777627f0a9e1384ec51ac70e273aef6d46d322aa448731726b8ca606e73dcb171170bbe91fce93c28170ff04e11da56ee90fa28d642e7bc37b50be
27
28 diff --git a/net-libs/nghttp2/nghttp2-1.10.0.ebuild b/net-libs/nghttp2/nghttp2-1.10.0.ebuild
29 deleted file mode 100644
30 index 8eb853b435c..00000000000
31 --- a/net-libs/nghttp2/nghttp2-1.10.0.ebuild
32 +++ /dev/null
33 @@ -1,61 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -# TODO: Add python support.
38 -
39 -EAPI=6
40 -
41 -inherit multilib-minimal
42 -
43 -if [[ ${PV} == 9999 ]] ; then
44 - EGIT_REPO_URI="https://github.com/tatsuhiro-t/nghttp2.git"
45 - inherit git-r3
46 -else
47 - SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz"
48 - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
49 -fi
50 -
51 -DESCRIPTION="HTTP/2 C Library"
52 -HOMEPAGE="https://nghttp2.org/"
53 -
54 -LICENSE="MIT"
55 -SLOT="0/1.14" # <C++>.<C> SONAMEs
56 -IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xml"
57 -
58 -RDEPEND="
59 - cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
60 - hpack-tools? ( >=dev-libs/jansson-2.5 )
61 - jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
62 - utils? (
63 - >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
64 - !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
65 - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
66 - >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
67 - )
68 - xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
69 -DEPEND="${RDEPEND}
70 - virtual/pkgconfig
71 - test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
72 -
73 -multilib_src_configure() {
74 - ECONF_SOURCE=${S} \
75 - econf \
76 - --disable-examples \
77 - --disable-failmalloc \
78 - --disable-werror \
79 - --without-cython \
80 - --disable-python-bindings \
81 - --without-spdylay \
82 - $(use_enable cxx asio-lib) \
83 - $(use_enable debug) \
84 - $(multilib_native_use_enable hpack-tools) \
85 - $(use_enable static-libs static) \
86 - $(use_enable threads) \
87 - $(multilib_native_use_enable utils app) \
88 - $(multilib_native_use_with jemalloc) \
89 - $(multilib_native_use_with xml libxml2)
90 -}
91 -
92 -multilib_src_install_all() {
93 - use static-libs || find "${ED}"/usr -name '*.la' -delete
94 -}
95
96 diff --git a/net-libs/nghttp2/nghttp2-1.28.0.ebuild b/net-libs/nghttp2/nghttp2-1.28.0.ebuild
97 deleted file mode 100644
98 index 73177fc6219..00000000000
99 --- a/net-libs/nghttp2/nghttp2-1.28.0.ebuild
100 +++ /dev/null
101 @@ -1,62 +0,0 @@
102 -# Copyright 1999-2017 Gentoo Foundation
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -# TODO: Add python support.
106 -
107 -EAPI=6
108 -
109 -inherit multilib-minimal
110 -
111 -if [[ ${PV} == 9999 ]] ; then
112 - EGIT_REPO_URI="https://github.com/nghttp2/nghttp2.git"
113 - inherit git-r3
114 -else
115 - SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz"
116 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
117 -fi
118 -
119 -DESCRIPTION="HTTP/2 C Library"
120 -HOMEPAGE="https://nghttp2.org/"
121 -
122 -LICENSE="MIT"
123 -SLOT="0/1.14" # <C++>.<C> SONAMEs
124 -IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xml"
125 -
126 -RDEPEND="
127 - cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
128 - hpack-tools? ( >=dev-libs/jansson-2.5 )
129 - jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
130 - utils? (
131 - >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
132 - !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
133 - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
134 - >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
135 - net-dns/c-ares:=[${MULTILIB_USEDEP}]
136 - )
137 - xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
138 -DEPEND="${RDEPEND}
139 - virtual/pkgconfig
140 - test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
141 -
142 -multilib_src_configure() {
143 - ECONF_SOURCE=${S} \
144 - econf \
145 - --disable-examples \
146 - --disable-failmalloc \
147 - --disable-werror \
148 - --without-cython \
149 - --disable-python-bindings \
150 - --without-spdylay \
151 - $(use_enable cxx asio-lib) \
152 - $(use_enable debug) \
153 - $(multilib_native_use_enable hpack-tools) \
154 - $(use_enable static-libs static) \
155 - $(use_enable threads) \
156 - $(multilib_native_use_enable utils app) \
157 - $(multilib_native_use_with jemalloc) \
158 - $(multilib_native_use_with xml libxml2)
159 -}
160 -
161 -multilib_src_install_all() {
162 - use static-libs || find "${ED}"/usr -name '*.la' -delete
163 -}