diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 18:05:07 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 21:14:34 +0100 |
commit | 26b8a441bc81472c216c4ac07af59c2b295c6b07 (patch) | |
tree | 967262ebb5f774fe553dbf0712ff079838cf607e /dev-ros/poco_vendor | |
parent | dev-ros/pluginlib_tutorials: treeclean (diff) | |
download | gentoo-26b8a441bc81472c216c4ac07af59c2b295c6b07.tar.gz gentoo-26b8a441bc81472c216c4ac07af59c2b295c6b07.tar.bz2 gentoo-26b8a441bc81472c216c4ac07af59c2b295c6b07.zip |
dev-ros/poco_vendor: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/poco_vendor')
-rw-r--r-- | dev-ros/poco_vendor/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/poco_vendor/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild | 37 | ||||
-rw-r--r-- | dev-ros/poco_vendor/poco_vendor-9999.ebuild | 52 |
4 files changed, 0 insertions, 101 deletions
diff --git a/dev-ros/poco_vendor/Manifest b/dev-ros/poco_vendor/Manifest deleted file mode 100644 index f1efc0fe6e80..000000000000 --- a/dev-ros/poco_vendor/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST poco_vendor-1.2.1.tar.gz 3156 BLAKE2B 3f9714c81046892463d043642eee5295a6d6436730a22f7b2e114e4d9163d11e50afab895b32b31b1985373d51ea10290b5b22176643890b2f9a2f82ac9ed4f3 SHA512 21dfa72bb413e710f1ac51bbeca18b6ae111078ca06d3aba456628071f6763a386794334d0565b5111e907bb9012dbb124b73fc141002cd77717931009fa1161 diff --git a/dev-ros/poco_vendor/metadata.xml b/dev-ros/poco_vendor/metadata.xml deleted file mode 100644 index 474bc2fd19e1..000000000000 --- a/dev-ros/poco_vendor/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://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">ros2/poco_vendor</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild b/dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild deleted file mode 100644 index 3f7e3e953f63..000000000000 --- a/dev-ros/poco_vendor/poco_vendor-1.2.1.ebuild +++ /dev/null @@ -1,37 +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 - -if [ "${PV#9999}" != "${PV}" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/ros2/poco_vendor" -else - SRC_URI="https://github.com/ros2/poco_vendor/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="CMake shim over the poco library" -HOMEPAGE="https://github.com/ros2/poco_vendor" - -LICENSE="Apache-2.0 Boost-1.0" -SLOT="0" - -DEPEND=" - >=dev-libs/poco-1.6.1 - dev-libs/libpcre - sys-libs/zlib -" -RDEPEND="${DEPEND}" -BDEPEND=" - $(python_gen_any_dep 'ros-meta/ament_cmake[${PYTHON_USEDEP}]') - ${PYTHON_DEPS} -" - -python_check_deps() { - python_has_version "ros-meta/ament_cmake[${PYTHON_USEDEP}]" -} diff --git a/dev-ros/poco_vendor/poco_vendor-9999.ebuild b/dev-ros/poco_vendor/poco_vendor-9999.ebuild deleted file mode 100644 index 6338331766f1..000000000000 --- a/dev-ros/poco_vendor/poco_vendor-9999.ebuild +++ /dev/null @@ -1,52 +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 - -if [ "${PV#9999}" != "${PV}" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/ros2/poco_vendor" -else - SRC_URI="https://github.com/ros2/poco_vendor/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="CMake shim over the poco library" -HOMEPAGE="https://github.com/ros2/poco_vendor" - -LICENSE="Apache-2.0 Boost-1.0" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND=" - >=dev-libs/poco-1.6.1 - dev-libs/libpcre - sys-libs/zlib -" -RDEPEND="${DEPEND}" -BDEPEND=" - $(python_gen_any_dep 'ros-meta/ament_cmake[${PYTHON_USEDEP}]') - test? ( - dev-ros/ament_cmake_copyright - dev-ros/ament_cmake_lint_cmake - dev-ros/ament_cmake_xmllint - dev-ros/ament_cmake_test - ) - ${PYTHON_DEPS} -" - -python_check_deps() { - python_has_version "ros-meta/ament_cmake[${PYTHON_USEDEP}]" -} - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTING=$(usex test ON OFF) - ) - cmake_src_configure -} |