commit: f48d1047d8109aab7a240ac98fe32daab46528b4 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Fri Jul 18 14:24:34 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Fri Jul 18 14:24:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48d1047
app-crypt/jitterentropy: drop 3.4.1 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> app-crypt/jitterentropy/Manifest | 1 - app-crypt/jitterentropy/jitterentropy-3.4.1.ebuild | 49 ---------------------- 2 files changed, 50 deletions(-) diff --git a/app-crypt/jitterentropy/Manifest b/app-crypt/jitterentropy/Manifest index 3851d1a1f269..089c5f033c00 100644 --- a/app-crypt/jitterentropy/Manifest +++ b/app-crypt/jitterentropy/Manifest @@ -1,2 +1 @@ -DIST jitterentropy-3.4.1.tar.gz 86110 BLAKE2B 729ef7d01a17c9eb16cc352da0286bd292f2faae63754b06036dbb44d52e85e2e2e0d2a38ac57d4350eaebbc47457f0457a988a657f7fe6c5d782d50922552d2 SHA512 c832b33c084a8c56fb9ee0c0f7397fa9206cbd6fcbea047495e543566fc0d9b5d8978c8668103203d87b5b70c0e177f9ef7cc614b3ce689b90fbb8b85e6fedbb DIST jitterentropy-3.6.0.tar.gz 96456 BLAKE2B 5e4fc185f16b59456a681e37f90de3b1e381bd6269bf72294822c1b8db11bbd5fe48640f2f38257c9b1238df38df7d95c2d1b9136b12364dde6e5cf3395c2e6e SHA512 8b234d0ac8115d004e8b1f41318e42d72324dfcbea0b3ba96499a6f9d740e13659c5bea032f77baad8d8ea3846fcd628665df573ab12b6111785f4bb5954834c diff --git a/app-crypt/jitterentropy/jitterentropy-3.4.1.ebuild b/app-crypt/jitterentropy/jitterentropy-3.4.1.ebuild deleted file mode 100644 index 55793288ccc8..000000000000 --- a/app-crypt/jitterentropy/jitterentropy-3.4.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="Hardware RNG based on CPU timing jitter" -HOMEPAGE="https://github.com/smuellerDD/jitterentropy-library" -SRC_URI="https://github.com/smuellerDD/jitterentropy-library/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -# For future reference, tests/raw-entropy/validation-{restart,runtime} -# have a weird license clause where it says: -# The licensee IS NOT granted permission to redistribute the source code or -# derivatives of the source code, and the binaries compiled from the source -# code or its derivatives to any third parties. -# Do not package these two components! -LICENSE="BSD" -SLOT="0/3" -KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 ~riscv ~sparc x86" -IUSE="static-libs" - -S="${WORKDIR}/${PN}-library-${PV}" - -src_prepare() { - default - - # Disable man page compression on install - sed -e '/\tgzip.*man/ d' -i Makefile || die -} - -src_compile() { - # Upstream defines some of CFLAGS in the Makefile using '?=' - # This allows those default flags to be overwritten by - # user-defined CFLAGS. Restore some of the defaults. - append-cflags '-fwrapv' '-fvisibility=hidden' '-fPIE' - # Optimizations are not allowed by upstream, which already - # overrides CFLAGS in Makefile. We need to handle CPPFLAGS here. - append-cppflags '-O0' - emake AR="$(tc-getAR)" CC="$(tc-getCC)" -} - -src_install() { - emake PREFIX="${EPREFIX}/usr" \ - LIBDIR="$(get_libdir)" \ - DESTDIR="${D}" \ - INSTALL_STRIP="install" \ - install $(usex static-libs install-static '') -}
