commit: 306a56d11fe33478fea45b78dae1a1beaf5500d6 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri May 16 13:00:08 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri May 16 13:00:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306a56d1
app-crypt/princeprocessor: drop 0.22, EAPI=7-- Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .../princeprocessor/princeprocessor-0.22.ebuild | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/app-crypt/princeprocessor/princeprocessor-0.22.ebuild b/app-crypt/princeprocessor/princeprocessor-0.22.ebuild deleted file mode 100644 index 6fbc7335d622..000000000000 --- a/app-crypt/princeprocessor/princeprocessor-0.22.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2019-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Standalone password candidate generator using the PRINCE algorithm" -HOMEPAGE="https://github.com/hashcat/princeprocessor" -SRC_URI="https://github.com/hashcat/princeprocessor/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}/${P}/src" - -src_prepare() { - sed -i "s#-O2 -s#${CFLAGS} ${LDFLAGS}#" Makefile - default -} - -src_install() { - newbin pp64.bin princeprocessor - #install rules after hashcat is fixed - #insinto /usr/share/hashcat - #doins ../rules/*.rules -}
