diff --git a/pentoo/pentoo-bluetooth/Manifest b/pentoo/pentoo-bluetooth/Manifest index b88abc0dd..ddb3bc565 100644 --- a/pentoo/pentoo-bluetooth/Manifest +++ b/pentoo/pentoo-bluetooth/Manifest @@ -1,2 +1,3 @@ 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 diff --git a/pentoo/pentoo-bluetooth/pentoo-bluetooth-2014.0.ebuild b/pentoo/pentoo-bluetooth/pentoo-bluetooth-2014.0.ebuild new file mode 100644 index 000000000..6b669706e --- /dev/null +++ b/pentoo/pentoo-bluetooth/pentoo-bluetooth-2014.0.ebuild @@ -0,0 +1,23 @@ +# 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/kismet-ubertooth + net-libs/libbtbb[wireshark] + net-wireless/ubertooth + net-wireless/haraldscan + net-wireless/gnome-bluetooth"