aballier    14/11/28 11:22:03

  Added:                metadata.xml ChangeLog fcl-0.3.2.ebuild
                        fcl-9999.ebuild
  Log:
  initial import, ebuild by me
  
  Signed-off-by: [email protected]
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.1                  sci-libs/fcl/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/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>[email protected]</email>
<name>Alexis Ballier</name>
</maintainer>
</pkgmetadata>



1.1                  sci-libs/fcl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for sci-libs/fcl
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/ChangeLog,v 1.1 2014/11/28 
11:22:03 aballier Exp $

*fcl-9999 (28 Nov 2014)
*fcl-0.3.2 (28 Nov 2014)

  28 Nov 2014; Alexis Ballier <[email protected]> +fcl-0.3.2.ebuild,
  +fcl-9999.ebuild, +metadata.xml:
  initial import, ebuild by me




1.1                  sci-libs/fcl/fcl-0.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/fcl-0.3.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/fcl-0.3.2.ebuild?rev=1.1&content-type=text/plain

Index: fcl-0.3.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/fcl-0.3.2.ebuild,v 1.1 
2014/11/28 11:22:03 aballier Exp $

EAPI=5

SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then
        SCM="git-r3"
        EGIT_REPO_URI="http://github.com/flexible-collision-library/fcl";
fi

inherit ${SCM} cmake-utils

if [ "${PV#9999}" != "${PV}" ] ; then
        KEYWORDS=""
        SRC_URI=""
else
        KEYWORDS="~amd64"
        
SRC_URI="http://github.com/flexible-collision-library/fcl/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
fi

DESCRIPTION="The Flexible Collision Library"
HOMEPAGE="http://gamma.cs.unc.edu/FCL/";
LICENSE="BSD"
SLOT="0"
IUSE="sse"

RDEPEND="
        sci-libs/octomap
        sci-libs/flann
        dev-libs/boost:=[threads]
        sci-libs/libccd"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

src_prepare() {
        sed -e 's/DESTINATION lib/DESTINATION ${CMAKE_INSTALL_LIBDIR}/g' \
                -i src/CMakeLists.txt || die
}

src_configure() {
        local mycmakeargs=(
                "-DFCL_USE_SSE=$(usex sse TRUE FALSE)"
        )
        cmake-utils_src_configure
}



1.1                  sci-libs/fcl/fcl-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/fcl-9999.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fcl/fcl-9999.ebuild?rev=1.1&content-type=text/plain

Index: fcl-9999.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/fcl-9999.ebuild,v 1.1 
2014/11/28 11:22:03 aballier Exp $

EAPI=5

SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then
        SCM="git-r3"
        EGIT_REPO_URI="http://github.com/flexible-collision-library/fcl";
fi

inherit ${SCM} cmake-utils

if [ "${PV#9999}" != "${PV}" ] ; then
        KEYWORDS=""
        SRC_URI=""
else
        KEYWORDS="~amd64"
        
SRC_URI="http://github.com/flexible-collision-library/fcl/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
fi

DESCRIPTION="The Flexible Collision Library"
HOMEPAGE="http://gamma.cs.unc.edu/FCL/";
LICENSE="BSD"
SLOT="0"
IUSE="sse"

RDEPEND="
        sci-libs/octomap
        sci-libs/flann
        dev-libs/boost:=[threads]
        sci-libs/libccd"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

src_prepare() {
        sed -e 's/DESTINATION lib/DESTINATION ${CMAKE_INSTALL_LIBDIR}/g' \
                -i src/CMakeLists.txt || die
}

src_configure() {
        local mycmakeargs=(
                "-DFCL_USE_SSE=$(usex sse TRUE FALSE)"
        )
        cmake-utils_src_configure
}




Reply via email to