* [gentoo-commits] gentoo-x86 commit in dev-libs/sdformat: metadata.xml ChangeLog sdformat-2.3.2.ebuild
@ 2015-04-14 12:41 Alexis Ballier (aballier)
0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2015-04-14 12:41 UTC (permalink / raw
To: gentoo-commits
aballier 15/04/14 12:41:19
Added: metadata.xml ChangeLog sdformat-2.3.2.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/sdformat/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/sdformat/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/sdformat/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/sdformat/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/sdformat/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/sdformat/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-libs/sdformat
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/sdformat/ChangeLog,v 1.1 2015/04/14 12:41:19 aballier Exp $
*sdformat-2.3.2 (14 Apr 2015)
14 Apr 2015; Alexis Ballier <aballier@gentoo.org> +sdformat-2.3.2.ebuild,
+metadata.xml:
initial import, ebuild by me
1.1 dev-libs/sdformat/sdformat-2.3.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/sdformat/sdformat-2.3.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/sdformat/sdformat-2.3.2.ebuild?rev=1.1&content-type=text/plain
Index: sdformat-2.3.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/sdformat/sdformat-2.3.2.ebuild,v 1.1 2015/04/14 12:41:19 aballier Exp $
EAPI=5
inherit cmake-utils versionator vcs-snapshot
DESCRIPTION="Simulation Description Format (SDF) parser"
HOMEPAGE="http://sdformat.org/"
SRC_URI="https://bitbucket.org/osrf/sdformat/get/${PN}$(get_major_version)_${PV}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="
dev-libs/urdfdom
dev-libs/tinyxml
dev-libs/boost:=
"
DEPEND="${RDEPEND}
virtual/pkgconfig
"
S="${WORKDIR}/${PN}$(get_major_version)_${PV}"
src_configure() {
local mycmakeargs=(
"-DUSE_UPSTREAM_CFLAGS=OFF"
"-DUSE_EXTERNAL_URDF=ON"
"-DUSE_EXTERNAL_TINYXML=ON"
)
cmake-utils_src_configure
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-04-14 12:41 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:41 [gentoo-commits] gentoo-x86 commit in dev-libs/sdformat: metadata.xml ChangeLog sdformat-2.3.2.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