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

2022-10-04 Thread Arthur Zamarin
commit: 308c74e211ddb2be797c5cc8c33fd7c19af3616e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Oct  4 19:32:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Oct  4 19:32:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308c74e2

dev-ros/ament_lint_auto: use python_has_version inside python_check_deps

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

 dev-ros/ament_lint_auto/ament_lint_auto-0.11.2.ebuild | 9 -
 dev-ros/ament_lint_auto/ament_lint_auto-0.12.1.ebuild | 7 +++
 dev-ros/ament_lint_auto/ament_lint_auto-.ebuild   | 9 -
 3 files changed, 11 insertions(+), 14 deletions(-)

diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-0.11.2.ebuild 
b/dev-ros/ament_lint_auto/ament_lint_auto-0.11.2.ebuild
index 7c0ae86f0a35..f4bba4298b4b 100644
--- a/dev-ros/ament_lint_auto/ament_lint_auto-0.11.2.ebuild
+++ b/dev-ros/ament_lint_auto/ament_lint_auto-0.11.2.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
@@ -30,14 +30,13 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 # Deps here are transitive from ament_cmake_core to have matching python 
support
-BDEPEND="
+BDEPEND="${PYTHON_DEPS}
$(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}]"
+   python_has_version "dev-python/ament_package[${PYTHON_USEDEP}]" \
+   "dev-python/catkin_pkg[${PYTHON_USEDEP}]"
 }

diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-0.12.1.ebuild 
b/dev-ros/ament_lint_auto/ament_lint_auto-0.12.1.ebuild
index 16d03e212bf3..f4bba4298b4b 100644
--- a/dev-ros/ament_lint_auto/ament_lint_auto-0.12.1.ebuild
+++ b/dev-ros/ament_lint_auto/ament_lint_auto-0.12.1.ebuild
@@ -30,14 +30,13 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 # Deps here are transitive from ament_cmake_core to have matching python 
support
-BDEPEND="
+BDEPEND="${PYTHON_DEPS}
$(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}]"
+   python_has_version "dev-python/ament_package[${PYTHON_USEDEP}]" \
+   "dev-python/catkin_pkg[${PYTHON_USEDEP}]"
 }

diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-.ebuild 
b/dev-ros/ament_lint_auto/ament_lint_auto-.ebuild
index 7c0ae86f0a35..f4bba4298b4b 100644
--- a/dev-ros/ament_lint_auto/ament_lint_auto-.ebuild
+++ b/dev-ros/ament_lint_auto/ament_lint_auto-.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
@@ -30,14 +30,13 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 # Deps here are transitive from ament_cmake_core to have matching python 
support
-BDEPEND="
+BDEPEND="${PYTHON_DEPS}
$(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}]"
+   python_has_version "dev-python/ament_package[${PYTHON_USEDEP}]" \
+   "dev-python/catkin_pkg[${PYTHON_USEDEP}]"
 }



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

2022-03-15 Thread Alexis Ballier
commit: 71a12b660b5364b324ec614916886c70bf56dc33
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Mar 15 16:29:52 2022 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Mar 15 17:05:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a12b66

dev-ros/ament_lint_auto: bump to 0.12.1

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

 dev-ros/ament_lint_auto/Manifest   |  1 +
 .../ament_lint_auto/ament_lint_auto-0.12.1.ebuild  | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-ros/ament_lint_auto/Manifest b/dev-ros/ament_lint_auto/Manifest
index 99d511dac320..4e5ba15bbab6 100644
--- a/dev-ros/ament_lint_auto/Manifest
+++ b/dev-ros/ament_lint_auto/Manifest
@@ -1 +1,2 @@
 DIST ament_lint-0.11.2.tar.gz 265435 BLAKE2B 
09545bd029dc692e5393983a3fc9210600c4a6456635238b7038ff87799f9cfde9c2d3c7ceb4c01b71594ba7bd159e8b6b3c2370bdfcdbf3d6189a895b96292a
 SHA512 
1a379f4fb0ead306a668aef2b9e390728d6d3901b75f43fac6ccc28681a8010e42b094237f3f1ab95ca304ba917c8fb5d5519ec0581cadb346e6eb05466e39f0
+DIST ament_lint-0.12.1.tar.gz 281555 BLAKE2B 
1feabfc9e65b09970cb9d9706e9fbc3ca8b60d0592597a8a8666f3b272e71a09c28bf3f21926f0f3b96d93e61d3f8c99286b2b5658359116305bbaf449b40207
 SHA512 
34625c9ff0615c09dc5e918896af5f46480de735388e57c06c8d8f3267cd98c7e0314ddc99d8ba328dbfa949c51eb893121f6639689f3a803503c77164e56bcc

diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-0.12.1.ebuild 
b/dev-ros/ament_lint_auto/ament_lint_auto-0.12.1.ebuild
new file mode 100644
index ..16d03e212bf3
--- /dev/null
+++ b/dev-ros/ament_lint_auto/ament_lint_auto-0.12.1.ebuild
@@ -0,0 +1,43 @@
+# 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_lint"
+if [ "${PV#}" != "${PV}" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ament/ament_lint";
+   S="${WORKDIR}/${P}/${PN}"
+else
+   SRC_URI="https://github.com/ament/ament_lint/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
+   S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="The auto-magic functions for ease to use of the ament linters"
+HOMEPAGE="https://github.com/ament/ament_lint";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND="
+   dev-ros/ament_cmake_core
+   dev-ros/ament_cmake_test
+"
+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_lint_auto/

2022-03-15 Thread Alexis Ballier
commit: be22b7ddbf4fc46d0804f9ba6228581487827293
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Mar 15 16:21:43 2022 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Mar 15 16:22:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be22b7dd

dev-ros/ament_lint_auto: Remove old

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

 dev-ros/ament_lint_auto/Manifest   |  4 --
 .../ament_lint_auto/ament_lint_auto-0.10.0.ebuild  | 47 --
 .../ament_lint_auto/ament_lint_auto-0.10.1.ebuild  | 47 --
 .../ament_lint_auto/ament_lint_auto-0.10.4.ebuild  | 47 --
 .../ament_lint_auto/ament_lint_auto-0.9.5.ebuild   | 47 --
 5 files changed, 192 deletions(-)

diff --git a/dev-ros/ament_lint_auto/Manifest b/dev-ros/ament_lint_auto/Manifest
index 94912532784a..99d511dac320 100644
--- a/dev-ros/ament_lint_auto/Manifest
+++ b/dev-ros/ament_lint_auto/Manifest
@@ -1,5 +1 @@
-DIST ament_lint-0.10.0.tar.gz 219525 BLAKE2B 
6ba7a32d0678e545c24b74ed187991140c34a363ad855e469f0e20f8a088b7cc939bbd187566233e099576e4c2b899d7d75edf311d3026234222078968be7ce6
 SHA512 
565413fa325317e6f00ce18051eb13556d1d50144d2c8f62368e5505455ef7f9fae3a69e8d723a3949e44b1f9e638741ae6d9b87687df81a661eb804365200f8
-DIST ament_lint-0.10.1.tar.gz 221215 BLAKE2B 
47ffa7dfd892b05f345ba962c7c08dcf1627c4653cc75e1a1d1cad28971974ef5ca9c09d3989b3fdbfacd7f94dace9651c44911cd7747f39c5c59083f0195443
 SHA512 
1dd996d86cfb7488bd6bf57510eb5b7531fe4fe21d25203a4801046ec719ba19afdb89eb7ba9d862317d2e041e7139fadde27d114614d96741a177e8ec2a2ba3
-DIST ament_lint-0.10.4.tar.gz 85 BLAKE2B 
81a15dc996bad0fe3fa461aa7067eba423550d94a04881a12c8a4b0732a4a0ddcc30ab6bef94f81cb236836d8de7959b53d5560d5fb6eb480f2fbd849bd02489
 SHA512 
cb99084622f598b17f1ffe55620c9c822867771f2603e673098f8943d95b7be188e25480d4e22bf7c2988e94d8b69f6f7fa3b60cd042213f6bd8c2ad2c5deaf3
 DIST ament_lint-0.11.2.tar.gz 265435 BLAKE2B 
09545bd029dc692e5393983a3fc9210600c4a6456635238b7038ff87799f9cfde9c2d3c7ceb4c01b71594ba7bd159e8b6b3c2370bdfcdbf3d6189a895b96292a
 SHA512 
1a379f4fb0ead306a668aef2b9e390728d6d3901b75f43fac6ccc28681a8010e42b094237f3f1ab95ca304ba917c8fb5d5519ec0581cadb346e6eb05466e39f0
-DIST ament_lint-0.9.5.tar.gz 218077 BLAKE2B 
bc49fdb517bcdab815cfd4c945e9d61a9b53d4b600361ced9161b6186bfb74fdb3d5ed5f14a48f22a91fd0737333dc76cc7d55044c204ea864b53dd68e32254b
 SHA512 
1c5b3acb31a07f4613e13fe69f6dad1981df0dc596e46a07651322a4da1c5f3db40befb775aa42aabc1f6808132c950c9f37950f64b4196e3c1b40871e25a384

diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-0.10.0.ebuild 
b/dev-ros/ament_lint_auto/ament_lint_auto-0.10.0.ebuild
deleted file mode 100644
index 99bd8c66a9d9..
--- a/dev-ros/ament_lint_auto/ament_lint_auto-0.10.0.ebuild
+++ /dev/null
@@ -1,47 +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_lint"
-if [ "${PV#}" != "${PV}" ] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/ament/ament_lint";
-   SRC_URI=""
-   S=${WORKDIR}/${P}/${PN}
-else
-   SRC_URI="https://github.com/ament/ament_lint/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
-   S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
-fi
-
-DESCRIPTION="The auto-magic functions for ease to use of the ament linters"
-HOMEPAGE="https://github.com/ament/ament_lint";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-if [ "${PV#}" != "${PV}" ] ; then
-   PROPERTIES="live"
-else
-   KEYWORDS="~amd64"
-fi
-IUSE=""
-
-RDEPEND="
-   dev-ros/ament_cmake_core
-   dev-ros/ament_cmake_test
-"
-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}]"
-}

diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-0.10.1.ebuild 
b/dev-ros/ament_lint_auto/ament_lint_auto-0.10.1.ebuild
deleted file mode 100644
index 99bd8c66a9d9..
--- a/dev-ros/ament_lint_auto/ament_lint_auto-0.10.1.ebuild
+++ /dev/null
@@ -1,47 +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_lint"
-if [ "${PV#}" != "${PV}" ] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/ament/ament_lint";
-   SRC_URI=""
-   S=${WORKDIR}/${P}/${PN}
-else
-   SRC_URI="https://github.com/ament/ament_lint/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
-   S="${WORKDIR}/$

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

2021-09-24 Thread Arthur Zamarin
commit: d6cfdbac7f993a5f60829816e47722251bedeb14
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 24 10:15:59 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 24 10:29:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6cfdbac

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

tested by checking reverse dependencies are building the same and
passing

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

 dev-ros/ament_lint_auto/ament_lint_auto-0.11.2.ebuild | 16 ++--
 dev-ros/ament_lint_auto/ament_lint_auto-.ebuild   | 16 ++--
 2 files changed, 12 insertions(+), 20 deletions(-)

diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-0.11.2.ebuild 
b/dev-ros/ament_lint_auto/ament_lint_auto-0.11.2.ebuild
index 99bd8c66a9d..7c0ae86f0a3 100644
--- a/dev-ros/ament_lint_auto/ament_lint_auto-0.11.2.ebuild
+++ b/dev-ros/ament_lint_auto/ament_lint_auto-0.11.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit cmake python-any-r1
 
@@ -11,11 +11,11 @@ ROS_PN="ament_lint"
 if [ "${PV#}" != "${PV}" ] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ament/ament_lint";
-   SRC_URI=""
-   S=${WORKDIR}/${P}/${PN}
+   S="${WORKDIR}/${P}/${PN}"
 else
SRC_URI="https://github.com/ament/ament_lint/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+   KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="The auto-magic functions for ease to use of the ament linters"
@@ -23,12 +23,6 @@ HOMEPAGE="https://github.com/ament/ament_lint";
 
 LICENSE="Apache-2.0"
 SLOT="0"
-if [ "${PV#}" != "${PV}" ] ; then
-   PROPERTIES="live"
-else
-   KEYWORDS="~amd64"
-fi
-IUSE=""
 
 RDEPEND="
dev-ros/ament_cmake_core
@@ -37,7 +31,9 @@ RDEPEND="
 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_gen_any_dep '
+   dev-python/ament_package[${PYTHON_USEDEP}]
+   dev-python/catkin_pkg[${PYTHON_USEDEP}]')
${PYTHON_DEPS}
 "
 

diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-.ebuild 
b/dev-ros/ament_lint_auto/ament_lint_auto-.ebuild
index 99bd8c66a9d..7c0ae86f0a3 100644
--- a/dev-ros/ament_lint_auto/ament_lint_auto-.ebuild
+++ b/dev-ros/ament_lint_auto/ament_lint_auto-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit cmake python-any-r1
 
@@ -11,11 +11,11 @@ ROS_PN="ament_lint"
 if [ "${PV#}" != "${PV}" ] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ament/ament_lint";
-   SRC_URI=""
-   S=${WORKDIR}/${P}/${PN}
+   S="${WORKDIR}/${P}/${PN}"
 else
SRC_URI="https://github.com/ament/ament_lint/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+   KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="The auto-magic functions for ease to use of the ament linters"
@@ -23,12 +23,6 @@ HOMEPAGE="https://github.com/ament/ament_lint";
 
 LICENSE="Apache-2.0"
 SLOT="0"
-if [ "${PV#}" != "${PV}" ] ; then
-   PROPERTIES="live"
-else
-   KEYWORDS="~amd64"
-fi
-IUSE=""
 
 RDEPEND="
dev-ros/ament_cmake_core
@@ -37,7 +31,9 @@ RDEPEND="
 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_gen_any_dep '
+   dev-python/ament_package[${PYTHON_USEDEP}]
+   dev-python/catkin_pkg[${PYTHON_USEDEP}]')
${PYTHON_DEPS}
 "
 



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

2021-08-05 Thread Alexis Ballier
commit: f1891d35e9afbd8db20985f5ab9e65fe8b7f3288
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  4 11:17:30 2021 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Aug  5 11:31:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1891d35

dev-ros/ament_lint_auto: bump to 0.11.2

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

 dev-ros/ament_lint_auto/Manifest   |  1 +
 .../ament_lint_auto/ament_lint_auto-0.11.2.ebuild  | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ros/ament_lint_auto/Manifest b/dev-ros/ament_lint_auto/Manifest
index d3e102b1486..94912532784 100644
--- a/dev-ros/ament_lint_auto/Manifest
+++ b/dev-ros/ament_lint_auto/Manifest
@@ -1,4 +1,5 @@
 DIST ament_lint-0.10.0.tar.gz 219525 BLAKE2B 
6ba7a32d0678e545c24b74ed187991140c34a363ad855e469f0e20f8a088b7cc939bbd187566233e099576e4c2b899d7d75edf311d3026234222078968be7ce6
 SHA512 
565413fa325317e6f00ce18051eb13556d1d50144d2c8f62368e5505455ef7f9fae3a69e8d723a3949e44b1f9e638741ae6d9b87687df81a661eb804365200f8
 DIST ament_lint-0.10.1.tar.gz 221215 BLAKE2B 
47ffa7dfd892b05f345ba962c7c08dcf1627c4653cc75e1a1d1cad28971974ef5ca9c09d3989b3fdbfacd7f94dace9651c44911cd7747f39c5c59083f0195443
 SHA512 
1dd996d86cfb7488bd6bf57510eb5b7531fe4fe21d25203a4801046ec719ba19afdb89eb7ba9d862317d2e041e7139fadde27d114614d96741a177e8ec2a2ba3
 DIST ament_lint-0.10.4.tar.gz 85 BLAKE2B 
81a15dc996bad0fe3fa461aa7067eba423550d94a04881a12c8a4b0732a4a0ddcc30ab6bef94f81cb236836d8de7959b53d5560d5fb6eb480f2fbd849bd02489
 SHA512 
cb99084622f598b17f1ffe55620c9c822867771f2603e673098f8943d95b7be188e25480d4e22bf7c2988e94d8b69f6f7fa3b60cd042213f6bd8c2ad2c5deaf3
+DIST ament_lint-0.11.2.tar.gz 265435 BLAKE2B 
09545bd029dc692e5393983a3fc9210600c4a6456635238b7038ff87799f9cfde9c2d3c7ceb4c01b71594ba7bd159e8b6b3c2370bdfcdbf3d6189a895b96292a
 SHA512 
1a379f4fb0ead306a668aef2b9e390728d6d3901b75f43fac6ccc28681a8010e42b094237f3f1ab95ca304ba917c8fb5d5519ec0581cadb346e6eb05466e39f0
 DIST ament_lint-0.9.5.tar.gz 218077 BLAKE2B 
bc49fdb517bcdab815cfd4c945e9d61a9b53d4b600361ced9161b6186bfb74fdb3d5ed5f14a48f22a91fd0737333dc76cc7d55044c204ea864b53dd68e32254b
 SHA512 
1c5b3acb31a07f4613e13fe69f6dad1981df0dc596e46a07651322a4da1c5f3db40befb775aa42aabc1f6808132c950c9f37950f64b4196e3c1b40871e25a384

diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-0.11.2.ebuild 
b/dev-ros/ament_lint_auto/ament_lint_auto-0.11.2.ebuild
new file mode 100644
index 000..99bd8c66a9d
--- /dev/null
+++ b/dev-ros/ament_lint_auto/ament_lint_auto-0.11.2.ebuild
@@ -0,0 +1,47 @@
+# 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_lint"
+if [ "${PV#}" != "${PV}" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ament/ament_lint";
+   SRC_URI=""
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/ament/ament_lint/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
+   S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+fi
+
+DESCRIPTION="The auto-magic functions for ease to use of the ament linters"
+HOMEPAGE="https://github.com/ament/ament_lint";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+if [ "${PV#}" != "${PV}" ] ; then
+   PROPERTIES="live"
+else
+   KEYWORDS="~amd64"
+fi
+IUSE=""
+
+RDEPEND="
+   dev-ros/ament_cmake_core
+   dev-ros/ament_cmake_test
+"
+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_lint_auto/

2021-05-19 Thread Alexis Ballier
commit: 9241dd7cafe0bcf5b1d4ef1d70abdd45c245ed42
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed May 19 09:39:34 2021 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed May 19 10:47:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9241dd7c

dev-ros/ament_lint_auto: 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_lint_auto/ament_lint_auto-0.10.0.ebuild | 4 ++--
 dev-ros/ament_lint_auto/ament_lint_auto-0.10.1.ebuild | 2 +-
 dev-ros/ament_lint_auto/ament_lint_auto-0.10.4.ebuild | 2 +-
 dev-ros/ament_lint_auto/ament_lint_auto-0.9.5.ebuild  | 4 ++--
 dev-ros/ament_lint_auto/ament_lint_auto-.ebuild   | 4 ++--
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-0.10.0.ebuild 
b/dev-ros/ament_lint_auto/ament_lint_auto-0.10.0.ebuild
index 04654f77a53..99bd8c66a9d 100644
--- a/dev-ros/ament_lint_auto/ament_lint_auto-0.10.0.ebuild
+++ b/dev-ros/ament_lint_auto/ament_lint_auto-0.10.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_lint";
 LICENSE="Apache-2.0"
 SLOT="0"
 if [ "${PV#}" != "${PV}" ] ; then
-   KEYWORDS=""
+   PROPERTIES="live"
 else
KEYWORDS="~amd64"
 fi

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

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

diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-0.9.5.ebuild 
b/dev-ros/ament_lint_auto/ament_lint_auto-0.9.5.ebuild
index 04654f77a53..99bd8c66a9d 100644
--- a/dev-ros/ament_lint_auto/ament_lint_auto-0.9.5.ebuild
+++ b/dev-ros/ament_lint_auto/ament_lint_auto-0.9.5.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_lint";
 LICENSE="Apache-2.0"
 SLOT="0"
 if [ "${PV#}" != "${PV}" ] ; then
-   KEYWORDS=""
+   PROPERTIES="live"
 else
KEYWORDS="~amd64"
 fi

diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-.ebuild 
b/dev-ros/ament_lint_auto/ament_lint_auto-.ebuild
index 04654f77a53..99bd8c66a9d 100644
--- a/dev-ros/ament_lint_auto/ament_lint_auto-.ebuild
+++ b/dev-ros/ament_lint_auto/ament_lint_auto-.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_lint";
 LICENSE="Apache-2.0"
 SLOT="0"
 if [ "${PV#}" != "${PV}" ] ; then
-   KEYWORDS=""
+   PROPERTIES="live"
 else
KEYWORDS="~amd64"
 fi



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

2021-04-06 Thread Alexis Ballier
commit: 6ed448f00fd6a5ddc54c617392bca7e348cddc53
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Apr  6 08:39:12 2021 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Apr  6 09:30:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed448f0

dev-ros/ament_lint_auto: bump to 0.10.4

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

 dev-ros/ament_lint_auto/Manifest   |  1 +
 .../ament_lint_auto/ament_lint_auto-0.10.4.ebuild  | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ros/ament_lint_auto/Manifest b/dev-ros/ament_lint_auto/Manifest
index 27a0fb88051..d3e102b1486 100644
--- a/dev-ros/ament_lint_auto/Manifest
+++ b/dev-ros/ament_lint_auto/Manifest
@@ -1,3 +1,4 @@
 DIST ament_lint-0.10.0.tar.gz 219525 BLAKE2B 
6ba7a32d0678e545c24b74ed187991140c34a363ad855e469f0e20f8a088b7cc939bbd187566233e099576e4c2b899d7d75edf311d3026234222078968be7ce6
 SHA512 
565413fa325317e6f00ce18051eb13556d1d50144d2c8f62368e5505455ef7f9fae3a69e8d723a3949e44b1f9e638741ae6d9b87687df81a661eb804365200f8
 DIST ament_lint-0.10.1.tar.gz 221215 BLAKE2B 
47ffa7dfd892b05f345ba962c7c08dcf1627c4653cc75e1a1d1cad28971974ef5ca9c09d3989b3fdbfacd7f94dace9651c44911cd7747f39c5c59083f0195443
 SHA512 
1dd996d86cfb7488bd6bf57510eb5b7531fe4fe21d25203a4801046ec719ba19afdb89eb7ba9d862317d2e041e7139fadde27d114614d96741a177e8ec2a2ba3
+DIST ament_lint-0.10.4.tar.gz 85 BLAKE2B 
81a15dc996bad0fe3fa461aa7067eba423550d94a04881a12c8a4b0732a4a0ddcc30ab6bef94f81cb236836d8de7959b53d5560d5fb6eb480f2fbd849bd02489
 SHA512 
cb99084622f598b17f1ffe55620c9c822867771f2603e673098f8943d95b7be188e25480d4e22bf7c2988e94d8b69f6f7fa3b60cd042213f6bd8c2ad2c5deaf3
 DIST ament_lint-0.9.5.tar.gz 218077 BLAKE2B 
bc49fdb517bcdab815cfd4c945e9d61a9b53d4b600361ced9161b6186bfb74fdb3d5ed5f14a48f22a91fd0737333dc76cc7d55044c204ea864b53dd68e32254b
 SHA512 
1c5b3acb31a07f4613e13fe69f6dad1981df0dc596e46a07651322a4da1c5f3db40befb775aa42aabc1f6808132c950c9f37950f64b4196e3c1b40871e25a384

diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-0.10.4.ebuild 
b/dev-ros/ament_lint_auto/ament_lint_auto-0.10.4.ebuild
new file mode 100644
index 000..e28b382d25f
--- /dev/null
+++ b/dev-ros/ament_lint_auto/ament_lint_auto-0.10.4.ebuild
@@ -0,0 +1,47 @@
+# 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_lint"
+if [ "${PV#}" != "${PV}" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ament/ament_lint";
+   SRC_URI=""
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/ament/ament_lint/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
+   S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+fi
+
+DESCRIPTION="The auto-magic functions for ease to use of the ament linters"
+HOMEPAGE="https://github.com/ament/ament_lint";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+if [ "${PV#}" != "${PV}" ] ; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+IUSE=""
+
+RDEPEND="
+   dev-ros/ament_cmake_core
+   dev-ros/ament_cmake_test
+"
+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_lint_auto/

2021-01-26 Thread Alexis Ballier
commit: e11a4c92dbd1f084a43adbc9d5d924f6786fb69f
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jan 26 15:51:06 2021 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jan 26 15:56:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11a4c92

dev-ros/ament_lint_auto: bump to 0.10.1

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

 dev-ros/ament_lint_auto/Manifest   |  1 +
 .../ament_lint_auto/ament_lint_auto-0.10.1.ebuild  | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ros/ament_lint_auto/Manifest b/dev-ros/ament_lint_auto/Manifest
index 8dd9c04fcb2..27a0fb88051 100644
--- a/dev-ros/ament_lint_auto/Manifest
+++ b/dev-ros/ament_lint_auto/Manifest
@@ -1,2 +1,3 @@
 DIST ament_lint-0.10.0.tar.gz 219525 BLAKE2B 
6ba7a32d0678e545c24b74ed187991140c34a363ad855e469f0e20f8a088b7cc939bbd187566233e099576e4c2b899d7d75edf311d3026234222078968be7ce6
 SHA512 
565413fa325317e6f00ce18051eb13556d1d50144d2c8f62368e5505455ef7f9fae3a69e8d723a3949e44b1f9e638741ae6d9b87687df81a661eb804365200f8
+DIST ament_lint-0.10.1.tar.gz 221215 BLAKE2B 
47ffa7dfd892b05f345ba962c7c08dcf1627c4653cc75e1a1d1cad28971974ef5ca9c09d3989b3fdbfacd7f94dace9651c44911cd7747f39c5c59083f0195443
 SHA512 
1dd996d86cfb7488bd6bf57510eb5b7531fe4fe21d25203a4801046ec719ba19afdb89eb7ba9d862317d2e041e7139fadde27d114614d96741a177e8ec2a2ba3
 DIST ament_lint-0.9.5.tar.gz 218077 BLAKE2B 
bc49fdb517bcdab815cfd4c945e9d61a9b53d4b600361ced9161b6186bfb74fdb3d5ed5f14a48f22a91fd0737333dc76cc7d55044c204ea864b53dd68e32254b
 SHA512 
1c5b3acb31a07f4613e13fe69f6dad1981df0dc596e46a07651322a4da1c5f3db40befb775aa42aabc1f6808132c950c9f37950f64b4196e3c1b40871e25a384

diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-0.10.1.ebuild 
b/dev-ros/ament_lint_auto/ament_lint_auto-0.10.1.ebuild
new file mode 100644
index 000..4f99b8080f8
--- /dev/null
+++ b/dev-ros/ament_lint_auto/ament_lint_auto-0.10.1.ebuild
@@ -0,0 +1,47 @@
+# 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_lint"
+if [ "${PV#}" != "${PV}" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ament/ament_lint";
+   SRC_URI=""
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/ament/ament_lint/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
+   S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+fi
+
+DESCRIPTION="The auto-magic functions for ease to use of the ament linters"
+HOMEPAGE="https://github.com/ament/ament_lint";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+if [ "${PV#}" != "${PV}" ] ; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+IUSE=""
+
+RDEPEND="
+   dev-ros/ament_cmake_core
+   dev-ros/ament_cmake_test
+"
+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_lint_auto/

2020-09-30 Thread Alexis Ballier
commit: 76e53fdf5d4e574c97a57ed26f13898625c8be75
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 30 10:59:57 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 30 11:09:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e53fdf

dev-ros/ament_lint_auto: bump to 0.10.0

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

 dev-ros/ament_lint_auto/Manifest   |  1 +
 .../ament_lint_auto/ament_lint_auto-0.10.0.ebuild  | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ros/ament_lint_auto/Manifest b/dev-ros/ament_lint_auto/Manifest
index 6b51d9c9d13..8dd9c04fcb2 100644
--- a/dev-ros/ament_lint_auto/Manifest
+++ b/dev-ros/ament_lint_auto/Manifest
@@ -1 +1,2 @@
+DIST ament_lint-0.10.0.tar.gz 219525 BLAKE2B 
6ba7a32d0678e545c24b74ed187991140c34a363ad855e469f0e20f8a088b7cc939bbd187566233e099576e4c2b899d7d75edf311d3026234222078968be7ce6
 SHA512 
565413fa325317e6f00ce18051eb13556d1d50144d2c8f62368e5505455ef7f9fae3a69e8d723a3949e44b1f9e638741ae6d9b87687df81a661eb804365200f8
 DIST ament_lint-0.9.5.tar.gz 218077 BLAKE2B 
bc49fdb517bcdab815cfd4c945e9d61a9b53d4b600361ced9161b6186bfb74fdb3d5ed5f14a48f22a91fd0737333dc76cc7d55044c204ea864b53dd68e32254b
 SHA512 
1c5b3acb31a07f4613e13fe69f6dad1981df0dc596e46a07651322a4da1c5f3db40befb775aa42aabc1f6808132c950c9f37950f64b4196e3c1b40871e25a384

diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-0.10.0.ebuild 
b/dev-ros/ament_lint_auto/ament_lint_auto-0.10.0.ebuild
new file mode 100644
index 000..120c90db0dd
--- /dev/null
+++ b/dev-ros/ament_lint_auto/ament_lint_auto-0.10.0.ebuild
@@ -0,0 +1,47 @@
+# 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_lint"
+if [ "${PV#}" != "${PV}" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ament/ament_lint";
+   SRC_URI=""
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/ament/ament_lint/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
+   S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+fi
+
+DESCRIPTION="The auto-magic functions for ease to use of the ament linters"
+HOMEPAGE="https://github.com/ament/ament_lint";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+if [ "${PV#}" != "${PV}" ] ; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+IUSE=""
+
+RDEPEND="
+   dev-ros/ament_cmake_core
+   dev-ros/ament_cmake_test
+"
+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_lint_auto/

2020-07-23 Thread Alexis Ballier
commit: 563ebf9e9eddd84ad3ad37aae4847bc20bd11351
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Jul 23 12:15:33 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Jul 23 15:18:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=563ebf9e

dev-ros/ament_lint_auto: initial import

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

 dev-ros/ament_lint_auto/Manifest   |  1 +
 .../ament_lint_auto/ament_lint_auto-0.9.5.ebuild   | 47 ++
 .../ament_lint_auto/ament_lint_auto-.ebuild| 47 ++
 dev-ros/ament_lint_auto/metadata.xml   | 11 +
 4 files changed, 106 insertions(+)

diff --git a/dev-ros/ament_lint_auto/Manifest b/dev-ros/ament_lint_auto/Manifest
new file mode 100644
index 000..6b51d9c9d13
--- /dev/null
+++ b/dev-ros/ament_lint_auto/Manifest
@@ -0,0 +1 @@
+DIST ament_lint-0.9.5.tar.gz 218077 BLAKE2B 
bc49fdb517bcdab815cfd4c945e9d61a9b53d4b600361ced9161b6186bfb74fdb3d5ed5f14a48f22a91fd0737333dc76cc7d55044c204ea864b53dd68e32254b
 SHA512 
1c5b3acb31a07f4613e13fe69f6dad1981df0dc596e46a07651322a4da1c5f3db40befb775aa42aabc1f6808132c950c9f37950f64b4196e3c1b40871e25a384

diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-0.9.5.ebuild 
b/dev-ros/ament_lint_auto/ament_lint_auto-0.9.5.ebuild
new file mode 100644
index 000..120c90db0dd
--- /dev/null
+++ b/dev-ros/ament_lint_auto/ament_lint_auto-0.9.5.ebuild
@@ -0,0 +1,47 @@
+# 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_lint"
+if [ "${PV#}" != "${PV}" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ament/ament_lint";
+   SRC_URI=""
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/ament/ament_lint/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
+   S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+fi
+
+DESCRIPTION="The auto-magic functions for ease to use of the ament linters"
+HOMEPAGE="https://github.com/ament/ament_lint";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+if [ "${PV#}" != "${PV}" ] ; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+IUSE=""
+
+RDEPEND="
+   dev-ros/ament_cmake_core
+   dev-ros/ament_cmake_test
+"
+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}]"
+}

diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-.ebuild 
b/dev-ros/ament_lint_auto/ament_lint_auto-.ebuild
new file mode 100644
index 000..120c90db0dd
--- /dev/null
+++ b/dev-ros/ament_lint_auto/ament_lint_auto-.ebuild
@@ -0,0 +1,47 @@
+# 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_lint"
+if [ "${PV#}" != "${PV}" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ament/ament_lint";
+   SRC_URI=""
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/ament/ament_lint/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
+   S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+fi
+
+DESCRIPTION="The auto-magic functions for ease to use of the ament linters"
+HOMEPAGE="https://github.com/ament/ament_lint";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+if [ "${PV#}" != "${PV}" ] ; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+IUSE=""
+
+RDEPEND="
+   dev-ros/ament_cmake_core
+   dev-ros/ament_cmake_test
+"
+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}]"
+}

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