summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-04-12 20:37:44 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-04-12 20:51:00 +0200
commit31c64addac7c231121a77b3a94f557bdca5cd1ba (patch)
tree8c8c4dc9d6f0a7cf57ce99a4d9445dc17907d6fb
parentros-meta/rosbridge_suite: Remove old (diff)
downloadgentoo-31c64addac7c231121a77b3a94f557bdca5cd1ba.tar.gz
gentoo-31c64addac7c231121a77b3a94f557bdca5cd1ba.tar.bz2
gentoo-31c64addac7c231121a77b3a94f557bdca5cd1ba.zip
dev-ros/rospack: Remove old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
-rw-r--r--dev-ros/rospack/Manifest1
-rw-r--r--dev-ros/rospack/rospack-2.4.2.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
index c4931dae9cbb..eb9b17da7c24 100644
--- a/dev-ros/rospack/Manifest
+++ b/dev-ros/rospack/Manifest
@@ -1,2 +1 @@
-DIST rospack-2.4.2.tar.gz 71938 BLAKE2B 63657ee9484f0a63bfc35b42fd16c907e8e402d815e93ca5be26aa14e9ffb7f5f544feea4c6d7e8f8e8052ba035a655dbfffde04e2f2cec189c2eac39b6e8b31 SHA512 f5569ba19abcb41b888d98c272bacca19d7be68528550154003e8394bd431aa381858f0a4440f708b5d9ac1814fa0e093a7ba34c3c192bcedb2de8040f364605
DIST rospack-2.4.3.tar.gz 72327 BLAKE2B b154ce307ed95403382030c0fe14bd6296174289333fea83356a4f77add0fe2a1e48c8e2b6ee037def2e823f61a7b6df4ea62fd9a6f84433f12247003823f86f SHA512 4396ef24d0bd826235d7ac0da8a0b502557ecc0086eadcda96d44779ed5d8134e9a53cd861ee135a4b1da53074bdcf906dc4cb6ea0c36798326c17788ee1e2be
diff --git a/dev-ros/rospack/rospack-2.4.2.ebuild b/dev-ros/rospack/rospack-2.4.2.ebuild
deleted file mode 100644
index 0e082cdfb01d..000000000000
--- a/dev-ros/rospack/rospack-2.4.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/rospack"
-KEYWORDS="~amd64 ~arm"
-
-inherit ros-catkin
-
-DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- dev-libs/boost:=
- dev-libs/tinyxml2:=
- ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
- >=dev-ros/cmake_modules-0.4.1
- test? (
- dev-cpp/gtest
- dev-python/nose
- )"
-
-PATCHES=(
- "${FILESDIR}/gentoo.patch"
- "${FILESDIR}/boost165.patch"
-)