diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 17:39:29 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 18:34:59 +0200 |
commit | a55792c34f1e5b1ccfc41a8b61f0524f8f2ba922 (patch) | |
tree | ddcbbbbb7291bbd47697f46bc3c0dec0e66c2983 /dev-ros/genlisp | |
parent | dev-ros/geneus: Remove old (diff) | |
download | gentoo-a55792c34f1e5b1ccfc41a8b61f0524f8f2ba922.tar.gz gentoo-a55792c34f1e5b1ccfc41a8b61f0524f8f2ba922.tar.bz2 gentoo-a55792c34f1e5b1ccfc41a8b61f0524f8f2ba922.zip |
dev-ros/genlisp: bump to 0.4.18
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/genlisp')
-rw-r--r-- | dev-ros/genlisp/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/genlisp/genlisp-0.4.18.ebuild | 17 | ||||
-rw-r--r-- | dev-ros/genlisp/genlisp-9999.ebuild | 3 |
3 files changed, 19 insertions, 2 deletions
diff --git a/dev-ros/genlisp/Manifest b/dev-ros/genlisp/Manifest index d2ad3a6b193f..2ccabcf45d8a 100644 --- a/dev-ros/genlisp/Manifest +++ b/dev-ros/genlisp/Manifest @@ -1,2 +1,3 @@ DIST genlisp-0.4.16.tar.gz 10059 BLAKE2B c6833f5af7b9da0405ed8b83a22e3f1bc584c0353485cabf3317ed82b4cca64dae0014febc9ae09a6532f869f35f9ba15c6008bd8f160eaba19e35cf90738630 SHA512 1cf180a337716f704d0e152a77049349aee9935273592b83aca64f3a9f926ed8775669114744ebf265dd09e70cf24af24e5c3e12a7bb3e7ecd90dc86f3cca3a6 DIST genlisp-0.4.17.tar.gz 10154 BLAKE2B b16ccb9a5ad0e43906736786001b26e1de4548e40dfbf3bd24c4f2e6e1fcfb180a6dc7851f5a2c47d51dd247cc804f7cf7e3c023e88a2f442958c9ff59547ec4 SHA512 a86f4f921ff6e51323e1bf0e2ea5ada5dba106f6197b52ece4bbfe876951aead19ff9142395968bcccc06d83047232ecdad42f7ed9f380cf0f0a63e8717577dd +DIST genlisp-0.4.18.tar.gz 10243 BLAKE2B 437fcb5de19d543cf0b34466260541f9d64bfda96ad6521e3300a020faddb57c5fc625ecc7d7d2e25c336569f0cf7b32e79dfa61b1971105cad524458926efd9 SHA512 300c4c84d96d80fa20d8c8ea01def4f3eaec41d06b4c57b6d8a7885f22a1e38259a7526542bc13dfdde6276b5e51ecc7f59bed2a5092883f5494e3aba439c45d diff --git a/dev-ros/genlisp/genlisp-0.4.18.ebuild b/dev-ros/genlisp/genlisp-0.4.18.ebuild new file mode 100644 index 000000000000..57df2bad4108 --- /dev/null +++ b/dev-ros/genlisp/genlisp-0.4.18.ebuild @@ -0,0 +1,17 @@ +# 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/genlisp" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Common-Lisp ROS message and service generators" +LICENSE="BSD" +SLOT="0/${PV}" +IUSE="" + +RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/dev-ros/genlisp/genlisp-9999.ebuild b/dev-ros/genlisp/genlisp-9999.ebuild index 6037f8745550..57df2bad4108 100644 --- a/dev-ros/genlisp/genlisp-9999.ebuild +++ b/dev-ros/genlisp/genlisp-9999.ebuild @@ -1,11 +1,10 @@ # 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/genlisp" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) inherit ros-catkin |