Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/
Date: Sun, 03 Mar 2019 18:04:59
Message-Id: 1551636286.902c00d3c38c83063234ed7c0e9f5d527325951b.bman@gentoo
1 commit: 902c00d3c38c83063234ed7c0e9f5d527325951b
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 18:03:55 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 18:04:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902c00d3
7
8 dev-libs/libressl: drop old versions
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-libs/libressl/Manifest | 2 --
13 dev-libs/libressl/libressl-2.6.5.ebuild | 56 ---------------------------------
14 dev-libs/libressl/libressl-2.7.5.ebuild | 53 -------------------------------
15 3 files changed, 111 deletions(-)
16
17 diff --git a/dev-libs/libressl/Manifest b/dev-libs/libressl/Manifest
18 index 4f5caa7d95b..bb40a692e6c 100644
19 --- a/dev-libs/libressl/Manifest
20 +++ b/dev-libs/libressl/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST libressl-2.6.5.tar.gz 3225481 BLAKE2B fcdf0d8b4b68fdb6c17299f4b9897c84f51ec3407abc6c1bf8d474c4424161c563667ca1fb26c45dd20a0e895457e9210b7bd0539581472b94d594cc32a68191 SHA512 0601c73bb5c3d149df7eca3566831f1b35713aa16a15788a291922fce0bffa1ba0bc6ea9cac1fcecfd980009f2292b08b2a57d66b517fc1bc8c7364a24dbbd9d
23 -DIST libressl-2.7.5.tar.gz 3539591 BLAKE2B 0cda7307f01cea21584b3e814a20053ab128016f0b639856eb04b52f91156c74b8fdba485401e099f472ae7d9a35e9be54d169e3ddf743540595c2ffa0f979ff SHA512 00828dd115f6395186ce4c9cadb604612763f67f2ad2236a331062add8115f6494a655cbec237ae069e373ffb915ed4025c993e06456c3da69b279e5f7e2b8d4
24 DIST libressl-2.8.3.tar.gz 3366196 BLAKE2B e32c097b31998d68a31266fbbf3624d5ab8ca716f8c53e423bcf09b3a8ab3542c92a99e259ded7b86f99b45cc199cd44791520a609f18c35d150365de5768eec SHA512 3967e08b3dc2277bf77057ea1f11148df7f96a2203cd21cf841902f2a1ec11320384a001d01fa58154d35612f7981bf89d5b1a60a2387713d5657677f76cc682
25 DIST libressl-2.9.0.tar.gz 3400383 BLAKE2B 652ac9ff962fd187563f2f6f9ea423d682f743c8443954ad3a8adc810530711482705f0cac1a805e2f85697ed1fed156c80da913dc07c8c13cd6ce78e44b6c4d SHA512 db7fec664bef8d76204ca691c11df236abce3c85b2a51011eec5bd302e273b62fa3cfce0430980915c3f3ce34176d5ef9c187902f0b39d7fc151e69e552b499c
26
27 diff --git a/dev-libs/libressl/libressl-2.6.5.ebuild b/dev-libs/libressl/libressl-2.6.5.ebuild
28 deleted file mode 100644
29 index d4870428f99..00000000000
30 --- a/dev-libs/libressl/libressl-2.6.5.ebuild
31 +++ /dev/null
32 @@ -1,56 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit autotools multilib-minimal
39 -
40 -DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
41 -HOMEPAGE="https://www.libressl.org/"
42 -SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
43 -
44 -LICENSE="ISC openssl"
45 -# Reflects ABI of libcrypto.so and libssl.so. Since these can differ,
46 -# we'll try to use the max of either. However, if either change between
47 -# versions, we have to change the subslot to trigger rebuild of consumers.
48 -SLOT="0/44"
49 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
50 -IUSE="+asm static-libs test"
51 -REQUIRED_USE="test? ( static-libs )"
52 -
53 -RDEPEND="!dev-libs/openssl:0"
54 -DEPEND="${RDEPEND}"
55 -PDEPEND="app-misc/ca-certificates"
56 -
57 -PATCHES=( "${FILESDIR}/libressl-2.6.4-hppa-asm.patch" )
58 -
59 -src_prepare() {
60 - touch crypto/Makefile.in
61 -
62 - sed -i \
63 - -e '/^[ \t]*CFLAGS=/s#-g ##' \
64 - -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
65 - -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
66 - -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
67 - -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
68 - -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
69 - configure || die "fixing CFLAGS failed"
70 -
71 - default
72 - eautoreconf
73 -}
74 -
75 -multilib_src_configure() {
76 - ECONF_SOURCE="${S}" econf \
77 - $(use_enable asm) \
78 - $(use_enable static-libs static)
79 -}
80 -
81 -multilib_src_test() {
82 - emake check
83 -}
84 -
85 -multilib_src_install_all() {
86 - einstalldocs
87 - find "${D}" -name '*.la' -exec rm -f {} + || die
88 -}
89
90 diff --git a/dev-libs/libressl/libressl-2.7.5.ebuild b/dev-libs/libressl/libressl-2.7.5.ebuild
91 deleted file mode 100644
92 index 288540105ec..00000000000
93 --- a/dev-libs/libressl/libressl-2.7.5.ebuild
94 +++ /dev/null
95 @@ -1,53 +0,0 @@
96 -# Copyright 1999-2018 Gentoo Authors
97 -# Distributed under the terms of the GNU General Public License v2
98 -
99 -EAPI=6
100 -
101 -inherit multilib-minimal
102 -
103 -DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
104 -HOMEPAGE="https://www.libressl.org/"
105 -SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
106 -
107 -LICENSE="ISC openssl"
108 -# Reflects ABI of libcrypto.so and libssl.so. Since these can differ,
109 -# we'll try to use the max of either. However, if either change between
110 -# versions, we have to change the subslot to trigger rebuild of consumers.
111 -SLOT="0/45"
112 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
113 -IUSE="+asm static-libs test"
114 -REQUIRED_USE="test? ( static-libs )"
115 -
116 -RDEPEND="!dev-libs/openssl:0"
117 -DEPEND="${RDEPEND}"
118 -PDEPEND="app-misc/ca-certificates"
119 -
120 -src_prepare() {
121 - touch crypto/Makefile.in
122 -
123 - sed -i \
124 - -e '/^[ \t]*CFLAGS=/s#-g ##' \
125 - -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
126 - -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
127 - -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
128 - -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
129 - -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
130 - configure || die "fixing CFLAGS failed"
131 -
132 - eapply_user
133 -}
134 -
135 -multilib_src_configure() {
136 - ECONF_SOURCE="${S}" econf \
137 - $(use_enable asm) \
138 - $(use_enable static-libs static)
139 -}
140 -
141 -multilib_src_test() {
142 - emake check
143 -}
144 -
145 -multilib_src_install_all() {
146 - einstalldocs
147 - find "${D}" -name '*.la' -exec rm -f {} + || die
148 -}