commit:     6fa4fbf3fb9552c11b70a054ec45b81e7271a802
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 08:44:27 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 08:44:27 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa4fbf3

dev-ros/genlisp: Initial import. Ebuild by me.

Package-Manager: portage-2.2.21

 dev-ros/genlisp/Manifest              |  1 +
 dev-ros/genlisp/genlisp-0.4.15.ebuild | 19 +++++++++++++++++++
 dev-ros/genlisp/genlisp-9999.ebuild   | 19 +++++++++++++++++++
 dev-ros/genlisp/metadata.xml          |  5 +++++
 4 files changed, 44 insertions(+)

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

Reply via email to