summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/WiRouterKeyRec/WiRouterKeyRec-1.1.2.ebuild')
-rw-r--r--app-crypt/WiRouterKeyRec/WiRouterKeyRec-1.1.2.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/app-crypt/WiRouterKeyRec/WiRouterKeyRec-1.1.2.ebuild b/app-crypt/WiRouterKeyRec/WiRouterKeyRec-1.1.2.ebuild
deleted file mode 100644
index dc69de0abd25..000000000000
--- a/app-crypt/WiRouterKeyRec/WiRouterKeyRec-1.1.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_PN="WiRouter_KeyRec"
-MY_P="${MY_PN}_${PV}"
-
-DESCRIPTION="Recovery tool for wpa passphrase"
-HOMEPAGE="https://www.salvatorefresta.net"
-SRC_URI="https://tools.salvatorefresta.net/${MY_P}.zip -> ${P}.zip"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-BDEPEND="app-arch/unzip"
-
-src_prepare() {
- default
-
- sed -i "s:wirouterkeyrec:${PN}:" src/*.h || die
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- newbin build/wirouterkeyrec ${PN}
- insinto /etc/${PN}
- doins config/agpf_config.lst config/teletu_config.lst
-}