dev-cpp/robotraconteur: drop 1.2.6, add 1.2.7

Signed-off-by: John Wason <wason@wasontech.com>
This commit is contained in:
John Wason
2025-12-19 03:18:46 +00:00
parent b29020f0b7
commit 3a57e19ceb
3 changed files with 4 additions and 9 deletions

View File

@@ -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

View File

@@ -4,10 +4,6 @@
<name>John Wason</name> <name>John Wason</name>
<email>wason@wasontech.com</email> <email>wason@wasontech.com</email>
</maintainer> </maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream> <upstream>
<remote-id type="github">robotraconteur/robotraconteur</remote-id> <remote-id type="github">robotraconteur/robotraconteur</remote-id>
<bugs-to>https://github.com/robotraconteur/robotraconteur/issues</bugs-to> <bugs-to>https://github.com/robotraconteur/robotraconteur/issues</bugs-to>

View File

@@ -3,7 +3,7 @@
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{10..13} ) PYTHON_COMPAT=( python3_{10..14} )
inherit cmake python-r1 inherit cmake python-r1
@@ -15,15 +15,14 @@ S="${WORKDIR}/RobotRaconteur-${PV}-Source"
LICENSE="Apache-2.0" LICENSE="Apache-2.0"
SLOT="1/${PV}" SLOT="1/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~x86" KEYWORDS="~amd64 ~arm64"
IUSE="python" IUSE="python"
DEPEND="dev-libs/boost DEPEND="dev-libs/boost:=
dev-libs/openssl dev-libs/openssl
dev-libs/libusb dev-libs/libusb
sys-apps/dbus sys-apps/dbus
net-wireless/bluez net-wireless/bluez
dev-build/cmake
python? ( dev-python/numpy[${PYTHON_USEDEP}] python? ( dev-python/numpy[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/pip[${PYTHON_USEDEP}] ) dev-python/pip[${PYTHON_USEDEP}] )