public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ament_cmake/
@ 2019-12-12 10:42 Alexis Ballier
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2019-12-12 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     62de7657f8c6e12506ed8cdea1ca6f69c82f6227
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 17:07:08 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 10:42:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62de7657

ros-meta/ament_cmake: initial import

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

 ros-meta/ament_cmake/Manifest                 |  1 +
 ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild | 46 +++++++++++++++++++++++++++
 ros-meta/ament_cmake/metadata.xml             | 11 +++++++
 3 files changed, 58 insertions(+)

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

diff --git a/ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild b/ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild
new file mode 100644
index 00000000000..ff07eb121aa
--- /dev/null
+++ b/ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild
@@ -0,0 +1,46 @@
+# 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 entry point package for 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}]
+	dev-ros/ament_cmake_export_definitions[${PYTHON_USEDEP}]
+	dev-ros/ament_cmake_export_dependencies[${PYTHON_USEDEP}]
+	dev-ros/ament_cmake_export_include_directories[${PYTHON_USEDEP}]
+	dev-ros/ament_cmake_export_interfaces[${PYTHON_USEDEP}]
+	dev-ros/ament_cmake_export_libraries[${PYTHON_USEDEP}]
+	dev-ros/ament_cmake_export_link_flags[${PYTHON_USEDEP}]
+	dev-ros/ament_cmake_libraries[${PYTHON_USEDEP}]
+	dev-ros/ament_cmake_python[${PYTHON_USEDEP}]
+	dev-ros/ament_cmake_target_dependencies[${PYTHON_USEDEP}]
+	dev-ros/ament_cmake_test[${PYTHON_USEDEP}]
+	dev-ros/ament_cmake_version[${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/ros-meta/ament_cmake/metadata.xml b/ros-meta/ament_cmake/metadata.xml
new file mode 100644
index 00000000000..d1baaf5c70f
--- /dev/null
+++ b/ros-meta/ament_cmake/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>ros@gentoo.org</email>
+		<name>Gentoo ROS Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">ament/ament_cmake</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ament_cmake/
@ 2019-12-12 15:44 Alexis Ballier
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2019-12-12 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     c3d939d08bbeb273a183a712c1650f235f5a159d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 15:43:44 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 15:43:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d939d0

ros-meta/ament_cmake: fix deps, add live ebuild

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

 ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild      | 23 +++++++++++++++++-----
 ..._cmake-0.8.1.ebuild => ament_cmake-9999.ebuild} | 23 +++++++++++++++++-----
 2 files changed, 36 insertions(+), 10 deletions(-)

diff --git a/ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild b/ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild
index ff07eb121aa..9424ebe9198 100644
--- a/ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild
+++ b/ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild
@@ -8,13 +8,26 @@ PYTHON_COMPAT=( python{3_6,3_7} )
 inherit cmake-utils python-r1
 
 ROS_PN="ament_cmake"
-DESCRIPTION="The entry point package for the ament buildsystem in CMake"
+if [ "${PV#9999}" != "${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 entry point package for 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#9999}" != "${PV}" ] ; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
 IUSE=""
 
 DEPEND="
@@ -30,11 +43,11 @@ DEPEND="
 	dev-ros/ament_cmake_target_dependencies[${PYTHON_USEDEP}]
 	dev-ros/ament_cmake_test[${PYTHON_USEDEP}]
 	dev-ros/ament_cmake_version[${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/ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild b/ros-meta/ament_cmake/ament_cmake-9999.ebuild
similarity index 73%
copy from ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild
copy to ros-meta/ament_cmake/ament_cmake-9999.ebuild
index ff07eb121aa..9424ebe9198 100644
--- a/ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild
+++ b/ros-meta/ament_cmake/ament_cmake-9999.ebuild
@@ -8,13 +8,26 @@ PYTHON_COMPAT=( python{3_6,3_7} )
 inherit cmake-utils python-r1
 
 ROS_PN="ament_cmake"
-DESCRIPTION="The entry point package for the ament buildsystem in CMake"
+if [ "${PV#9999}" != "${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 entry point package for 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#9999}" != "${PV}" ] ; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
 IUSE=""
 
 DEPEND="
@@ -30,11 +43,11 @@ DEPEND="
 	dev-ros/ament_cmake_target_dependencies[${PYTHON_USEDEP}]
 	dev-ros/ament_cmake_test[${PYTHON_USEDEP}]
 	dev-ros/ament_cmake_version[${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


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ament_cmake/
@ 2019-12-13 12:16 Alexis Ballier
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2019-12-13 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8504665f049c6622589119393d216db2a55e150c
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 12:13:29 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 12:13:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8504665f

ros-meta/ament_cmake: specify transitive deps for usedeps

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

 ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild | 4 ++++
 ros-meta/ament_cmake/ament_cmake-9999.ebuild  | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild b/ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild
index 9424ebe9198..916839c82df 100644
--- a/ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild
+++ b/ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild
@@ -44,7 +44,11 @@ DEPEND="
 	dev-ros/ament_cmake_test[${PYTHON_USEDEP}]
 	dev-ros/ament_cmake_version[${PYTHON_USEDEP}]
 	${PYTHON_DEPS}
+
+	dev-python/ament_package[${PYTHON_USEDEP}]
+	dev-python/catkin_pkg[${PYTHON_USEDEP}]
 "
+# Last batch of deps above are transitive (from ament_cmake_core) but we need this to propagate proper deps
 RDEPEND="${DEPEND}"
 BDEPEND="${DEPEND}"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"

diff --git a/ros-meta/ament_cmake/ament_cmake-9999.ebuild b/ros-meta/ament_cmake/ament_cmake-9999.ebuild
index 9424ebe9198..916839c82df 100644
--- a/ros-meta/ament_cmake/ament_cmake-9999.ebuild
+++ b/ros-meta/ament_cmake/ament_cmake-9999.ebuild
@@ -44,7 +44,11 @@ DEPEND="
 	dev-ros/ament_cmake_test[${PYTHON_USEDEP}]
 	dev-ros/ament_cmake_version[${PYTHON_USEDEP}]
 	${PYTHON_DEPS}
+
+	dev-python/ament_package[${PYTHON_USEDEP}]
+	dev-python/catkin_pkg[${PYTHON_USEDEP}]
 "
+# Last batch of deps above are transitive (from ament_cmake_core) but we need this to propagate proper deps
 RDEPEND="${DEPEND}"
 BDEPEND="${DEPEND}"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ament_cmake/
@ 2019-12-13 13:58 Alexis Ballier
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2019-12-13 13:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c63fbe2348958716b62ddf1f89ba09251b2e86ce
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 12:19:45 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 13:53:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63fbe23

ros-meta/ament_cmake: remove PYTHON_USEDEP from packages not needing

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

 ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild | 22 +++++++++++-----------
 ros-meta/ament_cmake/ament_cmake-9999.ebuild  | 22 +++++++++++-----------
 2 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild b/ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild
index 916839c82df..f6fdfb5d439 100644
--- a/ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild
+++ b/ros-meta/ament_cmake/ament_cmake-0.8.1.ebuild
@@ -31,18 +31,18 @@ fi
 IUSE=""
 
 DEPEND="
-	dev-ros/ament_cmake_core[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_export_definitions[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_export_dependencies[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_export_include_directories[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_export_interfaces[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_export_libraries[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_export_link_flags[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_libraries[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_python[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_target_dependencies[${PYTHON_USEDEP}]
+	dev-ros/ament_cmake_core
+	dev-ros/ament_cmake_export_definitions
+	dev-ros/ament_cmake_export_dependencies
+	dev-ros/ament_cmake_export_include_directories
+	dev-ros/ament_cmake_export_interfaces
+	dev-ros/ament_cmake_export_libraries
+	dev-ros/ament_cmake_export_link_flags
+	dev-ros/ament_cmake_libraries
+	dev-ros/ament_cmake_python
+	dev-ros/ament_cmake_target_dependencies
 	dev-ros/ament_cmake_test[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_version[${PYTHON_USEDEP}]
+	dev-ros/ament_cmake_version
 	${PYTHON_DEPS}
 
 	dev-python/ament_package[${PYTHON_USEDEP}]

diff --git a/ros-meta/ament_cmake/ament_cmake-9999.ebuild b/ros-meta/ament_cmake/ament_cmake-9999.ebuild
index 916839c82df..f6fdfb5d439 100644
--- a/ros-meta/ament_cmake/ament_cmake-9999.ebuild
+++ b/ros-meta/ament_cmake/ament_cmake-9999.ebuild
@@ -31,18 +31,18 @@ fi
 IUSE=""
 
 DEPEND="
-	dev-ros/ament_cmake_core[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_export_definitions[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_export_dependencies[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_export_include_directories[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_export_interfaces[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_export_libraries[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_export_link_flags[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_libraries[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_python[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_target_dependencies[${PYTHON_USEDEP}]
+	dev-ros/ament_cmake_core
+	dev-ros/ament_cmake_export_definitions
+	dev-ros/ament_cmake_export_dependencies
+	dev-ros/ament_cmake_export_include_directories
+	dev-ros/ament_cmake_export_interfaces
+	dev-ros/ament_cmake_export_libraries
+	dev-ros/ament_cmake_export_link_flags
+	dev-ros/ament_cmake_libraries
+	dev-ros/ament_cmake_python
+	dev-ros/ament_cmake_target_dependencies
 	dev-ros/ament_cmake_test[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_version[${PYTHON_USEDEP}]
+	dev-ros/ament_cmake_version
 	${PYTHON_DEPS}
 
 	dev-python/ament_package[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ament_cmake/
@ 2020-07-29 18:06 Alexis Ballier
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2020-07-29 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d4791c25c54373ee0b0e32b545591d81f685c2cd
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 29 16:37:26 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jul 29 18:06:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4791c25

ros-meta/ament_cmake: bump to 1.0.0

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

 ros-meta/ament_cmake/Manifest                 |  1 +
 ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild | 60 +++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/ros-meta/ament_cmake/Manifest b/ros-meta/ament_cmake/Manifest
index 3441cd95576..3fa659846a2 100644
--- a/ros-meta/ament_cmake/Manifest
+++ b/ros-meta/ament_cmake/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 dd0c4bc5b72d9143cfb8ee9caae236a3608981ee8523e879ea9c168d64fd1d0cb84e54679cfc0cfc58ffff34519bb1032afc956c3130c1da8b4f98d60a9191be SHA512 69236015368df29a128eceeb64dd1c683eb32a44188b52120592238f999be8c8c7c5892a36ddcef48b6686bf97eba77e820ca3b8896c64ec1522661fa3ed4fc7

diff --git a/ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild
new file mode 100644
index 00000000000..960565dee0a
--- /dev/null
+++ b/ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild
@@ -0,0 +1,60 @@
+# 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-r1
+
+ROS_PN="ament_cmake"
+if [ "${PV#9999}" != "${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 entry point package for the ament buildsystem"
+HOMEPAGE="https://github.com/ament/ament_cmake"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+if [ "${PV#9999}" != "${PV}" ] ; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+IUSE=""
+
+DEPEND="
+	dev-ros/ament_cmake_core
+	dev-ros/ament_cmake_export_definitions
+	dev-ros/ament_cmake_export_dependencies
+	dev-ros/ament_cmake_export_include_directories
+	dev-ros/ament_cmake_export_interfaces
+	dev-ros/ament_cmake_export_libraries
+	dev-ros/ament_cmake_export_link_flags
+	dev-ros/ament_cmake_export_targets
+	dev-ros/ament_cmake_libraries
+	dev-ros/ament_cmake_python
+	dev-ros/ament_cmake_target_dependencies
+	dev-ros/ament_cmake_test[${PYTHON_USEDEP}]
+	dev-ros/ament_cmake_version
+	${PYTHON_DEPS}
+
+	dev-python/ament_package[${PYTHON_USEDEP}]
+	dev-python/catkin_pkg[${PYTHON_USEDEP}]
+"
+# Last batch of deps above are transitive (from ament_cmake_core) but we need this to propagate proper deps
+RDEPEND="${DEPEND}"
+BDEPEND="${DEPEND}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_configure() {
+	python_setup
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ament_cmake/
@ 2021-01-20 20:35 Alexis Ballier
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2021-01-20 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c25cb0bb184eb92df6d37316e2d1063f43203a87
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 20 20:22:09 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 20:35:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25cb0bb

ros-meta/ament_cmake: bump to 1.0.3

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

 ros-meta/ament_cmake/Manifest                 |  1 +
 ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild | 60 +++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/ros-meta/ament_cmake/Manifest b/ros-meta/ament_cmake/Manifest
index d4bd850b64b..1dc2a3ed13a 100644
--- a/ros-meta/ament_cmake/Manifest
+++ b/ros-meta/ament_cmake/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 dd0c4bc5b72d9143cfb8ee9caae236a3608981ee8523e879ea9c168d64fd1d0cb84e54679cfc0cfc58ffff34519bb1032afc956c3130c1da8b4f98d60a9191be 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/ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild
new file mode 100644
index 00000000000..e8230e9f74c
--- /dev/null
+++ b/ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild
@@ -0,0 +1,60 @@
+# 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-r1
+
+ROS_PN="ament_cmake"
+if [ "${PV#9999}" != "${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 entry point package for the ament buildsystem"
+HOMEPAGE="https://github.com/ament/ament_cmake"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+if [ "${PV#9999}" != "${PV}" ] ; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+IUSE=""
+
+DEPEND="
+	dev-ros/ament_cmake_core
+	dev-ros/ament_cmake_export_definitions
+	dev-ros/ament_cmake_export_dependencies
+	dev-ros/ament_cmake_export_include_directories
+	dev-ros/ament_cmake_export_interfaces
+	dev-ros/ament_cmake_export_libraries
+	dev-ros/ament_cmake_export_link_flags
+	dev-ros/ament_cmake_export_targets
+	dev-ros/ament_cmake_libraries
+	dev-ros/ament_cmake_python
+	dev-ros/ament_cmake_target_dependencies
+	dev-ros/ament_cmake_test[${PYTHON_USEDEP}]
+	dev-ros/ament_cmake_version
+	${PYTHON_DEPS}
+
+	dev-python/ament_package[${PYTHON_USEDEP}]
+	dev-python/catkin_pkg[${PYTHON_USEDEP}]
+"
+# Last batch of deps above are transitive (from ament_cmake_core) but we need this to propagate proper deps
+RDEPEND="${DEPEND}"
+BDEPEND="${DEPEND}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_configure() {
+	python_setup
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ament_cmake/
@ 2021-01-26 16:36 Alexis Ballier
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2021-01-26 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     2478c41168ce58aa0342104779b5c1089730e27f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 16:26:07 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 26 16:36:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2478c411

ros-meta/ament_cmake: bump to 1.0.4

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

 ros-meta/ament_cmake/Manifest                 |  1 +
 ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild | 60 +++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/ros-meta/ament_cmake/Manifest b/ros-meta/ament_cmake/Manifest
index 1dc2a3ed13a..a5194a6b62f 100644
--- a/ros-meta/ament_cmake/Manifest
+++ b/ros-meta/ament_cmake/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 dd0c4bc5b72d9143cfb8ee9caae236a3608981ee8523e879ea9c168d64fd1d0cb84e54679cfc0cfc58ffff34519bb1032afc956c3130c1da8b4f98d60a9191be 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/ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild
new file mode 100644
index 00000000000..e8230e9f74c
--- /dev/null
+++ b/ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild
@@ -0,0 +1,60 @@
+# 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-r1
+
+ROS_PN="ament_cmake"
+if [ "${PV#9999}" != "${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 entry point package for the ament buildsystem"
+HOMEPAGE="https://github.com/ament/ament_cmake"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+if [ "${PV#9999}" != "${PV}" ] ; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+IUSE=""
+
+DEPEND="
+	dev-ros/ament_cmake_core
+	dev-ros/ament_cmake_export_definitions
+	dev-ros/ament_cmake_export_dependencies
+	dev-ros/ament_cmake_export_include_directories
+	dev-ros/ament_cmake_export_interfaces
+	dev-ros/ament_cmake_export_libraries
+	dev-ros/ament_cmake_export_link_flags
+	dev-ros/ament_cmake_export_targets
+	dev-ros/ament_cmake_libraries
+	dev-ros/ament_cmake_python
+	dev-ros/ament_cmake_target_dependencies
+	dev-ros/ament_cmake_test[${PYTHON_USEDEP}]
+	dev-ros/ament_cmake_version
+	${PYTHON_DEPS}
+
+	dev-python/ament_package[${PYTHON_USEDEP}]
+	dev-python/catkin_pkg[${PYTHON_USEDEP}]
+"
+# Last batch of deps above are transitive (from ament_cmake_core) but we need this to propagate proper deps
+RDEPEND="${DEPEND}"
+BDEPEND="${DEPEND}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_configure() {
+	python_setup
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ament_cmake/
@ 2021-09-21  8:10 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2021-09-21  8:10 UTC (permalink / raw
  To: gentoo-commits

commit:     0a9a82ac073101b48bb74317dc7e084021ab160a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 08:05:10 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 08:09:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9a82ac

ros-meta/ament_cmake: Remove duplicate KEYWORDS

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ros-meta/ament_cmake/ament_cmake-0.9.6.ebuild | 6 ++----
 ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild | 6 ++----
 ros-meta/ament_cmake/ament_cmake-1.0.1.ebuild | 6 ++----
 ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild | 4 +---
 ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild | 4 +---
 ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild | 4 +---
 ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild | 4 +---
 ros-meta/ament_cmake/ament_cmake-9999.ebuild  | 6 ++----
 8 files changed, 12 insertions(+), 28 deletions(-)

diff --git a/ros-meta/ament_cmake/ament_cmake-0.9.6.ebuild b/ros-meta/ament_cmake/ament_cmake-0.9.6.ebuild
index dc733c1f543..83dbb741a58 100644
--- a/ros-meta/ament_cmake/ament_cmake-0.9.6.ebuild
+++ b/ros-meta/ament_cmake/ament_cmake-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
@@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-if [ "${PV#9999}" != "${PV}" ] ; then
-	KEYWORDS=""
-else
+if [[ "${PV#9999}" == "${PV}" ]] ; then
 	KEYWORDS="~amd64"
 fi
 IUSE=""

diff --git a/ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild
index dc733c1f543..83dbb741a58 100644
--- a/ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild
+++ b/ros-meta/ament_cmake/ament_cmake-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
@@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-if [ "${PV#9999}" != "${PV}" ] ; then
-	KEYWORDS=""
-else
+if [[ "${PV#9999}" == "${PV}" ]] ; then
 	KEYWORDS="~amd64"
 fi
 IUSE=""

diff --git a/ros-meta/ament_cmake/ament_cmake-1.0.1.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.1.ebuild
index dc733c1f543..83dbb741a58 100644
--- a/ros-meta/ament_cmake/ament_cmake-1.0.1.ebuild
+++ b/ros-meta/ament_cmake/ament_cmake-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
@@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-if [ "${PV#9999}" != "${PV}" ] ; then
-	KEYWORDS=""
-else
+if [[ "${PV#9999}" == "${PV}" ]] ; then
 	KEYWORDS="~amd64"
 fi
 IUSE=""

diff --git a/ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild
index cc6aa4dbc3f..83dbb741a58 100644
--- a/ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild
+++ b/ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild
@@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-if [ "${PV#9999}" != "${PV}" ] ; then
-	KEYWORDS=""
-else
+if [[ "${PV#9999}" == "${PV}" ]] ; then
 	KEYWORDS="~amd64"
 fi
 IUSE=""

diff --git a/ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild
index cc6aa4dbc3f..83dbb741a58 100644
--- a/ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild
+++ b/ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild
@@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-if [ "${PV#9999}" != "${PV}" ] ; then
-	KEYWORDS=""
-else
+if [[ "${PV#9999}" == "${PV}" ]] ; then
 	KEYWORDS="~amd64"
 fi
 IUSE=""

diff --git a/ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild b/ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild
index cc6aa4dbc3f..83dbb741a58 100644
--- a/ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild
+++ b/ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild
@@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-if [ "${PV#9999}" != "${PV}" ] ; then
-	KEYWORDS=""
-else
+if [[ "${PV#9999}" == "${PV}" ]] ; then
 	KEYWORDS="~amd64"
 fi
 IUSE=""

diff --git a/ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild b/ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild
index cc6aa4dbc3f..83dbb741a58 100644
--- a/ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild
+++ b/ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild
@@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-if [ "${PV#9999}" != "${PV}" ] ; then
-	KEYWORDS=""
-else
+if [[ "${PV#9999}" == "${PV}" ]] ; then
 	KEYWORDS="~amd64"
 fi
 IUSE=""

diff --git a/ros-meta/ament_cmake/ament_cmake-9999.ebuild b/ros-meta/ament_cmake/ament_cmake-9999.ebuild
index dc733c1f543..83dbb741a58 100644
--- a/ros-meta/ament_cmake/ament_cmake-9999.ebuild
+++ b/ros-meta/ament_cmake/ament_cmake-9999.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
@@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-if [ "${PV#9999}" != "${PV}" ] ; then
-	KEYWORDS=""
-else
+if [[ "${PV#9999}" == "${PV}" ]] ; then
 	KEYWORDS="~amd64"
 fi
 IUSE=""


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ament_cmake/
@ 2021-09-24 10:33 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2021-09-24 10:33 UTC (permalink / raw
  To: gentoo-commits

commit:     ae616a675813fb4368493790966fddf8e5bf090f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 24 07:59:34 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 24 10:29:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae616a67

ros-meta/ament_cmake: 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 <arthurzam <AT> gentoo.org>

 ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild | 2 +-
 ros-meta/ament_cmake/ament_cmake-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild b/ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild
index 83dbb741a58..ea49e151e0f 100644
--- a/ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild
+++ b/ros-meta/ament_cmake/ament_cmake-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-r1
 

diff --git a/ros-meta/ament_cmake/ament_cmake-9999.ebuild b/ros-meta/ament_cmake/ament_cmake-9999.ebuild
index 83dbb741a58..ea49e151e0f 100644
--- a/ros-meta/ament_cmake/ament_cmake-9999.ebuild
+++ b/ros-meta/ament_cmake/ament_cmake-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit cmake python-r1
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ament_cmake/
@ 2022-11-15 18:22 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2022-11-15 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     975b24522a9db29a447b3988ef5de89445c1e67b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 18:18:24 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 18:18:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=975b2452

ros-meta/ament_cmake: Remove py3.8-only versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ros-meta/ament_cmake/Manifest                 |  6 ---
 ros-meta/ament_cmake/ament_cmake-0.9.6.ebuild | 58 ---------------------------
 ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild | 58 ---------------------------
 ros-meta/ament_cmake/ament_cmake-1.0.1.ebuild | 58 ---------------------------
 ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild | 58 ---------------------------
 ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild | 58 ---------------------------
 ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild | 58 ---------------------------
 7 files changed, 354 deletions(-)

diff --git a/ros-meta/ament_cmake/Manifest b/ros-meta/ament_cmake/Manifest
index 8dd1cda20083..ec48183d6431 100644
--- a/ros-meta/ament_cmake/Manifest
+++ b/ros-meta/ament_cmake/Manifest
@@ -1,8 +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 dd0c4bc5b72d9143cfb8ee9caae236a3608981ee8523e879ea9c168d64fd1d0cb84e54679cfc0cfc58ffff34519bb1032afc956c3130c1da8b4f98d60a9191be 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
 DIST ament_cmake-1.3.0.tar.gz 103040 BLAKE2B 8220d380923a591667b3b4bbe785f30ac935ce10c4fd6bf8bd22149586373f353cd9e71723638dca503bd54ff709783ea1e133c5034901fe2d891fd6bbe7c560 SHA512 44f71102e22fe9f6cd8c3cc13960d63af377eec0a6f7fb7ae99c18f2afae07f3997c9f226f7db8cc8020acdf45561ad9eb1006c6834125d6da137e8638617df8

diff --git a/ros-meta/ament_cmake/ament_cmake-0.9.6.ebuild b/ros-meta/ament_cmake/ament_cmake-0.9.6.ebuild
deleted file mode 100644
index 83dbb741a586..000000000000
--- a/ros-meta/ament_cmake/ament_cmake-0.9.6.ebuild
+++ /dev/null
@@ -1,58 +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-r1
-
-ROS_PN="ament_cmake"
-if [ "${PV#9999}" != "${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 entry point package for the ament buildsystem"
-HOMEPAGE="https://github.com/ament/ament_cmake"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-if [[ "${PV#9999}" == "${PV}" ]] ; then
-	KEYWORDS="~amd64"
-fi
-IUSE=""
-
-DEPEND="
-	dev-ros/ament_cmake_core
-	dev-ros/ament_cmake_export_definitions
-	dev-ros/ament_cmake_export_dependencies
-	dev-ros/ament_cmake_export_include_directories
-	dev-ros/ament_cmake_export_interfaces
-	dev-ros/ament_cmake_export_libraries
-	dev-ros/ament_cmake_export_link_flags
-	dev-ros/ament_cmake_export_targets
-	dev-ros/ament_cmake_libraries
-	dev-ros/ament_cmake_python
-	dev-ros/ament_cmake_target_dependencies
-	dev-ros/ament_cmake_test[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_version
-	${PYTHON_DEPS}
-
-	dev-python/ament_package[${PYTHON_USEDEP}]
-	dev-python/catkin_pkg[${PYTHON_USEDEP}]
-"
-# Last batch of deps above are transitive (from ament_cmake_core) but we need this to propagate proper deps
-RDEPEND="${DEPEND}"
-BDEPEND="${DEPEND}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_configure() {
-	python_setup
-	cmake_src_configure
-}

diff --git a/ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild
deleted file mode 100644
index 83dbb741a586..000000000000
--- a/ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild
+++ /dev/null
@@ -1,58 +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-r1
-
-ROS_PN="ament_cmake"
-if [ "${PV#9999}" != "${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 entry point package for the ament buildsystem"
-HOMEPAGE="https://github.com/ament/ament_cmake"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-if [[ "${PV#9999}" == "${PV}" ]] ; then
-	KEYWORDS="~amd64"
-fi
-IUSE=""
-
-DEPEND="
-	dev-ros/ament_cmake_core
-	dev-ros/ament_cmake_export_definitions
-	dev-ros/ament_cmake_export_dependencies
-	dev-ros/ament_cmake_export_include_directories
-	dev-ros/ament_cmake_export_interfaces
-	dev-ros/ament_cmake_export_libraries
-	dev-ros/ament_cmake_export_link_flags
-	dev-ros/ament_cmake_export_targets
-	dev-ros/ament_cmake_libraries
-	dev-ros/ament_cmake_python
-	dev-ros/ament_cmake_target_dependencies
-	dev-ros/ament_cmake_test[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_version
-	${PYTHON_DEPS}
-
-	dev-python/ament_package[${PYTHON_USEDEP}]
-	dev-python/catkin_pkg[${PYTHON_USEDEP}]
-"
-# Last batch of deps above are transitive (from ament_cmake_core) but we need this to propagate proper deps
-RDEPEND="${DEPEND}"
-BDEPEND="${DEPEND}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_configure() {
-	python_setup
-	cmake_src_configure
-}

diff --git a/ros-meta/ament_cmake/ament_cmake-1.0.1.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.1.ebuild
deleted file mode 100644
index 83dbb741a586..000000000000
--- a/ros-meta/ament_cmake/ament_cmake-1.0.1.ebuild
+++ /dev/null
@@ -1,58 +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-r1
-
-ROS_PN="ament_cmake"
-if [ "${PV#9999}" != "${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 entry point package for the ament buildsystem"
-HOMEPAGE="https://github.com/ament/ament_cmake"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-if [[ "${PV#9999}" == "${PV}" ]] ; then
-	KEYWORDS="~amd64"
-fi
-IUSE=""
-
-DEPEND="
-	dev-ros/ament_cmake_core
-	dev-ros/ament_cmake_export_definitions
-	dev-ros/ament_cmake_export_dependencies
-	dev-ros/ament_cmake_export_include_directories
-	dev-ros/ament_cmake_export_interfaces
-	dev-ros/ament_cmake_export_libraries
-	dev-ros/ament_cmake_export_link_flags
-	dev-ros/ament_cmake_export_targets
-	dev-ros/ament_cmake_libraries
-	dev-ros/ament_cmake_python
-	dev-ros/ament_cmake_target_dependencies
-	dev-ros/ament_cmake_test[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_version
-	${PYTHON_DEPS}
-
-	dev-python/ament_package[${PYTHON_USEDEP}]
-	dev-python/catkin_pkg[${PYTHON_USEDEP}]
-"
-# Last batch of deps above are transitive (from ament_cmake_core) but we need this to propagate proper deps
-RDEPEND="${DEPEND}"
-BDEPEND="${DEPEND}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_configure() {
-	python_setup
-	cmake_src_configure
-}

diff --git a/ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild
deleted file mode 100644
index 83dbb741a586..000000000000
--- a/ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild
+++ /dev/null
@@ -1,58 +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-r1
-
-ROS_PN="ament_cmake"
-if [ "${PV#9999}" != "${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 entry point package for the ament buildsystem"
-HOMEPAGE="https://github.com/ament/ament_cmake"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-if [[ "${PV#9999}" == "${PV}" ]] ; then
-	KEYWORDS="~amd64"
-fi
-IUSE=""
-
-DEPEND="
-	dev-ros/ament_cmake_core
-	dev-ros/ament_cmake_export_definitions
-	dev-ros/ament_cmake_export_dependencies
-	dev-ros/ament_cmake_export_include_directories
-	dev-ros/ament_cmake_export_interfaces
-	dev-ros/ament_cmake_export_libraries
-	dev-ros/ament_cmake_export_link_flags
-	dev-ros/ament_cmake_export_targets
-	dev-ros/ament_cmake_libraries
-	dev-ros/ament_cmake_python
-	dev-ros/ament_cmake_target_dependencies
-	dev-ros/ament_cmake_test[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_version
-	${PYTHON_DEPS}
-
-	dev-python/ament_package[${PYTHON_USEDEP}]
-	dev-python/catkin_pkg[${PYTHON_USEDEP}]
-"
-# Last batch of deps above are transitive (from ament_cmake_core) but we need this to propagate proper deps
-RDEPEND="${DEPEND}"
-BDEPEND="${DEPEND}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_configure() {
-	python_setup
-	cmake_src_configure
-}

diff --git a/ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild
deleted file mode 100644
index 83dbb741a586..000000000000
--- a/ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild
+++ /dev/null
@@ -1,58 +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-r1
-
-ROS_PN="ament_cmake"
-if [ "${PV#9999}" != "${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 entry point package for the ament buildsystem"
-HOMEPAGE="https://github.com/ament/ament_cmake"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-if [[ "${PV#9999}" == "${PV}" ]] ; then
-	KEYWORDS="~amd64"
-fi
-IUSE=""
-
-DEPEND="
-	dev-ros/ament_cmake_core
-	dev-ros/ament_cmake_export_definitions
-	dev-ros/ament_cmake_export_dependencies
-	dev-ros/ament_cmake_export_include_directories
-	dev-ros/ament_cmake_export_interfaces
-	dev-ros/ament_cmake_export_libraries
-	dev-ros/ament_cmake_export_link_flags
-	dev-ros/ament_cmake_export_targets
-	dev-ros/ament_cmake_libraries
-	dev-ros/ament_cmake_python
-	dev-ros/ament_cmake_target_dependencies
-	dev-ros/ament_cmake_test[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_version
-	${PYTHON_DEPS}
-
-	dev-python/ament_package[${PYTHON_USEDEP}]
-	dev-python/catkin_pkg[${PYTHON_USEDEP}]
-"
-# Last batch of deps above are transitive (from ament_cmake_core) but we need this to propagate proper deps
-RDEPEND="${DEPEND}"
-BDEPEND="${DEPEND}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_configure() {
-	python_setup
-	cmake_src_configure
-}

diff --git a/ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild b/ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild
deleted file mode 100644
index 83dbb741a586..000000000000
--- a/ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild
+++ /dev/null
@@ -1,58 +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-r1
-
-ROS_PN="ament_cmake"
-if [ "${PV#9999}" != "${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 entry point package for the ament buildsystem"
-HOMEPAGE="https://github.com/ament/ament_cmake"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-if [[ "${PV#9999}" == "${PV}" ]] ; then
-	KEYWORDS="~amd64"
-fi
-IUSE=""
-
-DEPEND="
-	dev-ros/ament_cmake_core
-	dev-ros/ament_cmake_export_definitions
-	dev-ros/ament_cmake_export_dependencies
-	dev-ros/ament_cmake_export_include_directories
-	dev-ros/ament_cmake_export_interfaces
-	dev-ros/ament_cmake_export_libraries
-	dev-ros/ament_cmake_export_link_flags
-	dev-ros/ament_cmake_export_targets
-	dev-ros/ament_cmake_libraries
-	dev-ros/ament_cmake_python
-	dev-ros/ament_cmake_target_dependencies
-	dev-ros/ament_cmake_test[${PYTHON_USEDEP}]
-	dev-ros/ament_cmake_version
-	${PYTHON_DEPS}
-
-	dev-python/ament_package[${PYTHON_USEDEP}]
-	dev-python/catkin_pkg[${PYTHON_USEDEP}]
-"
-# Last batch of deps above are transitive (from ament_cmake_core) but we need this to propagate proper deps
-RDEPEND="${DEPEND}"
-BDEPEND="${DEPEND}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_configure() {
-	python_setup
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-11-15 18:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-15 18:22 [gentoo-commits] repo/gentoo:master commit in: ros-meta/ament_cmake/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2021-09-24 10:33 Arthur Zamarin
2021-09-21  8:10 Michał Górny
2021-01-26 16:36 Alexis Ballier
2021-01-20 20:35 Alexis Ballier
2020-07-29 18:06 Alexis Ballier
2019-12-13 13:58 Alexis Ballier
2019-12-13 12:16 Alexis Ballier
2019-12-12 15:44 Alexis Ballier
2019-12-12 10:42 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox