diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 10:44:27 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 10:44:27 +0200 |
commit | 6fa4fbf3fb9552c11b70a054ec45b81e7271a802 (patch) | |
tree | 50a2eb270e033197cbe94ee90b6cfed8d745f5cf /dev-ros/genlisp | |
parent | dev-ros/genpy: Initial import. Ebuild by me. (diff) | |
download | gentoo-6fa4fbf3fb9552c11b70a054ec45b81e7271a802.tar.gz gentoo-6fa4fbf3fb9552c11b70a054ec45b81e7271a802.tar.bz2 gentoo-6fa4fbf3fb9552c11b70a054ec45b81e7271a802.zip |
dev-ros/genlisp: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/genlisp')
-rw-r--r-- | dev-ros/genlisp/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/genlisp/genlisp-0.4.15.ebuild | 19 | ||||
-rw-r--r-- | dev-ros/genlisp/genlisp-9999.ebuild | 19 | ||||
-rw-r--r-- | dev-ros/genlisp/metadata.xml | 5 |
4 files changed, 44 insertions, 0 deletions
diff --git a/dev-ros/genlisp/Manifest b/dev-ros/genlisp/Manifest new file mode 100644 index 000000000000..694e8e9fa049 --- /dev/null +++ b/dev-ros/genlisp/Manifest @@ -0,0 +1 @@ +DIST genlisp-0.4.15.tar.gz 10030 SHA256 cc170a66f92e17945168479974ba24ed6970e9f09eb555b0225a99d339e22a5a SHA512 9e4c498848afa509581e637f446d6423456973b448768cb06b395599d52ded69a2097878a65f1c73c646e25753d2271acecf68ec7616d7d5492232d9b598c4ba WHIRLPOOL 81dd3469b6ea4c77e21e6e4a0517b7991538d60652dcf2c7ea717a621d23a1781c684bdfb536481dd2ab72cae6b369f1e5badbeffe314da560001aaf160d519d diff --git a/dev-ros/genlisp/genlisp-0.4.15.ebuild b/dev-ros/genlisp/genlisp-0.4.15.ebuild new file mode 100644 index 000000000000..8d813053eac2 --- /dev/null +++ b/dev-ros/genlisp/genlisp-0.4.15.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros/genlisp" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +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..8d813053eac2 --- /dev/null +++ b/dev-ros/genlisp/genlisp-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros/genlisp" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +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..c42ea5b15cf6 --- /dev/null +++ b/dev-ros/genlisp/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ros</herd> +</pkgmetadata> |