commit: 3a57e19cebaa7967a328b741b5f9552eea18cf97
Author: John Wason <wason <AT> wasontech <DOT> com>
AuthorDate: Fri Dec 19 03:18:46 2025 +0000
Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Fri Dec 19 03:20:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a57e19c
dev-cpp/robotraconteur: drop 1.2.6, add 1.2.7
Signed-off-by: John Wason <wason <AT> wasontech.com>
dev-cpp/robotraconteur/Manifest | 2 +-
dev-cpp/robotraconteur/metadata.xml | 4 ----
.../{robotraconteur-1.2.6.ebuild => robotraconteur-1.2.7.ebuild} | 7 +++----
3 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/dev-cpp/robotraconteur/Manifest b/dev-cpp/robotraconteur/Manifest
index 41b905bfb9..989b831358 100644
--- a/dev-cpp/robotraconteur/Manifest
+++ b/dev-cpp/robotraconteur/Manifest
@@ -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
diff --git a/dev-cpp/robotraconteur/metadata.xml
b/dev-cpp/robotraconteur/metadata.xml
index 92e421eca1..afe05aba05 100644
--- a/dev-cpp/robotraconteur/metadata.xml
+++ b/dev-cpp/robotraconteur/metadata.xml
@@ -4,10 +4,6 @@
<name>John Wason</name>
<email>[email protected]</email>
</maintainer>
- <maintainer type="project">
- <email>[email protected]</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>
diff --git a/dev-cpp/robotraconteur/robotraconteur-1.2.6.ebuild
b/dev-cpp/robotraconteur/robotraconteur-1.2.7.ebuild
similarity index 94%
rename from dev-cpp/robotraconteur/robotraconteur-1.2.6.ebuild
rename to dev-cpp/robotraconteur/robotraconteur-1.2.7.ebuild
index 43acf058ae..7f90ef6254 100644
--- a/dev-cpp/robotraconteur/robotraconteur-1.2.6.ebuild
+++ b/dev-cpp/robotraconteur/robotraconteur-1.2.7.ebuild
@@ -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}] )