commit: 251ea7f493d9df609fafeb3608d6ffad1015c77a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Sep 26 14:47:45 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Sep 26 14:49:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251ea7f4
app-crypt/af_alg: Remove last-rited pkg Closes: https://bugs.gentoo.org/674800 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-crypt/af_alg/Manifest | 2 -- app-crypt/af_alg/af_alg-0.0.1.ebuild | 45 ---------------------------- app-crypt/af_alg/af_alg-0_pre20120229.ebuild | 37 ----------------------- app-crypt/af_alg/metadata.xml | 19 ------------ profiles/package.mask | 6 ---- profiles/updates/3Q-2016 | 1 - 6 files changed, 110 deletions(-) diff --git a/app-crypt/af_alg/Manifest b/app-crypt/af_alg/Manifest deleted file mode 100644 index 34290d55ba3..00000000000 --- a/app-crypt/af_alg/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST af_alg-0.0.1.tar.gz 332007 BLAKE2B 05d26e08c5ed56bc94626bfd6883fce99a1e630fb3f8b7f4f2847889308df57279f347f5e847cfa65d1356fac606eb1a4798d07ce093415dd900328710e32975 SHA512 10860268dbff65e20d78c7d251b5ac4e63342e01c30af72894baa63a625f11900a77a8d0cca29d93bd3a06ae29c16c5fc4d71843e7379b7d948ad1b6e6b58b5b -DIST af_alg-7b13512edbd77c35d20edb4e53d5d83eeaf05d52.tar.gz 5362 BLAKE2B 7d2423de81eae776b8f744747458c71b794656351cef56b7a4b4ffed049033a8367b598b075ac758f2e9e977d724d5a0b86c7c242ecb507d7d318bc7610071eb SHA512 c897a64ce12c5ecbdf8147a8776b646b9fed7d012cbc913e1f047eff4dd81fe1783733d64e711ab3702923b57055e4ca923cdf4f90bef6a4868f803be11239ca diff --git a/app-crypt/af_alg/af_alg-0.0.1.ebuild b/app-crypt/af_alg/af_alg-0.0.1.ebuild deleted file mode 100644 index 5494c4339d9..00000000000 --- a/app-crypt/af_alg/af_alg-0.0.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -MY_PN="af_alg" - -inherit autotools eutils libtool linux-info versionator - -DESCRIPTION="af_alg is an openssl crypto engine kernel interface thing" -HOMEPAGE="https://github.com/sarnold/af_alg" -SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz" - -LICENSE="openssl" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="libressl" - -DEPEND="virtual/linux-sources - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" -RDEPEND="" - -RESTRICT="test" - -S=${WORKDIR}/${MY_PN}-${PV} - -CONFIG_CHECK="~CRYPTO_USER_API" -WARNING_CRYPTO_USER_API="You need to enable CONFIG_CRYPTO_USER_API in order to use this package." - -src_prepare() { - sed -i -e "s|ssl/engines|engines|" "${S}"/configure.ac - eautoreconf -} - -src_configure() { - econf --with-pic -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS NEWS README.rst - - prune_libtool_files --modules -} diff --git a/app-crypt/af_alg/af_alg-0_pre20120229.ebuild b/app-crypt/af_alg/af_alg-0_pre20120229.ebuild deleted file mode 100644 index 1ca991a06c2..00000000000 --- a/app-crypt/af_alg/af_alg-0_pre20120229.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs multilib - -COMMIT_ID=7b13512edbd77c35d20edb4e53d5d83eeaf05d52 - -DESCRIPTION="AF_ALG for OpenSSL" -HOMEPAGE="http://carnivore.it/2011/04/23/openssl_-_af_alg" - -MY_P="$PN-${COMMIT_ID}" -SRC_URI="http://src.carnivore.it/users/common/af_alg/snapshot/${MY_P}.tar.gz" - -LICENSE="openssl" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libressl" - -DEPEND="!libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -Wall -fPIC \ - -shared -Wl,-soname,libaf_alg.so -lcrypto -o libaf_alg.so \ - e_af_alg.c -} - -src_install() { - exeinto /usr/$(get_libdir)/engines - doexe libaf_alg.so - dodoc README -} diff --git a/app-crypt/af_alg/metadata.xml b/app-crypt/af_alg/metadata.xml deleted file mode 100644 index 31141303170..00000000000 --- a/app-crypt/af_alg/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>nerd...@gentoo.org</email> - <name>Stephen Arnold</name> -</maintainer> -<longdescription lang="en"> -af_alg implements an OpenSSL engine that uses the AF_ALG functionailty found in -kernel >= 2.6.38 for crypto offload. Be sure to actually check if it's faster, -as for many modern systems, userspace software implementations are actually -faster, as they avoid a kernel context switch. However, on embedded systems and -others with crypto hardware, AF_ALG may be faster. The upstream readme has more -details. -</longdescription> -<upstream> - <remote-id type="github">sarnold/af_alg</remote-id> -</upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 5b44b3f053c..33572b41de6 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1107,12 +1107,6 @@ dev-embedded/scratchbox-devkit-svn # Removal in 30 days. Bug #519668. mail-filter/sid-milter -# Michał Górny <mgo...@gentoo.org> (2019-08-27) -# Fails to build against openssl-1.1. Not touched by Gentoo maintainer -# who is also upstream since 2016, and the problem has been reported -# in Jan 2019. Removal in 30 days. Bug #674800. -app-crypt/af_alg - # Miroslav Šulc <fordf...@gentoo.org> (2019-08-19) # Depends on >=virtual/{jdk,jre}-11 which is masked =www-servers/tomcat-9.0.24 diff --git a/profiles/updates/3Q-2016 b/profiles/updates/3Q-2016 index 4f2646ec7f4..8cbde629a08 100644 --- a/profiles/updates/3Q-2016 +++ b/profiles/updates/3Q-2016 @@ -1,6 +1,5 @@ move kde-base/kactivitymanagerd kde-plasma/kactivitymanagerd move app-portage/cpuinfo2cpuflags app-portage/cpuid2cpuflags -move app-crypt/openssl-af_alg-engine app-crypt/af_alg slotmove >=dev-php/pecl-mailparse-3.0 0 7 move dev-perl/class-loader dev-perl/Class-Loader move x11-apps/xkbset x11-misc/xkbset