dev-ros/genlisp: Initial import. Ebuild by me.
authorAlexis Ballier <aballier@gentoo.org>
Tue, 22 Sep 2015 08:44:27 +0000 (10:44 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 22 Sep 2015 08:44:27 +0000 (10:44 +0200)
Package-Manager: portage-2.2.21

dev-ros/genlisp/Manifest [new file with mode: 0644]
dev-ros/genlisp/genlisp-0.4.15.ebuild [new file with mode: 0644]
dev-ros/genlisp/genlisp-9999.ebuild [new file with mode: 0644]
dev-ros/genlisp/metadata.xml [new file with mode: 0644]

diff --git a/dev-ros/genlisp/Manifest b/dev-ros/genlisp/Manifest
new file mode 100644 (file)
index 0000000..694e8e9
--- /dev/null
@@ -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 (file)
index 0000000..8d81305
--- /dev/null
@@ -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 (file)
index 0000000..8d81305
--- /dev/null
@@ -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 (file)
index 0000000..c42ea5b
--- /dev/null
@@ -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>