mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 12:51:02 +02:00
pentoo-bluetooth: add crackle
This commit is contained in:
parent
35459a442f
commit
55d0870a9a
2 changed files with 25 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
EBUILD pentoo-bluetooth-2012.1.ebuild 498 SHA256 2057cb384bafef99fb216b7723ddd3ede0e4a30029374e7a427acf668f6fb723 SHA512 7611841d34fc0a2601b74d44abeee8578c70a0779c95cb6dedda574a8b2b6794944bf7dcb5aa49fcd634f91e0a9ebe7f7d4792059cd3f313dee7f4c8c2d12ca4 WHIRLPOOL 64febb1c7f67b4a7f1c19e2f78c2ff19cf88f72c9a3db61f71102e29afc378a6b2f9bcbe894fb5d4d7ec7bd29caeae2313b47316addcc0856079851d2a98544e
|
||||
EBUILD pentoo-bluetooth-2013.0.ebuild 530 SHA256 5e39d2831d4388db9e618f1055d3ca092898134e00676ca9f7606a1f8d259c0d SHA512 99511dc16591a477dee466616ce046d8e204a35c21a7a9894eb97a7ce2a07207ea37e24cb55898613350f227343eee534d765bd318ed8606ac2348b9529d10ff WHIRLPOOL fbe4f636d53e135be8e38f3f0c1fd1027f10ffad484480dd2f000b1daa09099f38040615f8ba4c1eeb8d4b9946d2e43b992bf355d92aefa419fe2b3c79dabfc5
|
||||
EBUILD pentoo-bluetooth-2014.0.ebuild 498 SHA256 52236423193d81067f8d761ac5ec62ce9b7f08daf870e9693f3d3066a2fee3ec SHA512 f8f6a0e7e355a83cbb934c19a58ec215a721f9d8bf24938284adf246d841139b17449826e480af2d2130e146b61fd5f3211dccad0878f2884b2e5db6c598cb91 WHIRLPOOL 13c9850327a3656f92d6cb19e05541ea0c30ae0a8934fc875dc71cb55716f87cc3d07c32f1fae57d6f7b9b6ee1701100921dd0115181bc9a33e613ab9e3dab34
|
||||
EBUILD pentoo-bluetooth-2014.1.ebuild 520 SHA256 dacc0a0c0b8702ccd4bc40dd6cc1e86f011b48592439cd5a9192ca2dec1e3806 SHA512 3bbf9dec05f86f3a3c5705c35b79cbd418b1e4d9f43df23c86a83c81f7b4ff7a5be115b541853a3863679183bdab683c05f09debb0da5de8b3b3abd31623d0ad WHIRLPOOL 6d8c370459b22478f80e4ef6ad4a56f800f034811b6b0600d56ef053b2f4fb122bd42ed6935cfe87fb160ad5d7b68fedf63fc2a87dc3a9f65bdb13331264b32a
|
||||
|
|
|
|||
24
pentoo/pentoo-bluetooth/pentoo-bluetooth-2014.1.ebuild
Normal file
24
pentoo/pentoo-bluetooth/pentoo-bluetooth-2014.1.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
DESCRIPTION="Pentoo bluetooth meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
app-fuzz/bss
|
||||
net-wireless/bt-audit
|
||||
net-wireless/btscanner
|
||||
net-wireless/crackle
|
||||
net-wireless/kismet-ubertooth
|
||||
net-libs/libbtbb[wireshark]
|
||||
net-wireless/ubertooth
|
||||
net-wireless/haraldscan
|
||||
net-wireless/gnome-bluetooth"
|
||||
Loading…
Reference in a new issue