commit:     4217477b2eb0ebd8b1edcf7b8c1240e52e362096
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 21 17:01:39 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Oct 21 18:22:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4217477b

net-wireless/crackle: Remove 9999 ebuild

Still uses EAPI 5

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-wireless/crackle/crackle-9999.ebuild | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/net-wireless/crackle/crackle-9999.ebuild 
b/net-wireless/crackle/crackle-9999.ebuild
deleted file mode 100644
index 6e8816d8508..00000000000
--- a/net-wireless/crackle/crackle-9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Crackle cracks BLE Encryption (AKA Bluetooth Smart)"
-HOMEPAGE="http://lacklustre.net/projects/crackle/";
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="https://github.com/mikeryan/crackle.git";
-       inherit git-r3
-else
-       SRC_URI="http://lacklustre.net/projects/crackle/${P}.tgz";
-       KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="net-libs/libpcap"
-DEPEND="${RDEPEND}
-               test? ( dev-lang/perl )"
-
-src_install() {
-       DESTDIR="${ED}" PREFIX=/usr emake install
-}

Reply via email to