diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-ros/genlisp | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ros/genlisp')
-rw-r--r-- | dev-ros/genlisp/Manifest | 4 | ||||
-rw-r--r-- | dev-ros/genlisp/genlisp-0.4.16.ebuild | 18 | ||||
-rw-r--r-- | dev-ros/genlisp/genlisp-9999.ebuild | 18 | ||||
-rw-r--r-- | dev-ros/genlisp/metadata.xml | 11 |
4 files changed, 51 insertions, 0 deletions
diff --git a/dev-ros/genlisp/Manifest b/dev-ros/genlisp/Manifest new file mode 100644 index 000000000000..93aa4641ee7d --- /dev/null +++ b/dev-ros/genlisp/Manifest @@ -0,0 +1,4 @@ +DIST genlisp-0.4.16.tar.gz 10059 BLAKE2B c6833f5af7b9da0405ed8b83a22e3f1bc584c0353485cabf3317ed82b4cca64dae0014febc9ae09a6532f869f35f9ba15c6008bd8f160eaba19e35cf90738630 SHA512 1cf180a337716f704d0e152a77049349aee9935273592b83aca64f3a9f926ed8775669114744ebf265dd09e70cf24af24e5c3e12a7bb3e7ecd90dc86f3cca3a6 +EBUILD genlisp-0.4.16.ebuild 419 BLAKE2B 95cb11ff5d1fdedabd24cf99a49e68da64bd530e174e422da0e3171d77ec95666a2339905b76e74f664796243b900c0d790c65a598b04c9bf21e6aea64b73195 SHA512 6977ef6e12c2999617888846bd772162303bc60f83aaf64fee399e4aba05e0bb6679c06ae88ab564470ff0b77f9f6a5faea5f852f89b17e54e17263241c8f57a +EBUILD genlisp-9999.ebuild 419 BLAKE2B 95cb11ff5d1fdedabd24cf99a49e68da64bd530e174e422da0e3171d77ec95666a2339905b76e74f664796243b900c0d790c65a598b04c9bf21e6aea64b73195 SHA512 6977ef6e12c2999617888846bd772162303bc60f83aaf64fee399e4aba05e0bb6679c06ae88ab564470ff0b77f9f6a5faea5f852f89b17e54e17263241c8f57a +MISC metadata.xml 325 BLAKE2B 0aaea5b7b4f0c686a5c27a7551d9b33da2fee26858b13837bc30810b880a0b70850b7f85d6cdaa7b60975cc66087f4a0370d417ef1879659737530617696b5dc SHA512 f1bda8492546d5a2cecaed684a06df6d41b1b1883cf1dba70dd51f88993a5466924394468d750fc5778bd1530b660e12c0d1e186f30530e5919c9a46a9382159 diff --git a/dev-ros/genlisp/genlisp-0.4.16.ebuild b/dev-ros/genlisp/genlisp-0.4.16.ebuild new file mode 100644 index 000000000000..74d8c84a356c --- /dev/null +++ b/dev-ros/genlisp/genlisp-0.4.16.ebuild @@ -0,0 +1,18 @@ +# 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/genlisp" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) + +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 new file mode 100644 index 000000000000..74d8c84a356c --- /dev/null +++ b/dev-ros/genlisp/genlisp-9999.ebuild @@ -0,0 +1,18 @@ +# 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/genlisp" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) + +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/metadata.xml b/dev-ros/genlisp/metadata.xml new file mode 100644 index 000000000000..3fcc5a81490f --- /dev/null +++ b/dev-ros/genlisp/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://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/genlisp</remote-id> + </upstream> +</pkgmetadata> |