From 0a5bc941545561a0291b43bb8a33f7263c453440 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Fri, 3 Feb 2017 15:28:17 -0500 Subject: [PATCH] cpyrit_calpp: dead upstream, replaced by the other cpyrit modules --- .../cpyrit_calpp/cpyrit_calpp-0.4.0.ebuild | 32 ------------------- .../cpyrit_calpp/cpyrit_calpp-9999.ebuild | 30 ----------------- 2 files changed, 62 deletions(-) delete mode 100644 app-crypt/cpyrit_calpp/cpyrit_calpp-0.4.0.ebuild delete mode 100644 app-crypt/cpyrit_calpp/cpyrit_calpp-9999.ebuild diff --git a/app-crypt/cpyrit_calpp/cpyrit_calpp-0.4.0.ebuild b/app-crypt/cpyrit_calpp/cpyrit_calpp-0.4.0.ebuild deleted file mode 100644 index 71a6f19dc..000000000 --- a/app-crypt/cpyrit_calpp/cpyrit_calpp-0.4.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -inherit eutils python distutils subversion - -DESCRIPTION="A GPU-based WPA-PSK and WPA2-PSK cracking tool" -HOMEPAGE="http://code.google.com/p/pyrit/" -ESVN_REPO_URI="http://pyrit.googlecode.com/svn/trunk/@294" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=">=dev-util/calpp-0.87 - >=x11-drivers/ati-drivers-10.2" -RDEPEND="${DEPEND}" - -src_compile() { - cd "${S}/cpyrit_calpp" - # fix annoying warning message when running pyrit... - sed -e '/VERSION/ s/-dev//' -i setup.py - distutils_src_compile -} - -src_install() { - cd "${S}/cpyrit_calpp" - distutils_src_install -} diff --git a/app-crypt/cpyrit_calpp/cpyrit_calpp-9999.ebuild b/app-crypt/cpyrit_calpp/cpyrit_calpp-9999.ebuild deleted file mode 100644 index 5ec80a014..000000000 --- a/app-crypt/cpyrit_calpp/cpyrit_calpp-9999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -inherit eutils python distutils subversion - -DESCRIPTION="A GPU-based WPA-PSK and WPA2-PSK cracking tool" -HOMEPAGE="http://code.google.com/p/pyrit/" -ESVN_REPO_URI="http://pyrit.googlecode.com/svn/trunk/" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-util/calpp-0.87 - >=x11-drivers/ati-drivers-10.2" -RDEPEND="${DEPEND}" - -src_compile() { - cd "${S}/cpyrit_calpp" - distutils_src_compile -} - -src_install() { - cd "${S}/cpyrit_calpp" - distutils_src_install -}