commit:     2c0036af8070b3922487f1ee26f51955066885fe
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 15:30:45 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 15:30:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0036af

sci-libs/fcl: Drop old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-libs/fcl/Manifest         |  2 --
 sci-libs/fcl/fcl-0.3.2.ebuild | 46 -------------------------------------------
 sci-libs/fcl/fcl-0.4.0.ebuild | 41 --------------------------------------
 3 files changed, 89 deletions(-)

diff --git a/sci-libs/fcl/Manifest b/sci-libs/fcl/Manifest
index 0aad456a853..fa81dab24cc 100644
--- a/sci-libs/fcl/Manifest
+++ b/sci-libs/fcl/Manifest
@@ -1,3 +1 @@
-DIST fcl-0.3.2.tar.gz 5745349 BLAKE2B 
a571ceec26889b672366e59c1c5886664725631298afcb3a79f161fb099ed9907942aa97333336fa772e507b762afa5bdd8ad1e890607f2d9f3c92d77e4397df
 SHA512 
799c0f698c9d19ebd72c01b4bd51435feda1792462759249446ab968bf3b2b462537ce20135444c3e555da8564d0c93196f3f3448e2a4282afca710b67eaeb6e
-DIST fcl-0.4.0.tar.gz 5762341 BLAKE2B 
d6859b300b226362c03692bce1d14524ef554614718917e54c6dbdf2fd5210a1791ad688d914329aff4af0a8ca53dcdb1337f4b13e20389da17c9bf0b2cd51e6
 SHA512 
c565b4018a37449ce05b9189a97f2084a68caaa9247968fecdf933d8f5d87ed629d3fcb6ffccf928c4d339be1b70650b78706cc9d4a0c24864da529b25761684
 DIST fcl-0.5.0.tar.gz 5760425 BLAKE2B 
5eac7ace3801740a6317bcc558199b5791e3e5c4fbd63305e5173597b1ecf647388a92bc894629598f963aacd0dd6f894717ae76b3bf7fc9c62a55d9330caf20
 SHA512 
8741c664720cb32e368e0139881ce69c29e3ccb9633ddc22f47b89918774dbc19541c68e1dbfd78a91f4c8c226ad4c0e1867b6e62111d4311fe907310fc71794

diff --git a/sci-libs/fcl/fcl-0.3.2.ebuild b/sci-libs/fcl/fcl-0.3.2.ebuild
deleted file mode 100644
index 4d1b793423a..00000000000
--- a/sci-libs/fcl/fcl-0.3.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-SCM=""
-if [ "${PV#9999}" != "${PV}" ] ; then
-       SCM="git-r3"
-       EGIT_REPO_URI="https://github.com/flexible-collision-library/fcl";
-fi
-
-inherit ${SCM} cmake-utils
-
-if [ "${PV#9999}" != "${PV}" ] ; then
-       KEYWORDS=""
-       SRC_URI=""
-else
-       KEYWORDS="~amd64 ~arm"
-       
SRC_URI="https://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="cpu_flags_x86_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 cpu_flags_x86_sse TRUE FALSE)"
-       )
-       cmake-utils_src_configure
-}

diff --git a/sci-libs/fcl/fcl-0.4.0.ebuild b/sci-libs/fcl/fcl-0.4.0.ebuild
deleted file mode 100644
index 6d823b17204..00000000000
--- a/sci-libs/fcl/fcl-0.4.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-SCM=""
-if [ "${PV#9999}" != "${PV}" ] ; then
-       SCM="git-r3"
-       EGIT_REPO_URI="https://github.com/flexible-collision-library/fcl";
-fi
-
-inherit ${SCM} cmake-utils
-
-if [ "${PV#9999}" != "${PV}" ] ; then
-       KEYWORDS=""
-       SRC_URI=""
-else
-       KEYWORDS="~amd64 ~arm"
-       
SRC_URI="https://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="cpu_flags_x86_sse"
-
-RDEPEND="
-       sci-libs/octomap
-       sci-libs/flann
-       dev-libs/boost:=[threads]
-       sci-libs/libccd"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_configure() {
-       local mycmakeargs=(
-               "-DFCL_USE_SSE=$(usex cpu_flags_x86_sse TRUE FALSE)"
-       )
-       cmake-utils_src_configure
-}

Reply via email to