summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-01-24 18:05:45 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-01-24 21:14:55 +0100
commit564615521a63d7c62b4f491fbce652d0cd2def24 (patch)
treeb2288b2229f0080523d279e30a0edcd06bc9881e /dev-ros/rosbash
parentdev-ros/rosbag_storage: treeclean (diff)
downloadgentoo-564615521a63d7c62b4f491fbce652d0cd2def24.tar.gz
gentoo-564615521a63d7c62b4f491fbce652d0cd2def24.tar.bz2
gentoo-564615521a63d7c62b4f491fbce652d0cd2def24.zip
dev-ros/rosbash: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/rosbash')
-rw-r--r--dev-ros/rosbash/Manifest4
-rw-r--r--dev-ros/rosbash/files/catkin_prefix.patch13
-rw-r--r--dev-ros/rosbash/metadata.xml11
-rw-r--r--dev-ros/rosbash/rosbash-1.15.5.ebuild19
-rw-r--r--dev-ros/rosbash/rosbash-1.15.6.ebuild19
-rw-r--r--dev-ros/rosbash/rosbash-1.15.7.ebuild19
-rw-r--r--dev-ros/rosbash/rosbash-1.15.8.ebuild19
-rw-r--r--dev-ros/rosbash/rosbash-9999.ebuild19
8 files changed, 0 insertions, 123 deletions
diff --git a/dev-ros/rosbash/Manifest b/dev-ros/rosbash/Manifest
deleted file mode 100644
index 108420e1d667..000000000000
--- a/dev-ros/rosbash/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST ros-1.15.5.tar.gz 178252 BLAKE2B 2e96f550ee6d9e049db4a69464db0bf948f2baf8ea50b2105ac19dcd758e4fc57cb011529e28cd9058ccb4adcbcf087e6295f35e6f9c511f5f33c3ddbe27c2db SHA512 d526e267faf231c0c9153614a24f05294b648595bda6d99ea937ca3cca70b2784b26c3c62f9b4830322adbd17d8e151be314c7301b753450450c5c38527d48d3
-DIST ros-1.15.6.tar.gz 178270 BLAKE2B dccadd6c3b59b54d732d94a173c40e940f2e7effad5bc8f835bbf56f2b7f3d6b7a80183d1e4826edd566697ffc22ae77b5b75d792493220c0fc04603b3c33f85 SHA512 740727c68113d7a84583a85f4fc3f575aea05067d1aa3b96d5636d3454dba09a4730413c92f49cb7800f26bae15ab02496bd5f91f964b28511e8b8cd3cb116a6
-DIST ros-1.15.7.tar.gz 178451 BLAKE2B 970b736c2ead0ca63e5b9ac5c47ef306ed22e5e6205e7529efd8bc8847f3ac0e73d5cdb55c00827e644e35e3ed49c534e797a8382bdd45451ba1f95a3af9634a SHA512 163a9c677d0213cea85f0d7c82d7a8da7f9423155f19857a8146f29c7b2b3a5ecd800f49d1e9b63b45da33544163acb6f32f7525602f249a30841e140654144a
-DIST ros-1.15.8.tar.gz 179267 BLAKE2B b62614b85bece7620c15ec3da70b54fc62428e6b72d86aeb8dd8a54d8f188032696815f05ee2072f31a1530194741c00e8dfd78fd68b4c43046de444b98c2b29 SHA512 9426b85e4b9aef5b81f678e613cb823f8b13d8940c0e85addfe5862885fb8a371daf696d5144310f44049eaec5ae6e6d1d57dcfab9feba7493cfd6e11d9e7b33
diff --git a/dev-ros/rosbash/files/catkin_prefix.patch b/dev-ros/rosbash/files/catkin_prefix.patch
deleted file mode 100644
index 89877b005f9d..000000000000
--- a/dev-ros/rosbash/files/catkin_prefix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: rosbash/scripts/rosrun
-===================================================================
---- rosbash.orig/scripts/rosrun
-+++ rosbash/scripts/rosrun
-@@ -47,7 +47,7 @@ case $2 in
- ;;
- esac
-
--if [[ -n $CMAKE_PREFIX_PATH ]]; then
-+if [[ -n $CMAKE_PREFIX_PATH || -n $CATKIN_PREFIX_PATH ]]; then
- _rosrun_IFS="$IFS"
- IFS=$'\n'
- catkin_package_libexec_dirs=($(catkin_find --without-underlays --libexec --share "$1" 2> /dev/null))
diff --git a/dev-ros/rosbash/metadata.xml b/dev-ros/rosbash/metadata.xml
deleted file mode 100644
index e4e4d97efcdd..000000000000
--- a/dev-ros/rosbash/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">ros/ros</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ros/rosbash/rosbash-1.15.5.ebuild b/dev-ros/rosbash/rosbash-1.15.5.ebuild
deleted file mode 100644
index 31312870be31..000000000000
--- a/dev-ros/rosbash/rosbash-1.15.5.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ROS_REPO_URI="https://github.com/ros/ros"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=tools/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Assorted shell commands for using ros with bash"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/rospack"
-DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}/catkin_prefix.patch" )
diff --git a/dev-ros/rosbash/rosbash-1.15.6.ebuild b/dev-ros/rosbash/rosbash-1.15.6.ebuild
deleted file mode 100644
index 31312870be31..000000000000
--- a/dev-ros/rosbash/rosbash-1.15.6.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ROS_REPO_URI="https://github.com/ros/ros"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=tools/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Assorted shell commands for using ros with bash"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/rospack"
-DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}/catkin_prefix.patch" )
diff --git a/dev-ros/rosbash/rosbash-1.15.7.ebuild b/dev-ros/rosbash/rosbash-1.15.7.ebuild
deleted file mode 100644
index 31312870be31..000000000000
--- a/dev-ros/rosbash/rosbash-1.15.7.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ROS_REPO_URI="https://github.com/ros/ros"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=tools/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Assorted shell commands for using ros with bash"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/rospack"
-DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}/catkin_prefix.patch" )
diff --git a/dev-ros/rosbash/rosbash-1.15.8.ebuild b/dev-ros/rosbash/rosbash-1.15.8.ebuild
deleted file mode 100644
index 2177afe2fcf5..000000000000
--- a/dev-ros/rosbash/rosbash-1.15.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ROS_REPO_URI="https://github.com/ros/ros"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=tools/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Assorted shell commands for using ros with bash"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/rospack"
-DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}/catkin_prefix.patch" )
diff --git a/dev-ros/rosbash/rosbash-9999.ebuild b/dev-ros/rosbash/rosbash-9999.ebuild
deleted file mode 100644
index 31312870be31..000000000000
--- a/dev-ros/rosbash/rosbash-9999.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ROS_REPO_URI="https://github.com/ros/ros"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=tools/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Assorted shell commands for using ros with bash"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/rospack"
-DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}/catkin_prefix.patch" )