diff options
author | Mike Gilbert <floppym@gentoo.org> | 2011-11-25 19:37:53 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2011-11-25 19:37:53 +0000 |
commit | 45d9483ecc70e16b4318acdd5d0915ebe4475382 (patch) | |
tree | 2f69521646d32e4dae56a4886d94e05392c7d461 | |
parent | dev-python/Whoosh: Version bump. Thanks to Tommy[D] for reviewing (diff) | |
download | sunrise-reviewed-45d9483ecc70e16b4318acdd5d0915ebe4475382.tar.gz sunrise-reviewed-45d9483ecc70e16b4318acdd5d0915ebe4475382.tar.bz2 sunrise-reviewed-45d9483ecc70e16b4318acdd5d0915ebe4475382.zip |
sci-mathematics/cminpack: Moved to gx86 as sci-libs/cminpack
svn path=/sunrise/; revision=12531
-rw-r--r-- | profiles/updates/4Q-2011 | 1 | ||||
-rw-r--r-- | sci-mathematics/cminpack/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/cminpack/Manifest | 4 | ||||
-rw-r--r-- | sci-mathematics/cminpack/cminpack-1.0.3.ebuild | 27 | ||||
-rw-r--r-- | sci-mathematics/cminpack/metadata.xml | 5 |
5 files changed, 1 insertions, 44 deletions
diff --git a/profiles/updates/4Q-2011 b/profiles/updates/4Q-2011 new file mode 100644 index 000000000..12f1c64fe --- /dev/null +++ b/profiles/updates/4Q-2011 @@ -0,0 +1 @@ +move sci-mathematics/cminpack sci-libs/cminpack diff --git a/sci-mathematics/cminpack/ChangeLog b/sci-mathematics/cminpack/ChangeLog deleted file mode 100644 index 35e8cfcf7..000000000 --- a/sci-mathematics/cminpack/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -# ChangeLog for sci-mathematics/cminpack -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 13 Jul 2010; Michael Weber (xmw) <gentoo@xmw.de> +cminpack-1.0.3.ebuild, - +metadata.xml: - New ebuild for bug 328173 - diff --git a/sci-mathematics/cminpack/Manifest b/sci-mathematics/cminpack/Manifest deleted file mode 100644 index 4712cae60..000000000 --- a/sci-mathematics/cminpack/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST cminpack-1.0.3.tar.gz 98037 RMD160 4c5b05e90acd43a6c854f9251e37b87ef5e5c0e0 SHA1 336f7eb58319c6e8a66c5b7fef3f17e82f4bf288 SHA256 7b5f73d45d371006804694da5d199937e906e95d2a4faff5c6ae990ca9fadd24 -EBUILD cminpack-1.0.3.ebuild 599 RMD160 61de9cd3bfe6e6f5b925fc79987b157d2eb79811 SHA1 a45a2b722a1e10ca28586429c70e338782281a48 SHA256 5849e0344218e0fadfcb42e2c3032e447e6ec5cb2594e5d71deff544da95d364 -MISC ChangeLog 246 RMD160 f97f03705535c9438cfa9db1fb34f93ed07f8a5b SHA1 d6f567d794387ee6bb1077a1931029ebc10e8318 SHA256 1797be96f6f5454ff6c924ca8e3f3cc8642573cf2da6a77f4261145aa7862a62 -MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82 diff --git a/sci-mathematics/cminpack/cminpack-1.0.3.ebuild b/sci-mathematics/cminpack/cminpack-1.0.3.ebuild deleted file mode 100644 index 93860382e..000000000 --- a/sci-mathematics/cminpack/cminpack-1.0.3.ebuild +++ /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 -} diff --git a/sci-mathematics/cminpack/metadata.xml b/sci-mathematics/cminpack/metadata.xml deleted file mode 100644 index 31dc017fa..000000000 --- a/sci-mathematics/cminpack/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer> -</pkgmetadata> |