diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-06-26 00:01:51 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-06-26 00:01:51 +0000 |
commit | cda73ed8b7788ba411a7e07915c22d2c5d333065 (patch) | |
tree | 2f66ce4e899ed111023d5b5f0b0dc71b07625c04 /sci-libs | |
parent | Removed obsolete version. (diff) | |
download | gentoo-2-cda73ed8b7788ba411a7e07915c22d2c5d333065.tar.gz gentoo-2-cda73ed8b7788ba411a7e07915c22d2c5d333065.tar.bz2 gentoo-2-cda73ed8b7788ba411a7e07915c22d2c5d333065.zip |
Removed obsolete version and unused patch.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gsl/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/gsl/files/digest-gsl-1.3 | 1 | ||||
-rw-r--r-- | sci-libs/gsl/files/k6-undef.diff | 43 | ||||
-rw-r--r-- | sci-libs/gsl/gsl-1.3.ebuild | 45 |
4 files changed, 5 insertions, 90 deletions
diff --git a/sci-libs/gsl/ChangeLog b/sci-libs/gsl/ChangeLog index 1a2f3133184c..00c866f438c8 100644 --- a/sci-libs/gsl/ChangeLog +++ b/sci-libs/gsl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/gsl # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v 1.4 2005/01/16 14:58:45 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v 1.5 2005/06/26 00:01:51 ribosome Exp $ + + 26 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -files/k6-undef.diff, + -gsl-1.3.ebuild: + Removed obsolete version and unused patch. *gsl-1.6 (16 Jan 2005) diff --git a/sci-libs/gsl/files/digest-gsl-1.3 b/sci-libs/gsl/files/digest-gsl-1.3 deleted file mode 100644 index 31b366b486d5..000000000000 --- a/sci-libs/gsl/files/digest-gsl-1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 3696de79ad2c788871fae698e41f671b gsl-1.3.tar.gz 2052026 diff --git a/sci-libs/gsl/files/k6-undef.diff b/sci-libs/gsl/files/k6-undef.diff deleted file mode 100644 index 0fc3ac25f8b1..000000000000 --- a/sci-libs/gsl/files/k6-undef.diff +++ /dev/null @@ -1,43 +0,0 @@ -diff -u gsl-1.2-r1-orig/ode-initval/rk8pd.c gsl-1.2-r1/ode-initval/rk8pd.c ---- gsl-1.2-r1-orig/ode-initval/rk8pd.c 2002-10-10 22:22:37.000000000 -0500 -+++ gsl-1.2-r1/ode-initval/rk8pd.c 2002-10-11 02:09:26.000000000 -0500 -@@ -29,6 +29,10 @@ - - #include "odeiv_util.h" - -+/* There is a variable here named k6, make sure it is not -+ defined as processor type */ -+#undef k6 -+ - /* Prince-Dormand constants */ - - static const double Abar[] = { -diff -u gsl-1.2-r1-orig/ode-initval/rkck.c gsl-1.2-r1/ode-initval/rkck.c ---- gsl-1.2-r1-orig/ode-initval/rkck.c 2002-10-10 22:21:51.000000000 -0500 -+++ gsl-1.2-r1/ode-initval/rkck.c 2002-10-11 02:09:42.000000000 -0500 -@@ -29,6 +29,10 @@ - - #include "odeiv_util.h" - -+/* There is a variable here named k6, make sure it is not -+ defined as processor type */ -+#undef k6 -+ - /* Cash-Karp constants */ - static const double ah[] = { 1.0 / 5.0, 0.3, 3.0 / 5.0, 1.0, 7.0 / 8.0 }; - static const double b21 = 1.0 / 5.0; -diff -u gsl-1.2-r1-orig/ode-initval/rkf45.c gsl-1.2-r1/ode-initval/rkf45.c ---- gsl-1.2-r1-orig/ode-initval/rkf45.c 2002-10-10 22:22:41.000000000 -0500 -+++ gsl-1.2-r1/ode-initval/rkf45.c 2002-10-11 02:07:27.000000000 -0500 -@@ -27,6 +27,11 @@ - - #include "odeiv_util.h" - -+/* There is a variable here named k6, make sure it is not -+ defined as processor type */ -+#undef k6 -+ -+ - /* Runge-Kutta-Fehlberg constants */ - static const double ah[] = { 1.0/4.0, 3.0/8.0, 12.0/13.0, 1.0, 1.0/2.0 }; - diff --git a/sci-libs/gsl/gsl-1.3.ebuild b/sci-libs/gsl/gsl-1.3.ebuild deleted file mode 100644 index eecf64e368e8..000000000000 --- a/sci-libs/gsl/gsl-1.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.3.ebuild,v 1.2 2005/01/16 14:58:45 ribosome Exp $ - -IUSE="" - -inherit flag-o-matic - -DESCRIPTION="The GNU Scientific Library" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.gnu.org/software/gsl/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc" - -DEPEND="virtual/libc" - -replace-flags k6-3 i586 -replace-flags k6-2 i586 -replace-flags k6 i586 -filter-flags -ffast-math -filter-mfpmath sse - - -src_compile() { - #Avoid locking (can break parallel builds) - local myconf - myconf="--disable-libtool-lock" - - econf ${myconf} || die - emake || die - - #Uncomment the 'make check ...' line if you want to run the test suite. - #Note that the check.log file will be several megabytes in size. - #make check > ${WORKDIR}/check.log 2>&1 || die - -} - -src_install () { - - einstall || die - dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS TODO THANKS - -} |