summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-15 16:53:28 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-15 17:35:48 +0200
commit21041a949a27d1f75c50a7d9d9a11682888a9444 (patch)
tree17bc3b6b031db264da4f65445afc261833238606 /dev-ros/roslisp
parentdev-ros/rospack: Remove old (diff)
downloadgentoo-21041a949a27d1f75c50a7d9d9a11682888a9444.tar.gz
gentoo-21041a949a27d1f75c50a7d9d9a11682888a9444.tar.bz2
gentoo-21041a949a27d1f75c50a7d9d9a11682888a9444.zip
dev-ros/roslisp: bump to 1.9.24
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/roslisp')
-rw-r--r--dev-ros/roslisp/Manifest1
-rw-r--r--dev-ros/roslisp/roslisp-1.9.24.ebuild23
-rw-r--r--dev-ros/roslisp/roslisp-9999.ebuild4
3 files changed, 26 insertions, 2 deletions
diff --git a/dev-ros/roslisp/Manifest b/dev-ros/roslisp/Manifest
index 5fb55ced3a53..6684619b16cd 100644
--- a/dev-ros/roslisp/Manifest
+++ b/dev-ros/roslisp/Manifest
@@ -1 +1,2 @@
DIST roslisp-1.9.22.tar.gz 116790 BLAKE2B 0cfdaf21a485b2bd8682e07d095b31d5c87a8eec09f6c52af5006deb79b75927aaa13e3d972c0ac10eb8df809e004bf825011708ad797e08306c47857f6868d0 SHA512 ac6476d1b5e81fa8d7dbec0f804ea60fd7de665619e84b3f4284fcc1226c427ffc3abd71158d4bdb9f85786139ce197595b18d8cda4a597be1e84d20fad02442
+DIST roslisp-1.9.24.tar.gz 116563 BLAKE2B ccc54d26929868d1274f8c16cd17f24dc66b2bd684cec156e4e8bc94ad551d480d54311568abb52bf7e2188042741793c5e40e399ab4e370070a65d4fc2371a4 SHA512 904f0a6d0bb30064b2b4de643d82ea1c8eb5f1f3755bf469eef1f7b3becde76e3c6f76b7bcc57f9eee971ee9875605b92c6a53b4e78594d77e68d2e6b0410a42
diff --git a/dev-ros/roslisp/roslisp-1.9.24.ebuild b/dev-ros/roslisp/roslisp-1.9.24.ebuild
new file mode 100644
index 000000000000..661bfba7dea6
--- /dev/null
+++ b/dev-ros/roslisp/roslisp-1.9.24.ebuild
@@ -0,0 +1,23 @@
+# 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/roslisp"
+KEYWORDS="~amd64"
+
+inherit ros-catkin
+
+DESCRIPTION="Lisp client library for ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/roslang
+ dev-lisp/sbcl
+ dev-ros/rospack
+ dev-ros/rosgraph_msgs
+ dev-ros/std_srvs
+"
+DEPEND="${RDEPEND}"
diff --git a/dev-ros/roslisp/roslisp-9999.ebuild b/dev-ros/roslisp/roslisp-9999.ebuild
index 13e083962d01..661bfba7dea6 100644
--- a/dev-ros/roslisp/roslisp-9999.ebuild
+++ b/dev-ros/roslisp/roslisp-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
ROS_REPO_URI="https://github.com/ros/roslisp"
KEYWORDS="~amd64"