From 9257212a8841f37588d5b5a94a7930db4585a106 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 9 Sep 2022 16:40:34 +0100 Subject: gentoo auto-resync : 09:09:2022 - 16:40:34 --- app-crypt/mkp224o/mkp224o-1.5.0.ebuild | 36 ---------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 app-crypt/mkp224o/mkp224o-1.5.0.ebuild (limited to 'app-crypt/mkp224o/mkp224o-1.5.0.ebuild') diff --git a/app-crypt/mkp224o/mkp224o-1.5.0.ebuild b/app-crypt/mkp224o/mkp224o-1.5.0.ebuild deleted file mode 100644 index 4e71a3ec031b..000000000000 --- a/app-crypt/mkp224o/mkp224o-1.5.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Vanity address generator for v3 Tor hidden service addresses" -HOMEPAGE="https://github.com/cathugger/mkp224o" -SRC_URI="https://github.com/cathugger/${PN}/releases/download/v${PV}/${PN}-${PV}-src.tar.gz" - -LICENSE="CC0-1.0" -SLOT="0" -KEYWORDS="amd64" -IUSE="cpu_flags_x86_sse2 pcre2" - -DEPEND=" - dev-libs/libsodium:= - pcre2? ( dev-libs/libpcre2:= ) -" -RDEPEND="${DEPEND}" - -DOCS=( OPTIMISATION.txt README.txt ) - -src_configure() { - local myeconfargs=( - --enable-regex=$(usex pcre2) - --enable-statistics - ) - use cpu_flags_x86_sse2 && myeconfargs+=( --enable-donna-sse2 ) - - econf "${myeconfargs[@]}" -} - -src_install() { - einstalldocs - dobin ${PN} -} -- cgit v1.2.3