Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/updates/, app-crypt/af_alg/, profiles/
Date: Thu, 26 Sep 2019 14:49:48
Message-Id: 1569509362.251ea7f493d9df609fafeb3608d6ffad1015c77a.mgorny@gentoo
1 commit: 251ea7f493d9df609fafeb3608d6ffad1015c77a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 26 14:47:45 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 26 14:49:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251ea7f4
7
8 app-crypt/af_alg: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/674800
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-crypt/af_alg/Manifest | 2 --
14 app-crypt/af_alg/af_alg-0.0.1.ebuild | 45 ----------------------------
15 app-crypt/af_alg/af_alg-0_pre20120229.ebuild | 37 -----------------------
16 app-crypt/af_alg/metadata.xml | 19 ------------
17 profiles/package.mask | 6 ----
18 profiles/updates/3Q-2016 | 1 -
19 6 files changed, 110 deletions(-)
20
21 diff --git a/app-crypt/af_alg/Manifest b/app-crypt/af_alg/Manifest
22 deleted file mode 100644
23 index 34290d55ba3..00000000000
24 --- a/app-crypt/af_alg/Manifest
25 +++ /dev/null
26 @@ -1,2 +0,0 @@
27 -DIST af_alg-0.0.1.tar.gz 332007 BLAKE2B 05d26e08c5ed56bc94626bfd6883fce99a1e630fb3f8b7f4f2847889308df57279f347f5e847cfa65d1356fac606eb1a4798d07ce093415dd900328710e32975 SHA512 10860268dbff65e20d78c7d251b5ac4e63342e01c30af72894baa63a625f11900a77a8d0cca29d93bd3a06ae29c16c5fc4d71843e7379b7d948ad1b6e6b58b5b
28 -DIST af_alg-7b13512edbd77c35d20edb4e53d5d83eeaf05d52.tar.gz 5362 BLAKE2B 7d2423de81eae776b8f744747458c71b794656351cef56b7a4b4ffed049033a8367b598b075ac758f2e9e977d724d5a0b86c7c242ecb507d7d318bc7610071eb SHA512 c897a64ce12c5ecbdf8147a8776b646b9fed7d012cbc913e1f047eff4dd81fe1783733d64e711ab3702923b57055e4ca923cdf4f90bef6a4868f803be11239ca
29
30 diff --git a/app-crypt/af_alg/af_alg-0.0.1.ebuild b/app-crypt/af_alg/af_alg-0.0.1.ebuild
31 deleted file mode 100644
32 index 5494c4339d9..00000000000
33 --- a/app-crypt/af_alg/af_alg-0.0.1.ebuild
34 +++ /dev/null
35 @@ -1,45 +0,0 @@
36 -# Copyright 1999-2016 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI="5"
40 -
41 -MY_PN="af_alg"
42 -
43 -inherit autotools eutils libtool linux-info versionator
44 -
45 -DESCRIPTION="af_alg is an openssl crypto engine kernel interface thing"
46 -HOMEPAGE="https://github.com/sarnold/af_alg"
47 -SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
48 -
49 -LICENSE="openssl"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
52 -IUSE="libressl"
53 -
54 -DEPEND="virtual/linux-sources
55 - !libressl? ( dev-libs/openssl:0= )
56 - libressl? ( dev-libs/libressl:0= )"
57 -RDEPEND=""
58 -
59 -RESTRICT="test"
60 -
61 -S=${WORKDIR}/${MY_PN}-${PV}
62 -
63 -CONFIG_CHECK="~CRYPTO_USER_API"
64 -WARNING_CRYPTO_USER_API="You need to enable CONFIG_CRYPTO_USER_API in order to use this package."
65 -
66 -src_prepare() {
67 - sed -i -e "s|ssl/engines|engines|" "${S}"/configure.ac
68 - eautoreconf
69 -}
70 -
71 -src_configure() {
72 - econf --with-pic
73 -}
74 -
75 -src_install() {
76 - emake DESTDIR="${D}" install || die
77 - dodoc AUTHORS NEWS README.rst
78 -
79 - prune_libtool_files --modules
80 -}
81
82 diff --git a/app-crypt/af_alg/af_alg-0_pre20120229.ebuild b/app-crypt/af_alg/af_alg-0_pre20120229.ebuild
83 deleted file mode 100644
84 index 1ca991a06c2..00000000000
85 --- a/app-crypt/af_alg/af_alg-0_pre20120229.ebuild
86 +++ /dev/null
87 @@ -1,37 +0,0 @@
88 -# Copyright 1999-2016 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=5
92 -
93 -inherit eutils toolchain-funcs multilib
94 -
95 -COMMIT_ID=7b13512edbd77c35d20edb4e53d5d83eeaf05d52
96 -
97 -DESCRIPTION="AF_ALG for OpenSSL"
98 -HOMEPAGE="http://carnivore.it/2011/04/23/openssl_-_af_alg"
99 -
100 -MY_P="$PN-${COMMIT_ID}"
101 -SRC_URI="http://src.carnivore.it/users/common/af_alg/snapshot/${MY_P}.tar.gz"
102 -
103 -LICENSE="openssl"
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~x86"
106 -IUSE="libressl"
107 -
108 -DEPEND="!libressl? ( dev-libs/openssl:0= )
109 - libressl? ( dev-libs/libressl:0= )"
110 -RDEPEND="${DEPEND}"
111 -
112 -S="${WORKDIR}/${MY_P}"
113 -
114 -src_compile() {
115 - $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -Wall -fPIC \
116 - -shared -Wl,-soname,libaf_alg.so -lcrypto -o libaf_alg.so \
117 - e_af_alg.c
118 -}
119 -
120 -src_install() {
121 - exeinto /usr/$(get_libdir)/engines
122 - doexe libaf_alg.so
123 - dodoc README
124 -}
125
126 diff --git a/app-crypt/af_alg/metadata.xml b/app-crypt/af_alg/metadata.xml
127 deleted file mode 100644
128 index 31141303170..00000000000
129 --- a/app-crypt/af_alg/metadata.xml
130 +++ /dev/null
131 @@ -1,19 +0,0 @@
132 -<?xml version="1.0" encoding="UTF-8"?>
133 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
134 -<pkgmetadata>
135 -<maintainer type="person">
136 - <email>nerdboy@g.o</email>
137 - <name>Stephen Arnold</name>
138 -</maintainer>
139 -<longdescription lang="en">
140 -af_alg implements an OpenSSL engine that uses the AF_ALG functionailty found in
141 -kernel &gt;= 2.6.38 for crypto offload. Be sure to actually check if it's faster,
142 -as for many modern systems, userspace software implementations are actually
143 -faster, as they avoid a kernel context switch. However, on embedded systems and
144 -others with crypto hardware, AF_ALG may be faster. The upstream readme has more
145 -details.
146 -</longdescription>
147 -<upstream>
148 - <remote-id type="github">sarnold/af_alg</remote-id>
149 -</upstream>
150 -</pkgmetadata>
151
152 diff --git a/profiles/package.mask b/profiles/package.mask
153 index 5b44b3f053c..33572b41de6 100644
154 --- a/profiles/package.mask
155 +++ b/profiles/package.mask
156 @@ -1107,12 +1107,6 @@ dev-embedded/scratchbox-devkit-svn
157 # Removal in 30 days. Bug #519668.
158 mail-filter/sid-milter
159
160 -# Michał Górny <mgorny@g.o> (2019-08-27)
161 -# Fails to build against openssl-1.1. Not touched by Gentoo maintainer
162 -# who is also upstream since 2016, and the problem has been reported
163 -# in Jan 2019. Removal in 30 days. Bug #674800.
164 -app-crypt/af_alg
165 -
166 # Miroslav Šulc <fordfrog@g.o> (2019-08-19)
167 # Depends on >=virtual/{jdk,jre}-11 which is masked
168 =www-servers/tomcat-9.0.24
169
170 diff --git a/profiles/updates/3Q-2016 b/profiles/updates/3Q-2016
171 index 4f2646ec7f4..8cbde629a08 100644
172 --- a/profiles/updates/3Q-2016
173 +++ b/profiles/updates/3Q-2016
174 @@ -1,6 +1,5 @@
175 move kde-base/kactivitymanagerd kde-plasma/kactivitymanagerd
176 move app-portage/cpuinfo2cpuflags app-portage/cpuid2cpuflags
177 -move app-crypt/openssl-af_alg-engine app-crypt/af_alg
178 slotmove >=dev-php/pecl-mailparse-3.0 0 7
179 move dev-perl/class-loader dev-perl/Class-Loader
180 move x11-apps/xkbset x11-misc/xkbset