commit:     ebf3029259aa340b54e8d392263b66061d9e9973
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  7 16:08:36 2016 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Nov  7 16:09:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf30292

net-wireless/crackle: add live ebuild for testing next release

Package-Manager: portage-2.3.2

 net-wireless/crackle/crackle-9999.ebuild | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/net-wireless/crackle/crackle-9999.ebuild 
b/net-wireless/crackle/crackle-9999.ebuild
new file mode 100644
index 00000000..65b8d93
--- /dev/null
+++ b/net-wireless/crackle/crackle-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+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
+       KEYWORDS=""
+else
+       SRC_URI="http://lacklustre.net/projects/crackle/${P}.tgz";
+       KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="net-libs/libpcap"
+DEPEND="${RDEPEND}
+               test? ( dev-lang/perl )"
+
+src_install() {
+       DESTDIR="${ED}" PREFIX=/usr emake install
+}

Reply via email to