From a1b20429e7e2ba1b44414459afd5a2b50788cd9c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Jan 2023 08:07:03 +0000 Subject: gentoo auto-resync : 25:01:2023 - 08:07:03 --- dev-ros/ament_cmake_include_directories/Manifest | 6 --- .../ament_cmake_include_directories-1.1.4.ebuild | 45 ---------------------- .../ament_cmake_include_directories-1.3.0.ebuild | 45 ---------------------- .../ament_cmake_include_directories-9999.ebuild | 45 ---------------------- .../ament_cmake_include_directories/metadata.xml | 11 ------ 5 files changed, 152 deletions(-) delete mode 100644 dev-ros/ament_cmake_include_directories/Manifest delete mode 100644 dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.1.4.ebuild delete mode 100644 dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.3.0.ebuild delete mode 100644 dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-9999.ebuild delete mode 100644 dev-ros/ament_cmake_include_directories/metadata.xml (limited to 'dev-ros/ament_cmake_include_directories') diff --git a/dev-ros/ament_cmake_include_directories/Manifest b/dev-ros/ament_cmake_include_directories/Manifest deleted file mode 100644 index b00a129a7480..000000000000 --- a/dev-ros/ament_cmake_include_directories/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -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 -EBUILD ament_cmake_include_directories-1.1.4.ebuild 1140 BLAKE2B 0fbd3c73264a3ea3ced3f11f82a4d2102faef4ba172332bd985e24fca7d5e09ba690f04abe79222f1ef874c1bc90b3cbc85918d936edf4f4436561222f11fed2 SHA512 68ccdd0eee936e33f6745aaf4006d6dd4ed66c173fbd9f3181abb706fb4e3bc7b943c306a446e56c91340a23a3a5e00c9419b40ef3f6c2bf42beecf50f5c0dc5 -EBUILD ament_cmake_include_directories-1.3.0.ebuild 1140 BLAKE2B 0fbd3c73264a3ea3ced3f11f82a4d2102faef4ba172332bd985e24fca7d5e09ba690f04abe79222f1ef874c1bc90b3cbc85918d936edf4f4436561222f11fed2 SHA512 68ccdd0eee936e33f6745aaf4006d6dd4ed66c173fbd9f3181abb706fb4e3bc7b943c306a446e56c91340a23a3a5e00c9419b40ef3f6c2bf42beecf50f5c0dc5 -EBUILD ament_cmake_include_directories-9999.ebuild 1140 BLAKE2B 0fbd3c73264a3ea3ced3f11f82a4d2102faef4ba172332bd985e24fca7d5e09ba690f04abe79222f1ef874c1bc90b3cbc85918d936edf4f4436561222f11fed2 SHA512 68ccdd0eee936e33f6745aaf4006d6dd4ed66c173fbd9f3181abb706fb4e3bc7b943c306a446e56c91340a23a3a5e00c9419b40ef3f6c2bf42beecf50f5c0dc5 -MISC metadata.xml 332 BLAKE2B 4cfb0cdd190fee00f82e219ca7ed55bcfcdf350b2a4abb5001133d0d577e95925c69b7e978aff53a9a9313f7bead35df2e325f878fde235ef28e3580c859b8b1 SHA512 09dca0eeafb32ae8219fa2b0a09b8fe6269ee620900f71ca5528879d961f1192d73584af07c9501a4b3a4c9ad9f2af2b0bd1a9bec0f4099cdc9dec7b177537aa diff --git a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.1.4.ebuild b/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.1.4.ebuild deleted file mode 100644 index dce943f19875..000000000000 --- a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.1.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2019-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) - -inherit cmake python-any-r1 - -ROS_PN="ament_cmake" -if [ "${PV#9999}" != "${PV}" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/ament/ament_cmake" - 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="Export include directories to downstream packages in the ament buildsystem" -HOMEPAGE="https://github.com/ament/ament_cmake" - -LICENSE="Apache-2.0" -SLOT="0" -if [ "${PV#9999}" != "${PV}" ] ; then - PROPERTIES="live" -else - KEYWORDS="~amd64" -fi - -RDEPEND=" - dev-ros/ament_cmake_core -" -DEPEND="${RDEPEND}" -# Deps here are transitive from ament_cmake_core to have matching python support -BDEPEND="${PYTHON_DEPS} - $(python_gen_any_dep ' - dev-python/ament_package[${PYTHON_USEDEP}] - dev-python/catkin_pkg[${PYTHON_USEDEP}]') -" - -python_check_deps() { - python_has_version "dev-python/ament_package[${PYTHON_USEDEP}]" \ - "dev-python/catkin_pkg[${PYTHON_USEDEP}]" -} diff --git a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.3.0.ebuild b/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.3.0.ebuild deleted file mode 100644 index dce943f19875..000000000000 --- a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.3.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2019-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) - -inherit cmake python-any-r1 - -ROS_PN="ament_cmake" -if [ "${PV#9999}" != "${PV}" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/ament/ament_cmake" - 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="Export include directories to downstream packages in the ament buildsystem" -HOMEPAGE="https://github.com/ament/ament_cmake" - -LICENSE="Apache-2.0" -SLOT="0" -if [ "${PV#9999}" != "${PV}" ] ; then - PROPERTIES="live" -else - KEYWORDS="~amd64" -fi - -RDEPEND=" - dev-ros/ament_cmake_core -" -DEPEND="${RDEPEND}" -# Deps here are transitive from ament_cmake_core to have matching python support -BDEPEND="${PYTHON_DEPS} - $(python_gen_any_dep ' - dev-python/ament_package[${PYTHON_USEDEP}] - dev-python/catkin_pkg[${PYTHON_USEDEP}]') -" - -python_check_deps() { - python_has_version "dev-python/ament_package[${PYTHON_USEDEP}]" \ - "dev-python/catkin_pkg[${PYTHON_USEDEP}]" -} diff --git a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-9999.ebuild b/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-9999.ebuild deleted file mode 100644 index dce943f19875..000000000000 --- a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-9999.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2019-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) - -inherit cmake python-any-r1 - -ROS_PN="ament_cmake" -if [ "${PV#9999}" != "${PV}" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/ament/ament_cmake" - 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="Export include directories to downstream packages in the ament buildsystem" -HOMEPAGE="https://github.com/ament/ament_cmake" - -LICENSE="Apache-2.0" -SLOT="0" -if [ "${PV#9999}" != "${PV}" ] ; then - PROPERTIES="live" -else - KEYWORDS="~amd64" -fi - -RDEPEND=" - dev-ros/ament_cmake_core -" -DEPEND="${RDEPEND}" -# Deps here are transitive from ament_cmake_core to have matching python support -BDEPEND="${PYTHON_DEPS} - $(python_gen_any_dep ' - dev-python/ament_package[${PYTHON_USEDEP}] - dev-python/catkin_pkg[${PYTHON_USEDEP}]') -" - -python_check_deps() { - python_has_version "dev-python/ament_package[${PYTHON_USEDEP}]" \ - "dev-python/catkin_pkg[${PYTHON_USEDEP}]" -} diff --git a/dev-ros/ament_cmake_include_directories/metadata.xml b/dev-ros/ament_cmake_include_directories/metadata.xml deleted file mode 100644 index 507777b6c9a3..000000000000 --- a/dev-ros/ament_cmake_include_directories/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ros@gentoo.org - Gentoo ROS Project - - - ament/ament_cmake - - -- cgit v1.2.3