]> Pileus Git - ~andy/sunrise/blobdiff - sci-mathematics/cminpack/cminpack-1.0.3.ebuild
sci-mathematics/cminpack: Moved to gx86 as sci-libs/cminpack
[~andy/sunrise] / sci-mathematics / cminpack / cminpack-1.0.3.ebuild
diff --git a/sci-mathematics/cminpack/cminpack-1.0.3.ebuild b/sci-mathematics/cminpack/cminpack-1.0.3.ebuild
deleted file mode 100644 (file)
index 9386038..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit toolchain-funcs
-
-DESCRIPTION="Software for solving nonlinear equations and nonlinear least squares problems"
-HOMEPAGE="http://devernay.free.fr/hacks/cminpack.html"
-SRC_URI="http://devernay.free.fr/hacks/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-src_compile() {
-       emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
-       dolib.a libminpack.a || die
-       insinto /usr/include
-       doins {,c}minpack.h || die
-       dodoc readme{,C}.txt || die
-}