summaryrefslogtreecommitdiff
path: root/dev-ros/console_bridge_vendor
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-09-25 20:21:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-09-25 20:21:45 +0100
commitc719fdcee603a5a706a45d10cb598762d56a727d (patch)
tree620cbf137661399a3fb1eff92914204f9a970713 /dev-ros/console_bridge_vendor
parentcc4618c9ba3d974948ebf340b542d8cb01db2f55 (diff)
gentoo resync : 25.09.2021
Diffstat (limited to 'dev-ros/console_bridge_vendor')
-rw-r--r--dev-ros/console_bridge_vendor/Manifest4
-rw-r--r--dev-ros/console_bridge_vendor/console_bridge_vendor-1.2.2.ebuild9
-rw-r--r--dev-ros/console_bridge_vendor/console_bridge_vendor-9999.ebuild9
3 files changed, 6 insertions, 16 deletions
diff --git a/dev-ros/console_bridge_vendor/Manifest b/dev-ros/console_bridge_vendor/Manifest
index 4f8b4c44a525..7132d7830185 100644
--- a/dev-ros/console_bridge_vendor/Manifest
+++ b/dev-ros/console_bridge_vendor/Manifest
@@ -1,4 +1,4 @@
DIST console_bridge_vendor-1.2.2.tar.gz 7570 BLAKE2B 2b690d20851cf38554fcfa8645eb0c8bd7b226dcdf1e43ac379f5164d1aa8133bd4e75654b3354153985015d46a7cb2b71195cf123a982eadd1a91bbf6172624 SHA512 e44090cec050af7681892bfc4cb71d7f127b467845a1ec0d103678322c9482ce6ede0b5e914fd472380381906e350b3f64ead4d67e4c514a3c7c7e4d6fc24c22
-EBUILD console_bridge_vendor-1.2.2.ebuild 1042 BLAKE2B cdf8cd999343a79ef781f9e86287e77d11cb395c1ca08c636ce8eecaa9da9213cca54dcc7f84d22a77c9cf4adb21893322fcc002d624498119a3710301cc35a1 SHA512 a375f76cd2085990d18bea63f1fd5be94cc4ab1741286dbdf57ee9daa588316b38c976a3050e74153fc2e727d941f313f4008d0533f496695a2a62cf7e133898
-EBUILD console_bridge_vendor-9999.ebuild 1042 BLAKE2B cdf8cd999343a79ef781f9e86287e77d11cb395c1ca08c636ce8eecaa9da9213cca54dcc7f84d22a77c9cf4adb21893322fcc002d624498119a3710301cc35a1 SHA512 a375f76cd2085990d18bea63f1fd5be94cc4ab1741286dbdf57ee9daa588316b38c976a3050e74153fc2e727d941f313f4008d0533f496695a2a62cf7e133898
+EBUILD console_bridge_vendor-1.2.2.ebuild 965 BLAKE2B e45ffac445d619769c3bf0382c8895e055f909e217e2ef8b5c0a71bf7a2b6ab6e6245694f2b27a4a25b4b1ad8f3b27704b5525482df589328014fe28084cf122 SHA512 571c7cf889c7e5ae25fe47c9240b12d41a75c92f613cea8aa16cf5d04eea4d3d833b9e839e9588384a64dcd0d431d051026c86d7f9859e98aedc7017282778bb
+EBUILD console_bridge_vendor-9999.ebuild 965 BLAKE2B e45ffac445d619769c3bf0382c8895e055f909e217e2ef8b5c0a71bf7a2b6ab6e6245694f2b27a4a25b4b1ad8f3b27704b5525482df589328014fe28084cf122 SHA512 571c7cf889c7e5ae25fe47c9240b12d41a75c92f613cea8aa16cf5d04eea4d3d833b9e839e9588384a64dcd0d431d051026c86d7f9859e98aedc7017282778bb
MISC metadata.xml 341 BLAKE2B b799ae238b59b7d78f3f044af907f3598d6f85e89167150551af57853376c77f28f1221811d4e1e8864256d1189dfd92fdc6d47ddd181cf9b1606945759ddcd4 SHA512 8d716639e08062e601f547912ee7dcdfdb3f6eb0fb8f5a53311b1a759eda4bd06d91f6823c78440dd99a2c81e67f4aaef87f6d5882dc59b7d9de9924020fac8f
diff --git a/dev-ros/console_bridge_vendor/console_bridge_vendor-1.2.2.ebuild b/dev-ros/console_bridge_vendor/console_bridge_vendor-1.2.2.ebuild
index 657bd30e0142..4646288f53e8 100644
--- a/dev-ros/console_bridge_vendor/console_bridge_vendor-1.2.2.ebuild
+++ b/dev-ros/console_bridge_vendor/console_bridge_vendor-1.2.2.ebuild
@@ -3,16 +3,16 @@
EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit cmake python-any-r1
if [ "${PV#9999}" != "${PV}" ] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ros2/console_bridge_vendor"
- SRC_URI=""
else
SRC_URI="https://github.com/ros2/console_bridge_vendor/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
fi
DESCRIPTION="Wrapper around console_bridge"
@@ -20,11 +20,6 @@ HOMEPAGE="https://github.com/ros2/console_bridge_vendor"
LICENSE="Apache-2.0 BSD"
SLOT="0"
-if [ "${PV#9999}" != "${PV}" ] ; then
- PROPERTIES="live"
-else
- KEYWORDS="~amd64"
-fi
IUSE="test"
RESTRICT="!test? ( test )"
diff --git a/dev-ros/console_bridge_vendor/console_bridge_vendor-9999.ebuild b/dev-ros/console_bridge_vendor/console_bridge_vendor-9999.ebuild
index 657bd30e0142..4646288f53e8 100644
--- a/dev-ros/console_bridge_vendor/console_bridge_vendor-9999.ebuild
+++ b/dev-ros/console_bridge_vendor/console_bridge_vendor-9999.ebuild
@@ -3,16 +3,16 @@
EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit cmake python-any-r1
if [ "${PV#9999}" != "${PV}" ] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ros2/console_bridge_vendor"
- SRC_URI=""
else
SRC_URI="https://github.com/ros2/console_bridge_vendor/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
fi
DESCRIPTION="Wrapper around console_bridge"
@@ -20,11 +20,6 @@ HOMEPAGE="https://github.com/ros2/console_bridge_vendor"
LICENSE="Apache-2.0 BSD"
SLOT="0"
-if [ "${PV#9999}" != "${PV}" ] ; then
- PROPERTIES="live"
-else
- KEYWORDS="~amd64"
-fi
IUSE="test"
RESTRICT="!test? ( test )"