diff options
author | 2023-01-24 18:15:48 +0100 | |
---|---|---|
committer | 2023-01-24 21:17:43 +0100 | |
commit | 1b119e88cb6507b204144e10f1864dc368077c4b (patch) | |
tree | e8b8a6097f410dd22ca4fa0743949f05b95383b3 /dev-util | |
parent | dev-util/wstool: treeclean (diff) | |
download | gentoo-1b119e88cb6507b204144e10f1864dc368077c4b.tar.gz gentoo-1b119e88cb6507b204144e10f1864dc368077c4b.tar.bz2 gentoo-1b119e88cb6507b204144e10f1864dc368077c4b.zip |
dev-util/rosinstall: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/rosinstall/Manifest | 1 | ||||
-rw-r--r-- | dev-util/rosinstall/metadata.xml | 11 | ||||
-rw-r--r-- | dev-util/rosinstall/rosinstall-0.7.8.ebuild | 57 | ||||
-rw-r--r-- | dev-util/rosinstall/rosinstall-9999.ebuild | 57 |
4 files changed, 0 insertions, 126 deletions
diff --git a/dev-util/rosinstall/Manifest b/dev-util/rosinstall/Manifest deleted file mode 100644 index 67470f32098b..000000000000 --- a/dev-util/rosinstall/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rosinstall-0.7.8.tar.gz 26430 BLAKE2B fae82276f5376a94914272e60b2e3b0f81cb37bd7b41e0a4df73c8b58d19a73505a0c5e193495fd59c931c04265cbb372abfad19fd4043fc77e5224127bd97f5 SHA512 a53ae8fb96f9dda4671b22dfd9dbadc18d1e4adbf34a50b6706baf971c1c7ee418e14641d334346b02638f06c10d1bc984b4759c92a39510dd0044fbc346be67 diff --git a/dev-util/rosinstall/metadata.xml b/dev-util/rosinstall/metadata.xml deleted file mode 100644 index e2144bf21b12..000000000000 --- a/dev-util/rosinstall/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">vcstools/rosinstall</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-util/rosinstall/rosinstall-0.7.8.ebuild b/dev-util/rosinstall/rosinstall-0.7.8.ebuild deleted file mode 100644 index fd15922f5da2..000000000000 --- a/dev-util/rosinstall/rosinstall-0.7.8.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) -DISTUTILS_IN_SOURCE_BUILD="yes" -inherit distutils-r1 - -DESCRIPTION="Command-line tools for maintaining a workspace of projects for ROS" -HOMEPAGE="https://wiki.ros.org/rosinstall https://wiki.ros.org/roslocate" - -if [[ ${PV} == 9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/vcstools/rosinstall" -else - SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - https://github.com/vcstools/rosinstall/archive/${PV}.tar.gz -> ${P}.tar.gz - " - KEYWORDS="~amd64 ~arm" -fi - -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - dev-python/catkin_pkg[${PYTHON_USEDEP}] - >=dev-python/vcstools-0.1.38[${PYTHON_USEDEP}] - dev-python/rosdistro[${PYTHON_USEDEP}] - >=dev-util/wstool-0.1.12[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND} - test? ( - dev-vcs/git - dev-vcs/bzr - dev-vcs/mercurial - app-shells/zsh - ) -" - -distutils_enable_tests nose - -src_test() { - # From travis.yml - # Set git config to silence some stuff in the tests - git config --global user.email "foo@example.com" || die - git config --global user.name "Foo Bar" || die - # Set the hg user - echo -e "[ui]\nusername = Your Name <your@mail.com>" >> ~/.hgrc || die - # Set the bzr user - bzr whoami "Your Name <name@example.com>" || die - # command to run tests - # Local tests work even if ros.org is down - local -x ROSINSTALL_SKIP_PYTHON3=1 - - distutils-r1_src_test -} diff --git a/dev-util/rosinstall/rosinstall-9999.ebuild b/dev-util/rosinstall/rosinstall-9999.ebuild deleted file mode 100644 index fd15922f5da2..000000000000 --- a/dev-util/rosinstall/rosinstall-9999.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) -DISTUTILS_IN_SOURCE_BUILD="yes" -inherit distutils-r1 - -DESCRIPTION="Command-line tools for maintaining a workspace of projects for ROS" -HOMEPAGE="https://wiki.ros.org/rosinstall https://wiki.ros.org/roslocate" - -if [[ ${PV} == 9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/vcstools/rosinstall" -else - SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - https://github.com/vcstools/rosinstall/archive/${PV}.tar.gz -> ${P}.tar.gz - " - KEYWORDS="~amd64 ~arm" -fi - -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - dev-python/catkin_pkg[${PYTHON_USEDEP}] - >=dev-python/vcstools-0.1.38[${PYTHON_USEDEP}] - dev-python/rosdistro[${PYTHON_USEDEP}] - >=dev-util/wstool-0.1.12[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND} - test? ( - dev-vcs/git - dev-vcs/bzr - dev-vcs/mercurial - app-shells/zsh - ) -" - -distutils_enable_tests nose - -src_test() { - # From travis.yml - # Set git config to silence some stuff in the tests - git config --global user.email "foo@example.com" || die - git config --global user.name "Foo Bar" || die - # Set the hg user - echo -e "[ui]\nusername = Your Name <your@mail.com>" >> ~/.hgrc || die - # Set the bzr user - bzr whoami "Your Name <name@example.com>" || die - # command to run tests - # Local tests work even if ros.org is down - local -x ROSINSTALL_SKIP_PYTHON3=1 - - distutils-r1_src_test -} |