* [gentoo-commits] gentoo-x86 commit in dev-libs/urdfdom: metadata.xml ChangeLog urdfdom-0.3.0.ebuild urdfdom-9999.ebuild
@ 2015-04-14 12:37 Alexis Ballier (aballier)
0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2015-04-14 12:37 UTC (permalink / raw
To: gentoo-commits
aballier 15/04/14 12:37:32
Added: metadata.xml ChangeLog urdfdom-0.3.0.ebuild
urdfdom-9999.ebuild
Log:
initial import, ebuild by me
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.1 dev-libs/urdfdom/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/urdfdom/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/urdfdom/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>aballier@gentoo.org</email>
<name>Alexis Ballier</name>
</maintainer>
</pkgmetadata>
1.1 dev-libs/urdfdom/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/urdfdom/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/urdfdom/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-libs/urdfdom
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/urdfdom/ChangeLog,v 1.1 2015/04/14 12:37:32 aballier Exp $
*urdfdom-9999 (14 Apr 2015)
*urdfdom-0.3.0 (14 Apr 2015)
14 Apr 2015; Alexis Ballier <aballier@gentoo.org> +urdfdom-0.3.0.ebuild,
+urdfdom-9999.ebuild, +metadata.xml:
initial import, ebuild by me
1.1 dev-libs/urdfdom/urdfdom-0.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/urdfdom/urdfdom-0.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/urdfdom/urdfdom-0.3.0.ebuild?rev=1.1&content-type=text/plain
Index: urdfdom-0.3.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/urdfdom/urdfdom-0.3.0.ebuild,v 1.1 2015/04/14 12:37:32 aballier Exp $
EAPI=5
SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then
SCM="git-r3"
EGIT_REPO_URI="https://github.com/ros/urdfdom"
fi
PYTHON_COMPAT=( python2_7 )
inherit ${SCM} distutils-r1 cmake-utils
if [ "${PV#9999}" != "${PV}" ] ; then
KEYWORDS=""
SRC_URI=""
else
KEYWORDS="~amd64 ~arm"
SRC_URI="https://github.com/ros/urdfdom/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
DESCRIPTION="URDF (U-Robot Description Format) library"
HOMEPAGE="http://ros.org/wiki/urdf"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="dev-libs/urdfdom_headers
dev-libs/console_bridge
dev-libs/boost:=[threads]"
DEPEND="${RDEPEND}"
PY_S="${S}/urdf_parser_py"
src_prepare() {
sed -i -e 's/set(CMAKE_INSTALL_LIBDIR/#/' CMakeLists.txt || die
cmake-utils_src_prepare
cd "${PY_S}"
S="${PY_S}" distutils-r1_src_prepare
}
src_configure() {
local mycmakeargs=( "-DPYTHON=FALSE" )
cmake-utils_src_configure
cd "${PY_S}"
S="${PY_S}" distutils-r1_src_configure
}
src_compile() {
cmake-utils_src_compile
cd "${PY_S}"
S="${PY_S}" distutils-r1_src_compile
}
src_test() {
cmake-utils_src_test
cd "${PY_S}"
S="${PY_S}" distutils-r1_src_test
}
src_install() {
cmake-utils_src_install
cd "${PY_S}"
S="${PY_S}" distutils-r1_src_install
}
1.1 dev-libs/urdfdom/urdfdom-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/urdfdom/urdfdom-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/urdfdom/urdfdom-9999.ebuild?rev=1.1&content-type=text/plain
Index: urdfdom-9999.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/urdfdom/urdfdom-9999.ebuild,v 1.1 2015/04/14 12:37:32 aballier Exp $
EAPI=5
SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then
SCM="git-r3"
EGIT_REPO_URI="https://github.com/ros/urdfdom"
fi
PYTHON_COMPAT=( python2_7 )
inherit ${SCM} distutils-r1 cmake-utils
if [ "${PV#9999}" != "${PV}" ] ; then
KEYWORDS=""
SRC_URI=""
else
KEYWORDS="~amd64 ~arm"
SRC_URI="https://github.com/ros/urdfdom/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
DESCRIPTION="URDF (U-Robot Description Format) library"
HOMEPAGE="http://ros.org/wiki/urdf"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="dev-libs/urdfdom_headers
dev-libs/console_bridge
dev-libs/boost:=[threads]"
DEPEND="${RDEPEND}"
PY_S="${S}/urdf_parser_py"
src_prepare() {
sed -i -e 's/set(CMAKE_INSTALL_LIBDIR/#/' CMakeLists.txt || die
cmake-utils_src_prepare
cd "${PY_S}"
S="${PY_S}" distutils-r1_src_prepare
}
src_configure() {
local mycmakeargs=( "-DPYTHON=FALSE" )
cmake-utils_src_configure
cd "${PY_S}"
S="${PY_S}" distutils-r1_src_configure
}
src_compile() {
cmake-utils_src_compile
cd "${PY_S}"
S="${PY_S}" distutils-r1_src_compile
}
src_test() {
cmake-utils_src_test
cd "${PY_S}"
S="${PY_S}" distutils-r1_src_test
}
src_install() {
cmake-utils_src_install
cd "${PY_S}"
S="${PY_S}" distutils-r1_src_install
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-04-14 12:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-14 12:37 [gentoo-commits] gentoo-x86 commit in dev-libs/urdfdom: metadata.xml ChangeLog urdfdom-0.3.0.ebuild urdfdom-9999.ebuild Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox