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/gnutls/
Date: Tue, 31 Mar 2020 11:29:57
Message-Id: 1585654183.44032c7b318db0bed6ee1b0d94987c3ec8488b22.polynomial-c@gentoo
1 commit: 44032c7b318db0bed6ee1b0d94987c3ec8488b22
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 31 11:29:43 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 31 11:29:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44032c7b
7
8 net-libs/gnutls: Removed old
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-libs/gnutls/Manifest | 1 -
14 net-libs/gnutls/gnutls-3.6.11.1-r1.ebuild | 132 ------------------------------
15 2 files changed, 133 deletions(-)
16
17 diff --git a/net-libs/gnutls/Manifest b/net-libs/gnutls/Manifest
18 index 7af6f3d14e9..b8520ec7a23 100644
19 --- a/net-libs/gnutls/Manifest
20 +++ b/net-libs/gnutls/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST gnutls-3.6.11.1.tar.xz 5902328 BLAKE2B b0cb2fd651411d1647a927bcbf8ae032e68b2d4ab3ae4a1d2b77d7dd13420e2e31cc66c3e106d830051cea5e0f9d3ca5419ec5ae57ec490638cb033fa740974e SHA512 55fbbf0ebc824fbc91ccd08d1708452c5b1c12af75e332f29414540eb2f81337fa605a693ce9f34319a927e9d71177e6e7ffea5c6747792d341fb740f68c9489
23 DIST gnutls-3.6.12.tar.xz 5942064 BLAKE2B e3440e914982c0ea0a7ecf9da3784090a1d5767dc026c4c8a5dfd0218d8d4478d316635328667792c853a97bf95667cc1dc53ed850b3d0e9525a29452b42156f SHA512 e1031fd1239d8b0f056a6b736e4c72c9268fb635f273527f310771c608b841cad7b6631401382ec3040d9b539180bf421882bf43427ad3549a5787d2864c2fa5
24 DIST gnutls-3.6.13.tar.xz 5958956 BLAKE2B de67f96198b6456f397bf203f13bf1f906b69c7ce632dd96b72539fea12f2bd8ee8b2c608d1ed8b06d3b189023fa81e9a2cfcdd6c9bbd174e5bd2b0673f6ca47 SHA512 23581952cb72c9a34f378c002bb62413d5a1243b74b48ad8dc49eaea4020d33c550f8dc1dd374cf7fbfa4187b0ca1c5698c8a0430398268a8b8a863f8633305c
25 DIST gnutls-3.6.7.tar.xz 8153728 BLAKE2B 993a45edff335e75f36de27373d5db01094c81ebc5eb13d9e04a01f7f32ce6189f71f05a18c90c2e57aec688750e917ee948261726acdd7752d9d7d42a9c7ac2 SHA512 ae9b8996eb9b7269d28213f0aca3a4a17890ba8d47e3dc3b8e754ab8e2b4251e9412aaaa161a8bf56167f04cc169b4cada46f55a7bde92b955eb36cd717a99f3
26
27 diff --git a/net-libs/gnutls/gnutls-3.6.11.1-r1.ebuild b/net-libs/gnutls/gnutls-3.6.11.1-r1.ebuild
28 deleted file mode 100644
29 index 1ceb87d0c50..00000000000
30 --- a/net-libs/gnutls/gnutls-3.6.11.1-r1.ebuild
31 +++ /dev/null
32 @@ -1,132 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit libtool multilib-minimal
39 -
40 -DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project"
41 -HOMEPAGE="http://www.gnutls.org/"
42 -SRC_URI="mirror://gnupg/gnutls/v$(ver_cut 1-2)/${P}.tar.xz"
43 -
44 -LICENSE="GPL-3 LGPL-2.1+"
45 -SLOT="0/30" # libgnutls.so number
46 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
47 -IUSE="+cxx dane doc examples guile +idn nls +openssl pkcs11 seccomp sslv2 sslv3 static-libs test test-full +tls-heartbeat tools valgrind"
48 -
49 -REQUIRED_USE="
50 - test-full? ( cxx dane doc examples guile idn nls openssl pkcs11 seccomp tls-heartbeat tools )"
51 -RESTRICT="!test? ( test )"
52 -
53 -# NOTICE: sys-devel/autogen is required at runtime as we
54 -# use system libopts
55 -RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}]
56 - dev-libs/libunistring:=[${MULTILIB_USEDEP}]
57 - >=dev-libs/nettle-3.4.1:=[gmp,${MULTILIB_USEDEP}]
58 - >=dev-libs/gmp-5.1.3-r1:=[${MULTILIB_USEDEP}]
59 - tools? ( sys-devel/autogen:= )
60 - dane? ( >=net-dns/unbound-1.4.20:=[${MULTILIB_USEDEP}] )
61 - guile? ( >=dev-scheme/guile-2:=[networking] )
62 - nls? ( >=virtual/libintl-0-r1:=[${MULTILIB_USEDEP}] )
63 - pkcs11? ( >=app-crypt/p11-kit-0.23.1:=[${MULTILIB_USEDEP}] )
64 - idn? ( >=net-dns/libidn2-0.16-r1:=[${MULTILIB_USEDEP}] )"
65 -DEPEND="${RDEPEND}
66 - test? (
67 - seccomp? ( sys-libs/libseccomp )
68 - )"
69 -BDEPEND=">=virtual/pkgconfig-0-r1
70 - doc? ( dev-util/gtk-doc )
71 - nls? ( sys-devel/gettext )
72 - tools? ( sys-devel/autogen )
73 - valgrind? ( dev-util/valgrind )
74 - test-full? (
75 - app-crypt/dieharder
76 - >=app-misc/datefudge-1.22
77 - dev-libs/softhsm:2[-bindist]
78 - net-dialup/ppp
79 - net-misc/socat
80 - )"
81 -
82 -DOCS=(
83 - README.md
84 - doc/certtool.cfg
85 -)
86 -
87 -HTML_DOCS=()
88 -
89 -pkg_setup() {
90 - # bug#520818
91 - export TZ=UTC
92 -
93 - use doc && HTML_DOCS+=(
94 - doc/gnutls.html
95 - )
96 -}
97 -
98 -src_prepare() {
99 - default
100 -
101 - # force regeneration of autogen-ed files
102 - local file
103 - for file in $(grep -l AutoGen-ed src/*.c) ; do
104 - rm src/$(basename ${file} .c).{c,h} || die
105 - done
106 -
107 - # Use sane .so versioning on FreeBSD.
108 - elibtoolize
109 -}
110 -
111 -multilib_src_configure() {
112 - LINGUAS="${LINGUAS//en/en@boldquot en@quot}"
113 -
114 - local libconf=()
115 -
116 - # TPM needs to be tested before being enabled
117 - libconf+=( --without-tpm )
118 -
119 - # hardware-accell is disabled on OSX because the asm files force
120 - # GNU-stack (as doesn't support that) and when that's removed ld
121 - # complains about duplicate symbols
122 - [[ ${CHOST} == *-darwin* ]] && libconf+=( --disable-hardware-acceleration )
123 -
124 - # Cygwin as does not understand these asm files at all
125 - [[ ${CHOST} == *-cygwin* ]] && libconf+=( --disable-hardware-acceleration )
126 -
127 - local myeconfargs=(
128 - $(multilib_native_enable manpages)
129 - $(multilib_native_use_enable doc gtk-doc)
130 - $(multilib_native_use_enable doc)
131 - $(multilib_native_use_enable guile)
132 - $(multilib_native_use_enable seccomp seccomp-tests)
133 - $(multilib_native_use_enable test tests)
134 - $(multilib_native_use_enable test-full full-test-suite)
135 - $(multilib_native_use_enable tools)
136 - $(multilib_native_use_enable valgrind valgrind-tests)
137 - $(use_enable cxx)
138 - $(use_enable dane libdane)
139 - $(use_enable nls)
140 - $(use_enable openssl openssl-compatibility)
141 - $(use_enable sslv2 ssl2-support)
142 - $(use_enable sslv3 ssl3-support)
143 - $(use_enable static-libs static)
144 - $(use_enable tls-heartbeat heartbeat-support)
145 - $(use_with idn)
146 - $(use_with pkcs11 p11-kit)
147 - --disable-rpath
148 - --with-default-trust-store-file="${EPREFIX}/etc/ssl/certs/ca-certificates.crt"
149 - --with-unbound-root-key-file="${EPREFIX}/etc/dnssec/root-anchors.txt"
150 - --without-included-libtasn1
151 - $("${S}/configure" --help | grep -o -- '--without-.*-prefix')
152 - )
153 - ECONF_SOURCE="${S}" econf "${libconf[@]}" "${myeconfargs[@]}"
154 -}
155 -
156 -multilib_src_install_all() {
157 - einstalldocs
158 - find "${ED}" -type f -name '*.la' -delete || die
159 -
160 - if use examples; then
161 - docinto examples
162 - dodoc doc/examples/*.c
163 - fi
164 -}