[gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_libraries/

2022-10-04 Thread Arthur Zamarin
commit: 58a1aea6dcde729a3d89397e883e7c215e3b99a8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Oct  4 19:23:04 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Oct  4 19:27:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a1aea6

dev-ros/ament_cmake_libraries: use python_has_version inside python_check_deps

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../ament_cmake_libraries-1.1.4.ebuild| 15 +++
 .../ament_cmake_libraries-1.3.0.ebuild| 13 ++---
 .../ament_cmake_libraries-.ebuild | 15 +++
 3 files changed, 20 insertions(+), 23 deletions(-)

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.4.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.4.ebuild
index d307d099dbb9..b163f6ef19db 100644
--- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.4.ebuild
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,6 @@ ROS_PN="ament_cmake"
 if [ "${PV#}" != "${PV}" ] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ament/ament_cmake;
-   SRC_URI=""
S=${WORKDIR}/${P}/${PN}
 else
SRC_URI="https://github.com/ament/ament_cmake/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
@@ -28,19 +27,19 @@ if [ "${PV#}" != "${PV}" ] ; then
 else
KEYWORDS="~amd64"
 fi
-IUSE=""
 
 RDEPEND="
dev-ros/ament_cmake_core
 "
 DEPEND="${RDEPEND}"
 # Deps here are transitive from ament_cmake_core to have matching python 
support
-BDEPEND="
-   $(python_gen_any_dep 'dev-python/ament_package[${PYTHON_USEDEP}] 
dev-python/catkin_pkg[${PYTHON_USEDEP}]')
-   ${PYTHON_DEPS}
+BDEPEND="${PYTHON_DEPS}
+   $(python_gen_any_dep '
+   dev-python/ament_package[${PYTHON_USEDEP}]
+   dev-python/catkin_pkg[${PYTHON_USEDEP}]')
 "
 
 python_check_deps() {
-   has_version "dev-python/ament_package[${PYTHON_USEDEP}]" && \
-   has_version "dev-python/catkin_pkg[${PYTHON_USEDEP}]"
+   python_has_version "dev-python/ament_package[${PYTHON_USEDEP}]" \
+   "dev-python/catkin_pkg[${PYTHON_USEDEP}]"
 }

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.3.0.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.3.0.ebuild
index 70e39d4a9658..b163f6ef19db 100644
--- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.3.0.ebuild
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.3.0.ebuild
@@ -11,7 +11,6 @@ ROS_PN="ament_cmake"
 if [ "${PV#}" != "${PV}" ] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ament/ament_cmake;
-   SRC_URI=""
S=${WORKDIR}/${P}/${PN}
 else
SRC_URI="https://github.com/ament/ament_cmake/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
@@ -28,19 +27,19 @@ if [ "${PV#}" != "${PV}" ] ; then
 else
KEYWORDS="~amd64"
 fi
-IUSE=""
 
 RDEPEND="
dev-ros/ament_cmake_core
 "
 DEPEND="${RDEPEND}"
 # Deps here are transitive from ament_cmake_core to have matching python 
support
-BDEPEND="
-   $(python_gen_any_dep 'dev-python/ament_package[${PYTHON_USEDEP}] 
dev-python/catkin_pkg[${PYTHON_USEDEP}]')
-   ${PYTHON_DEPS}
+BDEPEND="${PYTHON_DEPS}
+   $(python_gen_any_dep '
+   dev-python/ament_package[${PYTHON_USEDEP}]
+   dev-python/catkin_pkg[${PYTHON_USEDEP}]')
 "
 
 python_check_deps() {
-   has_version "dev-python/ament_package[${PYTHON_USEDEP}]" && \
-   has_version "dev-python/catkin_pkg[${PYTHON_USEDEP}]"
+   python_has_version "dev-python/ament_package[${PYTHON_USEDEP}]" \
+   "dev-python/catkin_pkg[${PYTHON_USEDEP}]"
 }

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild
index d307d099dbb9..b163f6ef19db 100644
--- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,6 @@ ROS_PN="ament_cmake"
 if [ "${PV#}" != "${PV}" ] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ament/ament_cmake;
-   SRC_URI=""
S=${WORKDIR}/${P}/${PN}
 else
SRC_URI="https://github.com/ament/ament_cmake/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
@@ -28,19 +27,19 @@ if [ "${PV#}" != "${PV}" ] ; then
 else
KEYWORDS="~amd64"
 fi
-IUSE=""
 
 RDEPEND="
dev-ros/ament_cmake_core
 "
 DEPEND="${RDEPEND}"
 # Deps here are transitive from ament_cmake_core to have 

[gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_libraries/

2022-03-15 Thread Alexis Ballier
commit: 56b446fdcb5153cc9c17cdb08d77f53357b7930c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Mar 15 16:27:38 2022 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Mar 15 17:05:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b446fd

dev-ros/ament_cmake_libraries: bump to 1.3.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/ament_cmake_libraries/Manifest |  1 +
 .../ament_cmake_libraries-1.3.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-ros/ament_cmake_libraries/Manifest 
b/dev-ros/ament_cmake_libraries/Manifest
index 522fa62c10c1..ec48183d6431 100644
--- a/dev-ros/ament_cmake_libraries/Manifest
+++ b/dev-ros/ament_cmake_libraries/Manifest
@@ -1 +1,2 @@
 DIST ament_cmake-1.1.4.tar.gz 94117 BLAKE2B 
612bf25301b9794cf51b460819cf4a029547fbc97f7a428215a19f0a7747115de02d3f2cb5f5e524e73ba30813388ca7bff059ab7fe472916eaf2b23ecc76355
 SHA512 
56acd3d2a8d4b15a164dfdcaa2157fff2889a4c5c0b155ad65a815760f531cdf10226d158f40fc15660c52dd1585b85a2566e402f31881378351624f286efb3d
+DIST ament_cmake-1.3.0.tar.gz 103040 BLAKE2B 
8220d380923a591667b3b4bbe785f30ac935ce10c4fd6bf8bd22149586373f353cd9e71723638dca503bd54ff709783ea1e133c5034901fe2d891fd6bbe7c560
 SHA512 
44f71102e22fe9f6cd8c3cc13960d63af377eec0a6f7fb7ae99c18f2afae07f3997c9f226f7db8cc8020acdf45561ad9eb1006c6834125d6da137e8638617df8

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.3.0.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.3.0.ebuild
new file mode 100644
index ..70e39d4a9658
--- /dev/null
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.3.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit cmake python-any-r1
+
+ROS_PN="ament_cmake"
+if [ "${PV#}" != "${PV}" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ament/ament_cmake;
+   SRC_URI=""
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/ament/ament_cmake/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
+   S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+fi
+
+DESCRIPTION="The functionality to deduplicate libraries in the ament 
buildsystem"
+HOMEPAGE="https://github.com/ament/ament_cmake;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+if [ "${PV#}" != "${PV}" ] ; then
+   PROPERTIES="live"
+else
+   KEYWORDS="~amd64"
+fi
+IUSE=""
+
+RDEPEND="
+   dev-ros/ament_cmake_core
+"
+DEPEND="${RDEPEND}"
+# Deps here are transitive from ament_cmake_core to have matching python 
support
+BDEPEND="
+   $(python_gen_any_dep 'dev-python/ament_package[${PYTHON_USEDEP}] 
dev-python/catkin_pkg[${PYTHON_USEDEP}]')
+   ${PYTHON_DEPS}
+"
+
+python_check_deps() {
+   has_version "dev-python/ament_package[${PYTHON_USEDEP}]" && \
+   has_version "dev-python/catkin_pkg[${PYTHON_USEDEP}]"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_libraries/

2022-03-15 Thread Alexis Ballier
commit: 70e463739555b9e9a5f7b316602dd7dbebfe0bfe
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Mar 15 16:19:09 2022 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Mar 15 16:22:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e46373

dev-ros/ament_cmake_libraries: Remove old

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/ament_cmake_libraries/Manifest |  6 ---
 .../ament_cmake_libraries-0.9.6.ebuild | 46 --
 .../ament_cmake_libraries-1.0.0.ebuild | 46 --
 .../ament_cmake_libraries-1.0.1.ebuild | 46 --
 .../ament_cmake_libraries-1.0.3.ebuild | 46 --
 .../ament_cmake_libraries-1.0.4.ebuild | 46 --
 .../ament_cmake_libraries-1.1.3.ebuild | 46 --
 7 files changed, 282 deletions(-)

diff --git a/dev-ros/ament_cmake_libraries/Manifest 
b/dev-ros/ament_cmake_libraries/Manifest
index 06297f80294b..522fa62c10c1 100644
--- a/dev-ros/ament_cmake_libraries/Manifest
+++ b/dev-ros/ament_cmake_libraries/Manifest
@@ -1,7 +1 @@
-DIST ament_cmake-0.9.6.tar.gz 60800 BLAKE2B 
71c4e71c50b7715bb8f1b5b737ce23e30f79459a14a5866801bcb810b8fe82d807b6a4eae11de427f52c618e14ef22b7693905f1a0200cc38f0ffab1d70e80cd
 SHA512 
c923260bbd0142ea57bf3e868e94e76020939e8ec49cbf23f14221d0048f21efed00dcdae9978e00f246725ba216c151f5d53b1cd94297b8731f53dc0e45b554
-DIST ament_cmake-1.0.0.tar.gz 63304 BLAKE2B 
dd0c4bc5b72d9143cfb8ee9caae236a3608981ee8523e879ea9c168d64fd1d0cb84e54679cfc0cfc5834519bb1032afc956c3130c1da8b4f98d60a9191be
 SHA512 
69236015368df29a128eceeb64dd1c683eb32a44188b52120592238f999be8c8c7c5892a36ddcef48b6686bf97eba77e820ca3b8896c64ec1522661fa3ed4fc7
-DIST ament_cmake-1.0.1.tar.gz 66465 BLAKE2B 
cd905b52f4600ccf364ab8d5e4dcf102e1f6034bae7ab020022860fa440ff058a996752cbb0e743b5f66a2b6bc0d1f46cec7c71900be53f035ed8a0642e50b04
 SHA512 
5f60c933c0ba1eea97f2d0913e19f383e154f26a0625ea4e40c529dd1fa5831109f7cbc0c39a514d37334d61c5d614df0ea546e49ab46202002af09a2adf6288
-DIST ament_cmake-1.0.3.tar.gz 67279 BLAKE2B 
5a11fd6e8174a47acc2f7524c8aec4ce0b77668525928d722c631b6d874d8d7229a84e5dd084eda834d5afcdf4cc1faf692c3ea4552374b0858c2b60610417e6
 SHA512 
654a02d8c8130d023d063eff29197ed71e75a1f46c73e3808f5e481ce1b68ff6d0b3002b471bb3ba13a473c4947f4a291cc91cf1aa803906d3a89c78e66eb76a
-DIST ament_cmake-1.0.4.tar.gz 67452 BLAKE2B 
6c28c06e67e77ca636b1f85a4bb69e1bb856d87a64fbf0cebddbecefc495113aeb001b83b446086233e4330c70b1f420c59efa01f92647539dd8b87a3321fb24
 SHA512 
f7ec6afd35c314a99f09ccce0568eb9debdcce4ce7494d21a3919328f0b9da062ed3837653e8016f930db75125bf4db85a244f2ce5d26c790e47d1440d1be07e
-DIST ament_cmake-1.1.3.tar.gz 69705 BLAKE2B 
3f6cbe397c6690265ee9e367b3379359d36571789eed1ff615b8b1dc7e710a73e7f061e69b1f21a91091928e6633c3e3f9d0c1e167eee79b9549deaef5d1f150
 SHA512 
633604a3d3d37591b48574d0fedbb5a9e88656066bc8457ff73e03895b2cd372f0a0dc5331d1a87df0af2268ff5b1a1da7e4ee18e448a5ce83e4333e91aad22e
 DIST ament_cmake-1.1.4.tar.gz 94117 BLAKE2B 
612bf25301b9794cf51b460819cf4a029547fbc97f7a428215a19f0a7747115de02d3f2cb5f5e524e73ba30813388ca7bff059ab7fe472916eaf2b23ecc76355
 SHA512 
56acd3d2a8d4b15a164dfdcaa2157fff2889a4c5c0b155ad65a815760f531cdf10226d158f40fc15660c52dd1585b85a2566e402f31881378351624f286efb3d

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.9.6.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.9.6.ebuild
deleted file mode 100644
index f4eece8f0db0..
--- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.9.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_7,3_8} )
-
-inherit cmake python-any-r1
-
-ROS_PN="ament_cmake"
-if [ "${PV#}" != "${PV}" ] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/ament/ament_cmake;
-   SRC_URI=""
-   S=${WORKDIR}/${P}/${PN}
-else
-   SRC_URI="https://github.com/ament/ament_cmake/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
-   S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
-fi
-
-DESCRIPTION="The functionality to deduplicate libraries in the ament 
buildsystem"
-HOMEPAGE="https://github.com/ament/ament_cmake;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-if [ "${PV#}" != "${PV}" ] ; then
-   PROPERTIES="live"
-else
-   KEYWORDS="~amd64"
-fi
-IUSE=""
-
-RDEPEND="
-   dev-ros/ament_cmake_core
-"
-DEPEND="${RDEPEND}"
-# Deps here are transitive from ament_cmake_core to have matching python 
support
-BDEPEND="
-   $(python_gen_any_dep 'dev-python/ament_package[${PYTHON_USEDEP}] 
dev-python/catkin_pkg[${PYTHON_USEDEP}]')
-   ${PYTHON_DEPS}
-"
-
-python_check_deps() {
-   has_version "dev-python/ament_package[${PYTHON_USEDEP}]" && \
-   has_version 

[gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_libraries/

2021-09-24 Thread Arthur Zamarin
commit: f8151dfe0f5abf8e26fc75349bee0e52453819bb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 24 08:02:15 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 24 10:29:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8151dfe

dev-ros/ament_cmake_libraries: enable py3.9, enable py3.10

tested by bumping python target for all dev-ros/ament_cmake*
packages, and checking exact same output for all reverse
deps of dev-ros/ament_cmake

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.4.ebuild | 2 +-
 dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.4.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.4.ebuild
index f4eece8f0db..d307d099dbb 100644
--- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.4.ebuild
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit cmake python-any-r1
 

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild
index f4eece8f0db..d307d099dbb 100644
--- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit cmake python-any-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_libraries/

2021-05-19 Thread Alexis Ballier
commit: a0e9e3c7e26789239c129daa4b7c1171203e6f34
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed May 19 09:38:07 2021 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed May 19 10:47:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e9e3c7

dev-ros/ament_cmake_libraries: Replace empty keywords with live property

Bug: https://bugs.gentoo.org/show_bug.cgi?id=790785
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.9.6.ebuild | 4 ++--
 dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.0.ebuild | 4 ++--
 dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.1.ebuild | 4 ++--
 dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.3.ebuild | 2 +-
 dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.4.ebuild | 2 +-
 dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.3.ebuild | 2 +-
 dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild  | 4 ++--
 7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.9.6.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.9.6.ebuild
index 93d0c70f32f..f4eece8f0db 100644
--- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.9.6.ebuild
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.9.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake;
 LICENSE="Apache-2.0"
 SLOT="0"
 if [ "${PV#}" != "${PV}" ] ; then
-   KEYWORDS=""
+   PROPERTIES="live"
 else
KEYWORDS="~amd64"
 fi

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.0.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.0.ebuild
index 93d0c70f32f..f4eece8f0db 100644
--- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.0.ebuild
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake;
 LICENSE="Apache-2.0"
 SLOT="0"
 if [ "${PV#}" != "${PV}" ] ; then
-   KEYWORDS=""
+   PROPERTIES="live"
 else
KEYWORDS="~amd64"
 fi

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.1.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.1.ebuild
index 93d0c70f32f..f4eece8f0db 100644
--- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.1.ebuild
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake;
 LICENSE="Apache-2.0"
 SLOT="0"
 if [ "${PV#}" != "${PV}" ] ; then
-   KEYWORDS=""
+   PROPERTIES="live"
 else
KEYWORDS="~amd64"
 fi

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.3.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.3.ebuild
index 503955156e8..f4eece8f0db 100644
--- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.3.ebuild
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.3.ebuild
@@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake;
 LICENSE="Apache-2.0"
 SLOT="0"
 if [ "${PV#}" != "${PV}" ] ; then
-   KEYWORDS=""
+   PROPERTIES="live"
 else
KEYWORDS="~amd64"
 fi

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.4.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.4.ebuild
index 503955156e8..f4eece8f0db 100644
--- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.4.ebuild
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.4.ebuild
@@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake;
 LICENSE="Apache-2.0"
 SLOT="0"
 if [ "${PV#}" != "${PV}" ] ; then
-   KEYWORDS=""
+   PROPERTIES="live"
 else
KEYWORDS="~amd64"
 fi

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.3.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.3.ebuild
index 503955156e8..f4eece8f0db 100644
--- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.3.ebuild
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.3.ebuild
@@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake;
 LICENSE="Apache-2.0"
 SLOT="0"
 if [ "${PV#}" != "${PV}" ] ; then
-   KEYWORDS=""
+   PROPERTIES="live"
 else
KEYWORDS="~amd64"
 fi

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild 

[gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_libraries/

2021-04-06 Thread Alexis Ballier
commit: 21f712e8a59fcd09110cd4e64a7e0ab8f8cb3660
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Apr  6 08:30:10 2021 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Apr  6 09:30:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21f712e8

dev-ros/ament_cmake_libraries: bump to 1.1.3

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/ament_cmake_libraries/Manifest |  1 +
 .../ament_cmake_libraries-1.1.3.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-ros/ament_cmake_libraries/Manifest 
b/dev-ros/ament_cmake_libraries/Manifest
index a5194a6b62f..88b98a64e11 100644
--- a/dev-ros/ament_cmake_libraries/Manifest
+++ b/dev-ros/ament_cmake_libraries/Manifest
@@ -3,3 +3,4 @@ DIST ament_cmake-1.0.0.tar.gz 63304 BLAKE2B 
dd0c4bc5b72d9143cfb8ee9caae236a36089
 DIST ament_cmake-1.0.1.tar.gz 66465 BLAKE2B 
cd905b52f4600ccf364ab8d5e4dcf102e1f6034bae7ab020022860fa440ff058a996752cbb0e743b5f66a2b6bc0d1f46cec7c71900be53f035ed8a0642e50b04
 SHA512 
5f60c933c0ba1eea97f2d0913e19f383e154f26a0625ea4e40c529dd1fa5831109f7cbc0c39a514d37334d61c5d614df0ea546e49ab46202002af09a2adf6288
 DIST ament_cmake-1.0.3.tar.gz 67279 BLAKE2B 
5a11fd6e8174a47acc2f7524c8aec4ce0b77668525928d722c631b6d874d8d7229a84e5dd084eda834d5afcdf4cc1faf692c3ea4552374b0858c2b60610417e6
 SHA512 
654a02d8c8130d023d063eff29197ed71e75a1f46c73e3808f5e481ce1b68ff6d0b3002b471bb3ba13a473c4947f4a291cc91cf1aa803906d3a89c78e66eb76a
 DIST ament_cmake-1.0.4.tar.gz 67452 BLAKE2B 
6c28c06e67e77ca636b1f85a4bb69e1bb856d87a64fbf0cebddbecefc495113aeb001b83b446086233e4330c70b1f420c59efa01f92647539dd8b87a3321fb24
 SHA512 
f7ec6afd35c314a99f09ccce0568eb9debdcce4ce7494d21a3919328f0b9da062ed3837653e8016f930db75125bf4db85a244f2ce5d26c790e47d1440d1be07e
+DIST ament_cmake-1.1.3.tar.gz 69705 BLAKE2B 
3f6cbe397c6690265ee9e367b3379359d36571789eed1ff615b8b1dc7e710a73e7f061e69b1f21a91091928e6633c3e3f9d0c1e167eee79b9549deaef5d1f150
 SHA512 
633604a3d3d37591b48574d0fedbb5a9e88656066bc8457ff73e03895b2cd372f0a0dc5331d1a87df0af2268ff5b1a1da7e4ee18e448a5ce83e4333e91aad22e

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.3.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.3.ebuild
new file mode 100644
index 000..503955156e8
--- /dev/null
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_7,3_8} )
+
+inherit cmake python-any-r1
+
+ROS_PN="ament_cmake"
+if [ "${PV#}" != "${PV}" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ament/ament_cmake;
+   SRC_URI=""
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/ament/ament_cmake/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
+   S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+fi
+
+DESCRIPTION="The functionality to deduplicate libraries in the ament 
buildsystem"
+HOMEPAGE="https://github.com/ament/ament_cmake;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+if [ "${PV#}" != "${PV}" ] ; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+IUSE=""
+
+RDEPEND="
+   dev-ros/ament_cmake_core
+"
+DEPEND="${RDEPEND}"
+# Deps here are transitive from ament_cmake_core to have matching python 
support
+BDEPEND="
+   $(python_gen_any_dep 'dev-python/ament_package[${PYTHON_USEDEP}] 
dev-python/catkin_pkg[${PYTHON_USEDEP}]')
+   ${PYTHON_DEPS}
+"
+
+python_check_deps() {
+   has_version "dev-python/ament_package[${PYTHON_USEDEP}]" && \
+   has_version "dev-python/catkin_pkg[${PYTHON_USEDEP}]"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_libraries/

2021-01-26 Thread Alexis Ballier
commit: cbb0faf9fa90b8892b103c530d98c96e59fc46af
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jan 26 16:26:44 2021 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jan 26 16:36:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb0faf9

dev-ros/ament_cmake_libraries: bump to 1.0.4

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/ament_cmake_libraries/Manifest |  1 +
 .../ament_cmake_libraries-1.0.4.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-ros/ament_cmake_libraries/Manifest 
b/dev-ros/ament_cmake_libraries/Manifest
index 1dc2a3ed13a..a5194a6b62f 100644
--- a/dev-ros/ament_cmake_libraries/Manifest
+++ b/dev-ros/ament_cmake_libraries/Manifest
@@ -2,3 +2,4 @@ DIST ament_cmake-0.9.6.tar.gz 60800 BLAKE2B 
71c4e71c50b7715bb8f1b5b737ce23e30f79
 DIST ament_cmake-1.0.0.tar.gz 63304 BLAKE2B 
dd0c4bc5b72d9143cfb8ee9caae236a3608981ee8523e879ea9c168d64fd1d0cb84e54679cfc0cfc5834519bb1032afc956c3130c1da8b4f98d60a9191be
 SHA512 
69236015368df29a128eceeb64dd1c683eb32a44188b52120592238f999be8c8c7c5892a36ddcef48b6686bf97eba77e820ca3b8896c64ec1522661fa3ed4fc7
 DIST ament_cmake-1.0.1.tar.gz 66465 BLAKE2B 
cd905b52f4600ccf364ab8d5e4dcf102e1f6034bae7ab020022860fa440ff058a996752cbb0e743b5f66a2b6bc0d1f46cec7c71900be53f035ed8a0642e50b04
 SHA512 
5f60c933c0ba1eea97f2d0913e19f383e154f26a0625ea4e40c529dd1fa5831109f7cbc0c39a514d37334d61c5d614df0ea546e49ab46202002af09a2adf6288
 DIST ament_cmake-1.0.3.tar.gz 67279 BLAKE2B 
5a11fd6e8174a47acc2f7524c8aec4ce0b77668525928d722c631b6d874d8d7229a84e5dd084eda834d5afcdf4cc1faf692c3ea4552374b0858c2b60610417e6
 SHA512 
654a02d8c8130d023d063eff29197ed71e75a1f46c73e3808f5e481ce1b68ff6d0b3002b471bb3ba13a473c4947f4a291cc91cf1aa803906d3a89c78e66eb76a
+DIST ament_cmake-1.0.4.tar.gz 67452 BLAKE2B 
6c28c06e67e77ca636b1f85a4bb69e1bb856d87a64fbf0cebddbecefc495113aeb001b83b446086233e4330c70b1f420c59efa01f92647539dd8b87a3321fb24
 SHA512 
f7ec6afd35c314a99f09ccce0568eb9debdcce4ce7494d21a3919328f0b9da062ed3837653e8016f930db75125bf4db85a244f2ce5d26c790e47d1440d1be07e

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.4.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.4.ebuild
new file mode 100644
index 000..54072eb71ae
--- /dev/null
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.4.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+
+inherit cmake python-any-r1
+
+ROS_PN="ament_cmake"
+if [ "${PV#}" != "${PV}" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ament/ament_cmake;
+   SRC_URI=""
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/ament/ament_cmake/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
+   S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+fi
+
+DESCRIPTION="The functionality to deduplicate libraries in the ament 
buildsystem"
+HOMEPAGE="https://github.com/ament/ament_cmake;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+if [ "${PV#}" != "${PV}" ] ; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+IUSE=""
+
+RDEPEND="
+   dev-ros/ament_cmake_core
+"
+DEPEND="${RDEPEND}"
+# Deps here are transitive from ament_cmake_core to have matching python 
support
+BDEPEND="
+   $(python_gen_any_dep 'dev-python/ament_package[${PYTHON_USEDEP}] 
dev-python/catkin_pkg[${PYTHON_USEDEP}]')
+   ${PYTHON_DEPS}
+"
+
+python_check_deps() {
+   has_version "dev-python/ament_package[${PYTHON_USEDEP}]" && \
+   has_version "dev-python/catkin_pkg[${PYTHON_USEDEP}]"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_libraries/

2021-01-20 Thread Alexis Ballier
commit: 5d14b8dabc74bfa0e0120dd01aa78d3a996b4203
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jan 20 20:22:47 2021 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jan 20 20:35:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d14b8da

dev-ros/ament_cmake_libraries: bump to 1.0.3

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/ament_cmake_libraries/Manifest |  1 +
 .../ament_cmake_libraries-1.0.3.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-ros/ament_cmake_libraries/Manifest 
b/dev-ros/ament_cmake_libraries/Manifest
index d4bd850b64b..1dc2a3ed13a 100644
--- a/dev-ros/ament_cmake_libraries/Manifest
+++ b/dev-ros/ament_cmake_libraries/Manifest
@@ -1,3 +1,4 @@
 DIST ament_cmake-0.9.6.tar.gz 60800 BLAKE2B 
71c4e71c50b7715bb8f1b5b737ce23e30f79459a14a5866801bcb810b8fe82d807b6a4eae11de427f52c618e14ef22b7693905f1a0200cc38f0ffab1d70e80cd
 SHA512 
c923260bbd0142ea57bf3e868e94e76020939e8ec49cbf23f14221d0048f21efed00dcdae9978e00f246725ba216c151f5d53b1cd94297b8731f53dc0e45b554
 DIST ament_cmake-1.0.0.tar.gz 63304 BLAKE2B 
dd0c4bc5b72d9143cfb8ee9caae236a3608981ee8523e879ea9c168d64fd1d0cb84e54679cfc0cfc5834519bb1032afc956c3130c1da8b4f98d60a9191be
 SHA512 
69236015368df29a128eceeb64dd1c683eb32a44188b52120592238f999be8c8c7c5892a36ddcef48b6686bf97eba77e820ca3b8896c64ec1522661fa3ed4fc7
 DIST ament_cmake-1.0.1.tar.gz 66465 BLAKE2B 
cd905b52f4600ccf364ab8d5e4dcf102e1f6034bae7ab020022860fa440ff058a996752cbb0e743b5f66a2b6bc0d1f46cec7c71900be53f035ed8a0642e50b04
 SHA512 
5f60c933c0ba1eea97f2d0913e19f383e154f26a0625ea4e40c529dd1fa5831109f7cbc0c39a514d37334d61c5d614df0ea546e49ab46202002af09a2adf6288
+DIST ament_cmake-1.0.3.tar.gz 67279 BLAKE2B 
5a11fd6e8174a47acc2f7524c8aec4ce0b77668525928d722c631b6d874d8d7229a84e5dd084eda834d5afcdf4cc1faf692c3ea4552374b0858c2b60610417e6
 SHA512 
654a02d8c8130d023d063eff29197ed71e75a1f46c73e3808f5e481ce1b68ff6d0b3002b471bb3ba13a473c4947f4a291cc91cf1aa803906d3a89c78e66eb76a

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.3.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.3.ebuild
new file mode 100644
index 000..54072eb71ae
--- /dev/null
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+
+inherit cmake python-any-r1
+
+ROS_PN="ament_cmake"
+if [ "${PV#}" != "${PV}" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ament/ament_cmake;
+   SRC_URI=""
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/ament/ament_cmake/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
+   S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+fi
+
+DESCRIPTION="The functionality to deduplicate libraries in the ament 
buildsystem"
+HOMEPAGE="https://github.com/ament/ament_cmake;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+if [ "${PV#}" != "${PV}" ] ; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+IUSE=""
+
+RDEPEND="
+   dev-ros/ament_cmake_core
+"
+DEPEND="${RDEPEND}"
+# Deps here are transitive from ament_cmake_core to have matching python 
support
+BDEPEND="
+   $(python_gen_any_dep 'dev-python/ament_package[${PYTHON_USEDEP}] 
dev-python/catkin_pkg[${PYTHON_USEDEP}]')
+   ${PYTHON_DEPS}
+"
+
+python_check_deps() {
+   has_version "dev-python/ament_package[${PYTHON_USEDEP}]" && \
+   has_version "dev-python/catkin_pkg[${PYTHON_USEDEP}]"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_libraries/

2020-09-30 Thread Alexis Ballier
commit: b0da7008572f3b5616a00cf325fef308699fe2b2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 30 10:49:44 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 30 11:09:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0da7008

dev-ros/ament_cmake_libraries: bump to 1.0.1

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/ament_cmake_libraries/Manifest |  1 +
 .../ament_cmake_libraries-1.0.1.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-ros/ament_cmake_libraries/Manifest 
b/dev-ros/ament_cmake_libraries/Manifest
index 3fa659846a2..d4bd850b64b 100644
--- a/dev-ros/ament_cmake_libraries/Manifest
+++ b/dev-ros/ament_cmake_libraries/Manifest
@@ -1,2 +1,3 @@
 DIST ament_cmake-0.9.6.tar.gz 60800 BLAKE2B 
71c4e71c50b7715bb8f1b5b737ce23e30f79459a14a5866801bcb810b8fe82d807b6a4eae11de427f52c618e14ef22b7693905f1a0200cc38f0ffab1d70e80cd
 SHA512 
c923260bbd0142ea57bf3e868e94e76020939e8ec49cbf23f14221d0048f21efed00dcdae9978e00f246725ba216c151f5d53b1cd94297b8731f53dc0e45b554
 DIST ament_cmake-1.0.0.tar.gz 63304 BLAKE2B 
dd0c4bc5b72d9143cfb8ee9caae236a3608981ee8523e879ea9c168d64fd1d0cb84e54679cfc0cfc5834519bb1032afc956c3130c1da8b4f98d60a9191be
 SHA512 
69236015368df29a128eceeb64dd1c683eb32a44188b52120592238f999be8c8c7c5892a36ddcef48b6686bf97eba77e820ca3b8896c64ec1522661fa3ed4fc7
+DIST ament_cmake-1.0.1.tar.gz 66465 BLAKE2B 
cd905b52f4600ccf364ab8d5e4dcf102e1f6034bae7ab020022860fa440ff058a996752cbb0e743b5f66a2b6bc0d1f46cec7c71900be53f035ed8a0642e50b04
 SHA512 
5f60c933c0ba1eea97f2d0913e19f383e154f26a0625ea4e40c529dd1fa5831109f7cbc0c39a514d37334d61c5d614df0ea546e49ab46202002af09a2adf6288

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.1.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.1.ebuild
new file mode 100644
index 000..b578744e5fc
--- /dev/null
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+
+inherit cmake python-any-r1
+
+ROS_PN="ament_cmake"
+if [ "${PV#}" != "${PV}" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ament/ament_cmake;
+   SRC_URI=""
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/ament/ament_cmake/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
+   S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+fi
+
+DESCRIPTION="The functionality to deduplicate libraries in the ament 
buildsystem"
+HOMEPAGE="https://github.com/ament/ament_cmake;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+if [ "${PV#}" != "${PV}" ] ; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+IUSE=""
+
+RDEPEND="
+   dev-ros/ament_cmake_core
+"
+DEPEND="${RDEPEND}"
+# Deps here are transitive from ament_cmake_core to have matching python 
support
+BDEPEND="
+   $(python_gen_any_dep 'dev-python/ament_package[${PYTHON_USEDEP}] 
dev-python/catkin_pkg[${PYTHON_USEDEP}]')
+   ${PYTHON_DEPS}
+"
+
+python_check_deps() {
+   has_version "dev-python/ament_package[${PYTHON_USEDEP}]" && \
+   has_version "dev-python/catkin_pkg[${PYTHON_USEDEP}]"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_libraries/

2020-07-29 Thread Alexis Ballier
commit: 716c8047118a8dbcbe3a37190c62bd39db3b8678
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 29 16:39:09 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 29 18:06:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716c8047

dev-ros/ament_cmake_libraries: bump to 1.0.0

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/ament_cmake_libraries/Manifest |  1 +
 .../ament_cmake_libraries-1.0.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-ros/ament_cmake_libraries/Manifest 
b/dev-ros/ament_cmake_libraries/Manifest
index 3441cd95576..3fa659846a2 100644
--- a/dev-ros/ament_cmake_libraries/Manifest
+++ b/dev-ros/ament_cmake_libraries/Manifest
@@ -1 +1,2 @@
 DIST ament_cmake-0.9.6.tar.gz 60800 BLAKE2B 
71c4e71c50b7715bb8f1b5b737ce23e30f79459a14a5866801bcb810b8fe82d807b6a4eae11de427f52c618e14ef22b7693905f1a0200cc38f0ffab1d70e80cd
 SHA512 
c923260bbd0142ea57bf3e868e94e76020939e8ec49cbf23f14221d0048f21efed00dcdae9978e00f246725ba216c151f5d53b1cd94297b8731f53dc0e45b554
+DIST ament_cmake-1.0.0.tar.gz 63304 BLAKE2B 
dd0c4bc5b72d9143cfb8ee9caae236a3608981ee8523e879ea9c168d64fd1d0cb84e54679cfc0cfc5834519bb1032afc956c3130c1da8b4f98d60a9191be
 SHA512 
69236015368df29a128eceeb64dd1c683eb32a44188b52120592238f999be8c8c7c5892a36ddcef48b6686bf97eba77e820ca3b8896c64ec1522661fa3ed4fc7

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.0.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.0.ebuild
new file mode 100644
index 000..b578744e5fc
--- /dev/null
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+
+inherit cmake python-any-r1
+
+ROS_PN="ament_cmake"
+if [ "${PV#}" != "${PV}" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ament/ament_cmake;
+   SRC_URI=""
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/ament/ament_cmake/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
+   S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+fi
+
+DESCRIPTION="The functionality to deduplicate libraries in the ament 
buildsystem"
+HOMEPAGE="https://github.com/ament/ament_cmake;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+if [ "${PV#}" != "${PV}" ] ; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+IUSE=""
+
+RDEPEND="
+   dev-ros/ament_cmake_core
+"
+DEPEND="${RDEPEND}"
+# Deps here are transitive from ament_cmake_core to have matching python 
support
+BDEPEND="
+   $(python_gen_any_dep 'dev-python/ament_package[${PYTHON_USEDEP}] 
dev-python/catkin_pkg[${PYTHON_USEDEP}]')
+   ${PYTHON_DEPS}
+"
+
+python_check_deps() {
+   has_version "dev-python/ament_package[${PYTHON_USEDEP}]" && \
+   has_version "dev-python/catkin_pkg[${PYTHON_USEDEP}]"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_libraries/

2019-12-16 Thread Alexis Ballier
commit: b443c236413b9e2465484212f08a54663143a814
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec 16 11:32:57 2019 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec 16 13:49:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b443c236

dev-ros/ament_cmake_libraries: Declare python_check_deps().

Closes: https://bugs.gentoo.org/702722
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild | 5 +
 dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild  | 5 +
 2 files changed, 10 insertions(+)

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild
index b38982c3567..9e26d92976c 100644
--- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild
@@ -39,3 +39,8 @@ BDEPEND="
$(python_gen_any_dep 'dev-python/ament_package[${PYTHON_USEDEP}] 
dev-python/catkin_pkg[${PYTHON_USEDEP}]')
${PYTHON_DEPS}
 "
+
+python_check_deps() {
+   has_version "dev-python/ament_package[${PYTHON_USEDEP}]" && \
+   has_version "dev-python/catkin_pkg[${PYTHON_USEDEP}]"
+}

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild
index b38982c3567..9e26d92976c 100644
--- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild
@@ -39,3 +39,8 @@ BDEPEND="
$(python_gen_any_dep 'dev-python/ament_package[${PYTHON_USEDEP}] 
dev-python/catkin_pkg[${PYTHON_USEDEP}]')
${PYTHON_DEPS}
 "
+
+python_check_deps() {
+   has_version "dev-python/ament_package[${PYTHON_USEDEP}]" && \
+   has_version "dev-python/catkin_pkg[${PYTHON_USEDEP}]"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_libraries/

2019-12-13 Thread Alexis Ballier
commit: 4e9ba7d7dbae385dac89ba682017993cc2fe1ddd
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Dec 13 12:43:02 2019 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Dec 13 13:53:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9ba7d7

dev-ros/ament_cmake_libraries: use python-any-r1

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier  gentoo.org>

 .../ament_cmake_libraries-0.8.1.ebuild | 23 --
 1 file changed, 8 insertions(+), 15 deletions(-)

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild
index 5e721bb81ef..b38982c3567 100644
--- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python{3_6,3_7} )
 
-inherit cmake-utils python-r1
+inherit cmake-utils python-any-r1
 
 ROS_PN="ament_cmake"
 if [ "${PV#}" != "${PV}" ] ; then
@@ -30,19 +30,12 @@ else
 fi
 IUSE=""
 
-DEPEND="
-   dev-ros/ament_cmake_core[${PYTHON_USEDEP}]
+RDEPEND="
+   dev-ros/ament_cmake_core
+"
+DEPEND="${RDEPEND}"
+# Deps here are transitive from ament_cmake_core to have matching python 
support
+BDEPEND="
+   $(python_gen_any_dep 'dev-python/ament_package[${PYTHON_USEDEP}] 
dev-python/catkin_pkg[${PYTHON_USEDEP}]')
${PYTHON_DEPS}
 "
-RDEPEND="${DEPEND}"
-BDEPEND="${DEPEND}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_configure() {
-   # This is a build tool that does not install python-related files
-   # ... but we need to propagate the deps and use python3 to build it.
-   local pyimpl="${PYTHON_COMPAT[0]}"
-   python_export "${pyimpl}" EPYTHON PYTHON
-   python_wrapper_setup
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_libraries/

2019-12-13 Thread Alexis Ballier
commit: 2d7751164fb466929931e23266f36db656789545
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Dec 13 13:57:44 2019 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Dec 13 13:57:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d775116

dev-ros/ament_cmake_libraries: sync live ebuild

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier  gentoo.org>

 .../ament_cmake_libraries-.ebuild  | 23 --
 1 file changed, 8 insertions(+), 15 deletions(-)

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild
index 5e721bb81ef..b38982c3567 100644
--- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python{3_6,3_7} )
 
-inherit cmake-utils python-r1
+inherit cmake-utils python-any-r1
 
 ROS_PN="ament_cmake"
 if [ "${PV#}" != "${PV}" ] ; then
@@ -30,19 +30,12 @@ else
 fi
 IUSE=""
 
-DEPEND="
-   dev-ros/ament_cmake_core[${PYTHON_USEDEP}]
+RDEPEND="
+   dev-ros/ament_cmake_core
+"
+DEPEND="${RDEPEND}"
+# Deps here are transitive from ament_cmake_core to have matching python 
support
+BDEPEND="
+   $(python_gen_any_dep 'dev-python/ament_package[${PYTHON_USEDEP}] 
dev-python/catkin_pkg[${PYTHON_USEDEP}]')
${PYTHON_DEPS}
 "
-RDEPEND="${DEPEND}"
-BDEPEND="${DEPEND}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_configure() {
-   # This is a build tool that does not install python-related files
-   # ... but we need to propagate the deps and use python3 to build it.
-   local pyimpl="${PYTHON_COMPAT[0]}"
-   python_export "${pyimpl}" EPYTHON PYTHON
-   python_wrapper_setup
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_libraries/

2019-12-12 Thread Alexis Ballier
commit: 4281b0258d2bbd376fb17c7b23c8f7e48ffa397b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 12 14:54:33 2019 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 12 15:43:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4281b025

dev-ros/ament_cmake_libraries: fix deps, add live ebuild

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier  gentoo.org>

 .../ament_cmake_libraries-0.8.1.ebuild | 23 +-
 1.ebuild => ament_cmake_libraries-.ebuild} | 23 +-
 2 files changed, 36 insertions(+), 10 deletions(-)

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild
index 927b7ae0692..5e721bb81ef 100644
--- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild
@@ -8,22 +8,35 @@ PYTHON_COMPAT=( python{3_6,3_7} )
 inherit cmake-utils python-r1
 
 ROS_PN="ament_cmake"
-DESCRIPTION="The core of the ament buildsystem in CMake"
+if [ "${PV#}" != "${PV}" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ament/ament_cmake;
+   SRC_URI=""
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/ament/ament_cmake/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
+   S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+fi
+
+DESCRIPTION="The functionality to deduplicate libraries in the ament 
buildsystem"
 HOMEPAGE="https://github.com/ament/ament_cmake;
-SRC_URI="https://github.com/ament/ament_cmake/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+if [ "${PV#}" != "${PV}" ] ; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
 IUSE=""
 
 DEPEND="
dev-ros/ament_cmake_core[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}
 "
 RDEPEND="${DEPEND}"
-BDEPEND="${PYTHON_DEPS}"
+BDEPEND="${DEPEND}"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
 
 src_configure() {
# This is a build tool that does not install python-related files

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild
similarity index 58%
copy from dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild
copy to dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild
index 927b7ae0692..5e721bb81ef 100644
--- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-.ebuild
@@ -8,22 +8,35 @@ PYTHON_COMPAT=( python{3_6,3_7} )
 inherit cmake-utils python-r1
 
 ROS_PN="ament_cmake"
-DESCRIPTION="The core of the ament buildsystem in CMake"
+if [ "${PV#}" != "${PV}" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ament/ament_cmake;
+   SRC_URI=""
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/ament/ament_cmake/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
+   S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+fi
+
+DESCRIPTION="The functionality to deduplicate libraries in the ament 
buildsystem"
 HOMEPAGE="https://github.com/ament/ament_cmake;
-SRC_URI="https://github.com/ament/ament_cmake/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+if [ "${PV#}" != "${PV}" ] ; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
 IUSE=""
 
 DEPEND="
dev-ros/ament_cmake_core[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}
 "
 RDEPEND="${DEPEND}"
-BDEPEND="${PYTHON_DEPS}"
+BDEPEND="${DEPEND}"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
 
 src_configure() {
# This is a build tool that does not install python-related files



[gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_libraries/

2019-12-12 Thread Alexis Ballier
commit: b1c6fe0ff4bd4b91229bb912c032f8792f6eb9ce
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Dec 11 16:49:11 2019 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 12 10:41:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c6fe0f

dev-ros/ament_cmake_libraries: initial import

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/ament_cmake_libraries/Manifest |  1 +
 .../ament_cmake_libraries-0.8.1.ebuild | 35 ++
 dev-ros/ament_cmake_libraries/metadata.xml | 11 +++
 3 files changed, 47 insertions(+)

diff --git a/dev-ros/ament_cmake_libraries/Manifest 
b/dev-ros/ament_cmake_libraries/Manifest
new file mode 100644
index 000..ed522b74e13
--- /dev/null
+++ b/dev-ros/ament_cmake_libraries/Manifest
@@ -0,0 +1 @@
+DIST ament_cmake-0.8.1.tar.gz 57078 BLAKE2B 
4c6d5c821ffef6288cdd400aa9b084fcbfb33d6c9accddd1349bd656d3b3de9e779603bdad256e3f74a292e3805f06e00ba85719f09fe441f6eecdbd236cc878
 SHA512 
ae6bfe95585a331055ae159f8b4363f237602ece929877766a8c8bd5bfc0b423379dee38e9fe2707f92ed9753564281be13af1202ec4e9b545d293485884f35e

diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild 
b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild
new file mode 100644
index 000..927b7ae0692
--- /dev/null
+++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-0.8.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7} )
+
+inherit cmake-utils python-r1
+
+ROS_PN="ament_cmake"
+DESCRIPTION="The core of the ament buildsystem in CMake"
+HOMEPAGE="https://github.com/ament/ament_cmake;
+SRC_URI="https://github.com/ament/ament_cmake/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   dev-ros/ament_cmake_core[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+BDEPEND="${PYTHON_DEPS}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+
+src_configure() {
+   # This is a build tool that does not install python-related files
+   # ... but we need to propagate the deps and use python3 to build it.
+   local pyimpl="${PYTHON_COMPAT[0]}"
+   python_export "${pyimpl}" EPYTHON PYTHON
+   python_wrapper_setup
+   cmake-utils_src_configure
+}

diff --git a/dev-ros/ament_cmake_libraries/metadata.xml 
b/dev-ros/ament_cmake_libraries/metadata.xml
new file mode 100644
index 000..d1baaf5c70f
--- /dev/null
+++ b/dev-ros/ament_cmake_libraries/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   r...@gentoo.org
+   Gentoo ROS Project
+   
+   
+   ament/ament_cmake
+   
+