summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-06-03 14:39:59 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-06 16:54:43 +0200
commitdfae3f1ff757cb05fe4b412d105851cf020b0b46 (patch)
tree092881f11d9c8fb97392ea865e54fa8bd88ce2d5 /sci-libs/cminpack/cminpack-1.3.4.ebuild
parentsci-libs/flann: Sync live with 1.9.1 updates (diff)
downloadgentoo-dfae3f1ff757cb05fe4b412d105851cf020b0b46.tar.gz
gentoo-dfae3f1ff757cb05fe4b412d105851cf020b0b46.tar.bz2
gentoo-dfae3f1ff757cb05fe4b412d105851cf020b0b46.zip
sci-libs/cminpack: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sci-libs/cminpack/cminpack-1.3.4.ebuild')
-rw-r--r--sci-libs/cminpack/cminpack-1.3.4.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/sci-libs/cminpack/cminpack-1.3.4.ebuild b/sci-libs/cminpack/cminpack-1.3.4.ebuild
deleted file mode 100644
index e4845a26287c..000000000000
--- a/sci-libs/cminpack/cminpack-1.3.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils multilib
-
-DESCRIPTION="C implementation of the MINPACK nonlinear optimization library"
-HOMEPAGE="http://devernay.free.fr/hacks/cminpack/"
-SRC_URI="${HOMEPAGE}/${P}.tar.gz"
-
-LICENSE="minpack"
-SLOT="0/1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.2.2-underlinking.patch )
-
-src_configure() {
- sed -i \
- -e "/CMINPACK_LIB_INSTALL_DIR/s:lib\(\|64\):$(get_libdir):g" \
- cmake/cminpack_utils.cmake || die
- local mycmakeargs+=(
- -DSHARED_LIBS=ON
- $(cmake-utils_use_build test examples)
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- dodoc readme*
- use doc && dohtml -A .txt doc/*
-}