mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
dev-cpp/robotraconteur: drop 1.2.6, add 1.2.7
Signed-off-by: John Wason <wason@wasontech.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST RobotRaconteur-1.2.6-Source.tar.gz 11806135 BLAKE2B 64bf2a49434b307a260e82d937b76a6fbc6353ed3499da44048e75c88c94ba6a96b713c95264c6d4cba3dcdc6745a7237a5526eb95c593ffc6733c63e25feafa SHA512 ff5934182b6e97a1f07c11623d9ec570ab762ac915eb74b38f0e21f9d76cc6e779f8faf7a32fb684ef54738474c89c60c8f7401785262d54bd48dfe805c642b8
|
||||
DIST RobotRaconteur-1.2.7-Source.tar.gz 11808734 BLAKE2B cef41066cb557131250d6817658792e4af1b7f5ce8c4ee279823f99232b2da7340a59eec9d37ca29a4763193f531e3a7d12599dff1fdf82745a5015d533bc997 SHA512 9d01d648c4d140206ec794d5c55e237078154ed3419013c8d071d75a664c659fb515482fb4d502a15373e1ae13afcdcf1c53b3458b81b2cc2f522986400ed231
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
<name>John Wason</name>
|
||||
<email>wason@wasontech.com</email>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">robotraconteur/robotraconteur</remote-id>
|
||||
<bugs-to>https://github.com/robotraconteur/robotraconteur/issues</bugs-to>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
PYTHON_COMPAT=( python3_{10..14} )
|
||||
|
||||
inherit cmake python-r1
|
||||
|
||||
@@ -15,15 +15,14 @@ S="${WORKDIR}/RobotRaconteur-${PV}-Source"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="1/${PV}"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
IUSE="python"
|
||||
|
||||
DEPEND="dev-libs/boost
|
||||
DEPEND="dev-libs/boost:=
|
||||
dev-libs/openssl
|
||||
dev-libs/libusb
|
||||
sys-apps/dbus
|
||||
net-wireless/bluez
|
||||
dev-build/cmake
|
||||
python? ( dev-python/numpy[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/pip[${PYTHON_USEDEP}] )
|
||||
Reference in New Issue
Block a user