mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ros/genlisp: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
This commit is contained in:
1
dev-ros/genlisp/Manifest
Normal file
1
dev-ros/genlisp/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST genlisp-0.4.15.tar.gz 10030 SHA256 cc170a66f92e17945168479974ba24ed6970e9f09eb555b0225a99d339e22a5a SHA512 9e4c498848afa509581e637f446d6423456973b448768cb06b395599d52ded69a2097878a65f1c73c646e25753d2271acecf68ec7616d7d5492232d9b598c4ba WHIRLPOOL 81dd3469b6ea4c77e21e6e4a0517b7991538d60652dcf2c7ea717a621d23a1781c684bdfb536481dd2ab72cae6b369f1e5badbeffe314da560001aaf160d519d
|
||||
19
dev-ros/genlisp/genlisp-0.4.15.ebuild
Normal file
19
dev-ros/genlisp/genlisp-0.4.15.ebuild
Normal file
@@ -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}"
|
||||
19
dev-ros/genlisp/genlisp-9999.ebuild
Normal file
19
dev-ros/genlisp/genlisp-9999.ebuild
Normal file
@@ -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}"
|
||||
5
dev-ros/genlisp/metadata.xml
Normal file
5
dev-ros/genlisp/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user