commit: 1604ad4a7d26af3ffebf641fc2c9b6260dfed148 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Thu May 27 21:05:20 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu May 27 21:05:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1604ad4a
sci-libs/cmpfit: Remove old 1.2-r1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> sci-libs/cmpfit/Manifest | 1 - sci-libs/cmpfit/cmpfit-1.2-r1.ebuild | 38 ------------------------------------ 2 files changed, 39 deletions(-) diff --git a/sci-libs/cmpfit/Manifest b/sci-libs/cmpfit/Manifest index 27fdd2f1853..b089f0f5f07 100644 --- a/sci-libs/cmpfit/Manifest +++ b/sci-libs/cmpfit/Manifest @@ -1,2 +1 @@ -DIST cmpfit-1.2.tar.gz 30431 BLAKE2B 3613fc307b0f1cd792ea9b1436109da77960dcb1985920de2c97e3b8f22d49d68358c0077dd3af5c6d2ea6e7b172d715643221b8df8f84a704688fda2f1ef51a SHA512 232a39538396f166efd9c7a9fc687e0ac8fd3090f871f54fb0c131a1ed02cc05a60904894d853d8eb76d88e70a1fbab4bce3ad0b5990408c77d5a6028a3b466c DIST cmpfit-1.4.tar.gz 30659 BLAKE2B f076f69e83d1eb78eda2894cded85f920cef1c95bcb60b042e98d33919e12cac62ffe4ad76ddc9ca0ef17f887289dc37b0bde969e4e04470b491b03b841bbeea SHA512 0a0c869bcf202a0dbc9fd6b6939a6382cc8701f09ca9aada90dde809135c2a8436709a84a8be53696e8d09f49f1d14f80c9d4c8c1c6cd418260939fc0ec5dced diff --git a/sci-libs/cmpfit/cmpfit-1.2-r1.ebuild b/sci-libs/cmpfit/cmpfit-1.2-r1.ebuild deleted file mode 100644 index 4ddf2df64b5..00000000000 --- a/sci-libs/cmpfit/cmpfit-1.2-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="MINPACK-1 Least Squares Fitting Library in C" -HOMEPAGE="http://www.physics.wisc.edu/~craigm/idl/cmpfit.html" -SRC_URI="http://www.physics.wisc.edu/~craigm/idl/down/${P}.tar.gz" - -LICENSE="public-domain minpack" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -DOCS=( README DISCLAIMER ) - -src_compile() { - if use static-libs; then - $(tc-getCC) ${CFLAGS} -c mpfit.c || die "non-PIC compilation failed" - $(tc-getAR) cr libmpfit.a mpfit.o || die "creation of static archive failed" - fi - $(tc-getCC) ${CFLAGS} -fPIC -c mpfit.c -o mpfit.so || die "PIC compilation failed" - $(tc-getCC) ${LDFLAGS} -shared -Wl,-soname=libmpfit.so mpfit.so -lm -o libmpfit.so || die "linking failed" -} - -src_test() { - $(tc-getCC) ${CFLAGS} testmpfit.c -L. -lmpfit -lm -o testmpfit || die - LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH} ./testmpfit || die -} - -src_install() { - dolib.so libmpfit.so - use static-libs && dolib.a libmpfit.a - doheader mpfit.h - einstalldocs -}
