diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-07-07 07:42:13 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-07-07 07:42:13 +0000 |
commit | 58311a72989ea9cee9c8dd66f81d0d2696d3cd8c (patch) | |
tree | dd04d3dd0e680d764860247dcb2d8937badbdb4e /dev-libs | |
parent | Removed sci-calculator/rpc, pending removal from 23 Jun 10 (diff) | |
download | gentoo-2-58311a72989ea9cee9c8dd66f81d0d2696d3cd8c.tar.gz gentoo-2-58311a72989ea9cee9c8dd66f81d0d2696d3cd8c.tar.bz2 gentoo-2-58311a72989ea9cee9c8dd66f81d0d2696d3cd8c.zip |
Removed dev-libs/ccmath, pending removal from 23 Jun 10
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/ccmath/ChangeLog | 29 | ||||
-rw-r--r-- | dev-libs/ccmath/Manifest | 5 | ||||
-rw-r--r-- | dev-libs/ccmath/ccmath-2.2.1.ebuild | 35 | ||||
-rw-r--r-- | dev-libs/ccmath/files/ccmath-2.2.1-fPIC.patch | 41 | ||||
-rw-r--r-- | dev-libs/ccmath/metadata.xml | 5 |
5 files changed, 0 insertions, 115 deletions
diff --git a/dev-libs/ccmath/ChangeLog b/dev-libs/ccmath/ChangeLog deleted file mode 100644 index 44d43e1531d4..000000000000 --- a/dev-libs/ccmath/ChangeLog +++ /dev/null @@ -1,29 +0,0 @@ -# ChangeLog for dev-libs/ccmath -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ccmath/ChangeLog,v 1.10 2007/02/22 00:29:04 peper Exp $ - - 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: - Transition to Manifest2. - - 22 Apr 2005; Simon Stelling <blubb@gentoo.org> ccmath-2.2.1.ebuild: - stable on amd64 - - 19 Oct 2004; Karol Wojtaszek,,, <sekretarz@gentoo.org> - +files/ccmath-2.2.1-fPIC.patch, ccmath-2.2.1.ebuild: - Added ~amd64 keyword and fPIC patch - - 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> ccmath-2.2.1.ebuild: - virtual/glibc -> virtual/libc - - 27 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org> ccmath-2.2.1.ebuild: - tidy; mark stable on ppc so rpc can use it. - -*ccmath-2.2.1 (23 Feb 2003) - - 30 Mar 2003; Christian Birchinger <joker@gentoo.org> ccmath-2.2.1.ebuild: - Added sparc stable keyword - - 23 Feb 2003; George Shapovalov <george@gentoo.org> ccmath-2.2.1.ebuild, files/digest-ccmath-2.2.1 : - initial release (#13208) - CCMATH is a mathematics library, coded in C, that contains functions for linear algebra, numerical integration, geometry and trigonometry, curve fitting, roots and optimization, Fourier analysis, simulation generation, statistics, special functions, sorts and searches, time series models, complex arithmetic, and high precision computations. - ebuild submitted by Bernardo S. A. Silva <bsaslinux@globo.com> diff --git a/dev-libs/ccmath/Manifest b/dev-libs/ccmath/Manifest deleted file mode 100644 index fdd09054d388..000000000000 --- a/dev-libs/ccmath/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX ccmath-2.2.1-fPIC.patch 820 RMD160 9b12b8ffac666adc78ef2b3ba6b0dbb8adf13767 SHA1 8929e6b10dea0a1c0c4e1ee4959f07f721adf57f SHA256 e2f4ec6e7e736ac8f5d21bce6ce7f38edb86abec9399e7c5c251397d8dcd7aee -DIST ccmath-2.2.1.tar.gz 258535 RMD160 7f5477146d137a980a1e12ba1ea5d6b7eff9d7fa SHA1 4d62655c4b6d4a6a3634de8f84764cc7d761412b SHA256 e7276c85c554e61c3e947e73b3ddfb5d43e60a747367c95d06b868e496b4e6df -EBUILD ccmath-2.2.1.ebuild 876 RMD160 a8ab4383a17f05cbbac7394b0a5a652949f61f9f SHA1 f1fce7f949656e3178cc81d50ecb39633b20503f SHA256 9338298e7fa9fbc43ba69a3ca158c7ee601a20ae8ad97c0feea1c6ed52dcd54b -MISC ChangeLog 1443 RMD160 27d849357e379054845d5001f3204a9453fa42a7 SHA1 61d87e5b31e3037c230faee8fea9e0d875337c05 SHA256 8253ca9070ffb1b7c29815a76c831593dcb124d79c857e18660e7835f38c20fd -MISC metadata.xml 156 RMD160 dc078172bfebcb25d69bdf8731714f9cce9d3e36 SHA1 da2b240a255820145b7c83a5c48e45b96b7e9ee6 SHA256 5d22100902db7507a5b5493dd4a66cdb08025faf80a2c0b75e6392315c47f900 diff --git a/dev-libs/ccmath/ccmath-2.2.1.ebuild b/dev-libs/ccmath/ccmath-2.2.1.ebuild deleted file mode 100644 index fe0029ce91dd..000000000000 --- a/dev-libs/ccmath/ccmath-2.2.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ccmath/ccmath-2.2.1.ebuild,v 1.11 2006/07/15 03:13:09 vapier Exp $ - -inherit eutils - -DESCRIPTION="a math library that contains functions for a wide variety of computations" -HOMEPAGE="http://freshmeat.net/projects/ccmath/" -SRC_URI="http://www.ibiblio.org/pub/Linux/libs/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="x86 ppc sparc amd64" -IUSE="" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-fPIC.patch -} - -src_compile() { - # if it is amd64 we doesn't support intels - use amd64 && yes n | ./makelibs.sh || yes | ./makelibs.sh -} - -src_install() { - dolib.so tmp/libccm.so || die - dolib.a tmp/libccm.a || die - insinto /usr/include - doins ccmath.h || die - dodoc CHANGES INSTALL README manual/* -} diff --git a/dev-libs/ccmath/files/ccmath-2.2.1-fPIC.patch b/dev-libs/ccmath/files/ccmath-2.2.1-fPIC.patch deleted file mode 100644 index 6a94d4b90bfa..000000000000 --- a/dev-libs/ccmath/files/ccmath-2.2.1-fPIC.patch +++ /dev/null @@ -1,41 +0,0 @@ -note: this patch (well the build system) sucks and should be cleaned up to not suck - ---- ccmath-2.2.1/makelibs.sh -+++ ccmath-2.2.1/makelibs.sh -@@ -16,23 +16,31 @@ - do - cd $MDR/$dr - echo `pwd` -- cc -c -O3 *.c -+ cc -fPIC -c -O3 *.c - mv *.o $LSOD - done - - # Compile corrected svd QR support without optimizing - # The GNU optimizer destroys the fix! - cd $MDR/matrix --cc -c qrb*.c -+cc -fPIC -c qrb*.c - mv *.o $LSOD - cd $MDR - - if [ $F = "y" ] -- then cd $MDR/matrix -- cc -c -O3 solv.s -+ then -+ cd $MDR/matrix -+ cc -fPIC -c -O3 solv.s - mv *.o $LSOD - cd $MDR/simu -- cc -c -O3 *.s -+ cc -fPIC -c -O3 *.s -+ mv *.o $LSOD -+else -+ cd $MDR/matrix/supp -+ cc -fPIC -c -O3 solv.c -+ mv *.o $LSOD -+ cd $MDR/simu/supp -+ cc -fPIC -c -O3 *.c - mv *.o $LSOD - fi - cd $LSOD diff --git a/dev-libs/ccmath/metadata.xml b/dev-libs/ccmath/metadata.xml deleted file mode 100644 index b229aec85b8f..000000000000 --- a/dev-libs/ccmath/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> -<herd>sci</herd> -</pkgmetadata> |