summaryrefslogtreecommitdiff
path: root/app-crypt/mkp224o/mkp224o-1.6.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/mkp224o/mkp224o-1.6.1-r1.ebuild')
-rw-r--r--app-crypt/mkp224o/mkp224o-1.6.1-r1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-crypt/mkp224o/mkp224o-1.6.1-r1.ebuild b/app-crypt/mkp224o/mkp224o-1.6.1-r1.ebuild
deleted file mode 100644
index 1185aeba051a..000000000000
--- a/app-crypt/mkp224o/mkp224o-1.6.1-r1.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 pcre"
-
-DEPEND="
- dev-libs/libsodium:=
- pcre? ( dev-libs/libpcre2:= )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( OPTIMISATION.txt README.md )
-
-src_configure() {
- local myeconfargs=(
- --enable-regex=$(usex pcre)
- --enable-statistics
- )
- use cpu_flags_x86_sse2 && myeconfargs+=( --enable-donna-sse2 )
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- einstalldocs
- dobin ${PN}
-}