diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2014-10-03 11:06:05 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2014-10-03 11:06:05 +0200 |
commit | 0de0db033767741e3e5deeb2aab75ab3d08f69dc (patch) | |
tree | dd8e7341bf25a1105b3c5f0d8f6b6b99875f7671 /dev-util/mfoc/mfoc-9999.ebuild | |
parent | 57f30080d2ca48609e92aa817ca6f1a2a85f41bd (diff) | |
download | overlay-0de0db033767741e3e5deeb2aab75ab3d08f69dc.tar.gz overlay-0de0db033767741e3e5deeb2aab75ab3d08f69dc.tar.xz overlay-0de0db033767741e3e5deeb2aab75ab3d08f69dc.zip |
dev-util/mfoc: removed live ebuild, version bump
Diffstat (limited to 'dev-util/mfoc/mfoc-9999.ebuild')
-rw-r--r-- | dev-util/mfoc/mfoc-9999.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-util/mfoc/mfoc-9999.ebuild b/dev-util/mfoc/mfoc-9999.ebuild deleted file mode 100644 index ec1861f..0000000 --- a/dev-util/mfoc/mfoc-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit eutils subversion autotools - -DESCRIPTION="Mifare Classic Offline Cracker is a tool that can recover keys from Mifare Classic cards" -HOMEPAGE="http://code.google.com/p/nfc-tools/" -ESVN_REPO_URI="http://nfc-tools.googlecode.com/svn/trunk/mfoc/" -ESVN_PROJECT="mfoc" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~x86 ~amd64" - -CDEPEND=">=dev-libs/libnfc-1.5.1" -RDEPEND="${CDEPEND}" - -src_prepare() { - epatch "${FILESDIR}/mfoc-fix-segfault.patch" - eautoreconf || die "autoreconf failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Install failed" - dodoc README ChangeLog AUTHORS NEWS TODO || die -} |