Gentoo Archives: gentoo-commits

From: Quentin Retornaz <gentoo@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-libs/libressl/
Date: Sat, 02 Jul 2022 21:59:29
Message-Id: 1656799120.ae37ac2aba41a062ea46b021764728f4c19c4fb9.quentin@gentoo
1 commit: ae37ac2aba41a062ea46b021764728f4c19c4fb9
2 Author: orbea <orbea <AT> riseup <DOT> net>
3 AuthorDate: Fri Jul 1 13:42:51 2022 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Sat Jul 2 21:58:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=ae37ac2a
7
8 dev-libs/libressl: Remove old versions
9
10 Maintaining older versions is too much burden for the amount of
11 maintainers.
12
13 Signed-off-by: orbea <orbea <AT> riseup.net>
14 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
15
16 dev-libs/libressl/Manifest | 2 --
17 dev-libs/libressl/libressl-3.3.6.ebuild | 62 --------------------------------
18 dev-libs/libressl/libressl-3.4.3.ebuild | 63 ---------------------------------
19 3 files changed, 127 deletions(-)
20
21 diff --git a/dev-libs/libressl/Manifest b/dev-libs/libressl/Manifest
22 index 844e844..cc54cfc 100644
23 --- a/dev-libs/libressl/Manifest
24 +++ b/dev-libs/libressl/Manifest
25 @@ -1,5 +1,3 @@
26 -DIST libressl-3.3.6.tar.gz 3844198 BLAKE2B 049fe23340e7dcbbc6a9d4210e257b1de0fb2bed508b44f63e54d315476cb580ac96c0b64618a8318227c5bf6daf34a47130572009977cb85adeafe3602da104 SHA512 b34cd1c5ac610b18cef996eacb5f4b5684f47e98ed82008e6bb7c61fe488f54db0a9b55ef69298c61a1c4e42a2294fff9b011e2a7c9397fcb5820698dfe10a71
27 -DIST libressl-3.4.3.tar.gz 3913963 BLAKE2B 95adbdd30f5cd573d51ab3657afd4d17263c9faae9455a88985689fbacbb711289a87027891244922250fb3ccc131f858d536df4cdadb608375ef8f0c4ea9b39 SHA512 0562d9c1fc227bacb9c6a51f50a5f29e73a960758c2ee9b0e702352cc55808f93533c9e0d2e85fb841846b9fdf6a50e6048205ebb67b8a8b7d9fdf5856fbfb91
28 DIST libressl-3.5.2.tar.gz 4039407 BLAKE2B 7ed995ee73516d72d00cab90a78bdd1897d57ac79912c3d6ed28b010484b2e6fae511f11b2cf247f66a54ada14d4de9e1c534e8d20aae3462074bdb5f42e3c96 SHA512 07ebd1529934d472b621b31ba458a185c9fa1a4588d0bc34b669952ff0846e227094019b322cbb808def42967510abbb0928be3f6784920451b3e0c96c8f4cad
29 DIST libressl-3.5.2.tar.gz.asc 833 BLAKE2B 30b372eb862b6a39ba9e1bac427d919898edbbdd61f2bfacdd564e456bde02de41afff0926f324211753d660b5499fc65a07359d87472d4876a3d53a373e8b52 SHA512 9986b206821889de48b8e89de791aad8ac6907b2b894a2419758903f0ef8b4c66156a4984c05c7a4f00e267206208287c37c21f4aa332d50967e0dd4a4cb3f01
30 DIST libressl-3.5.3.tar.gz 4039561 BLAKE2B 98e0261e8abe3af6c77382467e9101b1d11800f6a5906f3f1dee7d1da8a92b6fd9fdf9ae17e204cd8a13ae163755ca9a3f819e1cf10b3957b13abf3cdc1478e2 SHA512 19f97f7c2b5cb4591ee6f191255b441373176b1b6539aa6ac2cd54494a14beaf126b151eb2f0b7fb650796fc0e37e2a9b1508ca50722adc7107c460904a5dbb7
31
32 diff --git a/dev-libs/libressl/libressl-3.3.6.ebuild b/dev-libs/libressl/libressl-3.3.6.ebuild
33 deleted file mode 100644
34 index f0e4ef2..0000000
35 --- a/dev-libs/libressl/libressl-3.3.6.ebuild
36 +++ /dev/null
37 @@ -1,62 +0,0 @@
38 -# Copyright 1999-2021 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=7
42 -
43 -inherit multilib-minimal libtool
44 -
45 -DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
46 -HOMEPAGE="https://www.libressl.org/"
47 -SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
48 -
49 -LICENSE="ISC openssl"
50 -# Reflects ABI of libcrypto.so and libssl.so. Since these can differ,
51 -# we'll try to use the max of either. However, if either change between
52 -# versions, we have to change the subslot to trigger rebuild of consumers.
53 -SLOT="0/48"
54 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
55 -IUSE="+asm static-libs test"
56 -RESTRICT="!test? ( test )"
57 -REQUIRED_USE="test? ( static-libs )"
58 -
59 -DEPEND="${RDEPEND}"
60 -PDEPEND="app-misc/ca-certificates"
61 -
62 -src_prepare() {
63 - touch crypto/Makefile.in
64 -
65 - sed -i \
66 - -e '/^[ \t]*CFLAGS=/s#-g ##' \
67 - -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
68 - -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
69 - -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
70 - -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
71 - -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
72 - configure || die "fixing CFLAGS failed"
73 -
74 - if ! use test ; then
75 - sed -i \
76 - -e '/^[ \t]*SUBDIRS =/s#tests##' \
77 - Makefile.in || die "Removing tests failed"
78 - fi
79 -
80 - eapply "${FILESDIR}"/${PN}-2.8.3-solaris10.patch
81 - eapply_user
82 -
83 - elibtoolize # for Solaris
84 -}
85 -
86 -multilib_src_configure() {
87 - ECONF_SOURCE="${S}" econf \
88 - $(use_enable asm) \
89 - $(use_enable static-libs static)
90 -}
91 -
92 -multilib_src_test() {
93 - emake check
94 -}
95 -
96 -multilib_src_install_all() {
97 - einstalldocs
98 - find "${D}" -name '*.la' -exec rm -f {} + || die
99 -}
100
101 diff --git a/dev-libs/libressl/libressl-3.4.3.ebuild b/dev-libs/libressl/libressl-3.4.3.ebuild
102 deleted file mode 100644
103 index a16ffe3..0000000
104 --- a/dev-libs/libressl/libressl-3.4.3.ebuild
105 +++ /dev/null
106 @@ -1,63 +0,0 @@
107 -# Copyright 1999-2021 Gentoo Authors
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=7
111 -
112 -inherit multilib-minimal libtool
113 -
114 -DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
115 -HOMEPAGE="https://www.libressl.org/"
116 -SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
117 -
118 -LICENSE="ISC openssl"
119 -# Reflects ABI of libcrypto.so and libssl.so. Since these can differ,
120 -# we'll try to use the max of either. However, if either change between
121 -# versions, we have to change the subslot to trigger rebuild of consumers.
122 -SLOT="0/48"
123 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
124 -IUSE="+asm static-libs test"
125 -RESTRICT="!test? ( test )"
126 -REQUIRED_USE="test? ( static-libs )"
127 -
128 -DEPEND="${RDEPEND}"
129 -PDEPEND="app-misc/ca-certificates"
130 -
131 -src_prepare() {
132 - touch crypto/Makefile.in
133 -
134 - sed -i \
135 - -e '/^[ \t]*CFLAGS=/s#-g ##' \
136 - -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
137 - -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
138 - -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
139 - -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
140 - -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
141 - configure || die "fixing CFLAGS failed"
142 -
143 - if ! use test ; then
144 - sed -i \
145 - -e '/^[ \t]*SUBDIRS =/s#tests##' \
146 - Makefile.in || die "Removing tests failed"
147 - fi
148 -
149 - eapply "${FILESDIR}"/${PN}-2.8.3-solaris10.patch || die
150 -
151 - eapply_user
152 -
153 - elibtoolize # for Solaris
154 -}
155 -
156 -multilib_src_configure() {
157 - ECONF_SOURCE="${S}" econf \
158 - $(use_enable asm) \
159 - $(use_enable static-libs static)
160 -}
161 -
162 -multilib_src_test() {
163 - emake check
164 -}
165 -
166 -multilib_src_install_all() {
167 - einstalldocs
168 - find "${D}" -name '*.la' -exec rm -f {} + || die
169 -}