diff options
author | David Seifert <soap@gentoo.org> | 2023-09-09 15:16:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-09-09 15:16:39 +0200 |
commit | 04359ee8e89533770206fdbd42ed57b0af46ad6c (patch) | |
tree | e8bbeeb819ed38afc7324fe441cf5f90c57ce7ad /app-crypt/aespipe | |
parent | app-crypt/crackpkcs12: drop 0.2.10 (diff) | |
download | gentoo-04359ee8e89533770206fdbd42ed57b0af46ad6c.tar.gz gentoo-04359ee8e89533770206fdbd42ed57b0af46ad6c.tar.bz2 gentoo-04359ee8e89533770206fdbd42ed57b0af46ad6c.zip |
app-crypt/aespipe: drop 2.4e
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt/aespipe')
-rw-r--r-- | app-crypt/aespipe/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/aespipe/aespipe-2.4e.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/app-crypt/aespipe/Manifest b/app-crypt/aespipe/Manifest index 1be556a24c27..0b528d8f5946 100644 --- a/app-crypt/aespipe/Manifest +++ b/app-crypt/aespipe/Manifest @@ -1,2 +1 @@ -DIST aespipe-v2.4e.tar.bz2 107741 BLAKE2B 9331441214b495f042f8ac41b57203057e762156aa7b6bd9fcb8d55b3e149fb79dd0d7c06358599fefd6662d797baf4cf9ba84fc4425e637c9fef0abf1b254c7 SHA512 e038f710ac971e5ba740648c0f255e8bc9fcea9be1a6b76208a453f21f013e1662c006d4f4495fa2b2560fd9b0c236947462a9b337a120073c6a5335b29f077e DIST aespipe-v2.4f.tar.bz2 107663 BLAKE2B 80af945ec938307ddaeb1a1f7a91da71d4f1aeabe4cb303166cad95c36e0d0090fd8440bb636ac0245d2701d61fdea715c84e18dfacf32bfba7f4b85a2db091f SHA512 75b6b2069a0e013dbded29b07b990fc783cc04ce05fc37e6591dae7e8190485960735ec1a1af18d065be57d0b7ec23dbe520e920f92e9c01170b7a23eb32eb3f diff --git a/app-crypt/aespipe/aespipe-2.4e.ebuild b/app-crypt/aespipe/aespipe-2.4e.ebuild deleted file mode 100644 index cf46e5c67d98..000000000000 --- a/app-crypt/aespipe/aespipe-2.4e.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic - -DESCRIPTION="Encrypts data from stdin to stdout" -HOMEPAGE="https://loop-aes.sourceforge.net" -SRC_URI="https://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static" -DEPEND="" -RDEPEND="app-arch/sharutils - app-crypt/gnupg" - -S="${WORKDIR}/${PN}-v${PV}" - -src_configure() { - use static && append-ldflags -static - econf \ - $(use_enable asm) \ - $(use_enable cpu_flags_x86_aes intelaes) \ - $(use_enable cpu_flags_x86_padlock padlock) -} |