blue_hydra: 1.9.17->1.9.18

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-03-13 22:53:23 -04:00
parent 0ab8d509fd
commit 7287a8fd79
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 8 additions and 9 deletions

View file

@ -1 +1 @@
DIST blue_hydra-1.9.17.tar.gz 198752 BLAKE2B 425a8dfd547818d844f3cfe2f129d8de99331993968a8f0d48dd50e3edcfe28cc2d3c88b53029688b73d4ad7b936fb0670c824d37a3f785bcbb825386a3ee315 SHA512 b63f7218b8f12bd31aa131a7d3370b1606deacbc710d0bd6a2dfc2a04b8b65d5ab8c3fba2d034554e7c203fa1042848e5160443fbe0e0f9c5d1f1b26c203f78c
DIST blue_hydra-1.9.18.tar.gz 198965 BLAKE2B fe58b7526bb246f3e2eb16161984e72ee6d632b4e1b6240cf2231f967756ef867b3f9bf51a0578623de8dbf8c00a6d392630a1ebfc0858a75e9800c3adaa2abb SHA512 0c387a908096dd8ec18c91ee37adb224ece0909ba24db2bd5129a547afd1add79b0c043ccb06a71c6420f0e9202a0e12166fbcea203cbc782d631a08d94f15e2

View file

@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby31 ruby32"
RSPEC_VERSION="3"
inherit ruby-ng systemd
DESCRIPTION="bluetooth discovery service built on top of bluez"
HOMEPAGE="https://github.com/zerochaos-/blue_hydra"
SRC_URI=""
LICENSE="BSD-4"
SLOT="0"
@ -20,19 +19,19 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_CHECKOUT_DIR="${WORKDIR}"/all
else
KEYWORDS="~amd64 ~x86"
#strictly speaking this isn't a blue_hydra version number but a random simulation of a Pwnie Express software release number
#but close enough for pushing out stable releases
# strictly speaking this isn't a blue_hydra version number but a random
# simulation of a Pwnie Express software release number
# but close enough for pushing out stable releases
SRC_URI="https://github.com/zerochaos-/blue_hydra/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
IUSE="development ubertooth"
DEPEND=""
PDEPEND="dev-python/dbus-python
>=net-wireless/bluez-5.46[test-programs,deprecated(+)]
ubertooth? ( net-wireless/ubertooth )"
test_deps="dev-ruby/rake dev-ruby/rspec:2"
test_deps="dev-ruby/rake dev-ruby/rspec:3"
ruby_add_bdepend "dev-ruby/bundler:2
test? ( ${test_deps} )"
ruby_add_rdepend "dev-ruby/dm-migrations

View file

@ -4,7 +4,7 @@
EAPI=8
USE_RUBY="ruby31 ruby32"
RSPEC_VERSION="3"
inherit ruby-ng systemd
DESCRIPTION="bluetooth discovery service built on top of bluez"