summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-09 13:07:21 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-09 13:45:27 +0200
commit251c18da2a5f91763a9545aaaaae42233901ca6f (patch)
treeca38040ff624122f14683d97be951cc35a36c0ac /dev-ros/bondpy/bondpy-1.8.3.ebuild
parentdev-ros/bondpy: bump eapi (diff)
downloadgentoo-251c18da2a5f91763a9545aaaaae42233901ca6f.tar.gz
gentoo-251c18da2a5f91763a9545aaaaae42233901ca6f.tar.bz2
gentoo-251c18da2a5f91763a9545aaaaae42233901ca6f.zip
dev-ros/bondpy: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/bondpy/bondpy-1.8.3.ebuild')
-rw-r--r--dev-ros/bondpy/bondpy-1.8.3.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-ros/bondpy/bondpy-1.8.3.ebuild b/dev-ros/bondpy/bondpy-1.8.3.ebuild
deleted file mode 100644
index 4440f46b7719..000000000000
--- a/dev-ros/bondpy/bondpy-1.8.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros/bond_core"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="Python implementation of bond, a mechanism for checking when another process has terminated"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/bond[${PYTHON_USEDEP}]
- dev-ros/rospy[${PYTHON_USEDEP}]
- dev-ros/smclib
- sys-apps/util-linux
-"
-DEPEND="${RDEPEND}"