diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2005-05-15 19:08:54 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2005-05-15 19:08:54 +0000 |
commit | d530220cfaf17eb063170372f16da8f7c3e663b8 (patch) | |
tree | 21fdd1f9a5de2f2cc4a011fe5a9af8adfa90c3c7 /sci-libs | |
parent | moved from net-misc/gtkesms (diff) | |
download | historical-d530220cfaf17eb063170372f16da8f7c3e663b8.tar.gz historical-d530220cfaf17eb063170372f16da8f7c3e663b8.tar.bz2 historical-d530220cfaf17eb063170372f16da8f7c3e663b8.zip |
gcc -> toolchain-funcs conversion
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cln/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/cln/cln-1.1.5.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/cln/cln-1.1.6.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/fftw/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/fftw/fftw-3.0.1-r1.ebuild | 4 |
5 files changed, 16 insertions, 10 deletions
diff --git a/sci-libs/cln/ChangeLog b/sci-libs/cln/ChangeLog index 6331db4ac1bf..58c20ceb699d 100644 --- a/sci-libs/cln/ChangeLog +++ b/sci-libs/cln/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cln -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.2 2004/12/28 21:09:11 swegener Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.3 2005/05/15 19:05:14 kugelfang Exp $ + + 15 May 2005; Danny van Dyk <kugelfang@gentoo.org> cln-1.1.5.ebuild: + Inherits toolchain-funcs now instead of deprecated gcc eclass. *cln-1.1.6 (28 Dec 2004) diff --git a/sci-libs/cln/cln-1.1.5.ebuild b/sci-libs/cln/cln-1.1.5.ebuild index ce8bdbb16992..f3273869acb1 100644 --- a/sci-libs/cln/cln-1.1.5.ebuild +++ b/sci-libs/cln/cln-1.1.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.1.5.ebuild,v 1.1 2004/12/28 20:05:29 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.1.5.ebuild,v 1.2 2005/05/15 19:05:14 kugelfang Exp $ -inherit flag-o-matic gcc +inherit flag-o-matic toolchain-funcs DESCRIPTION="CLN, a class library (C++) for numbers" diff --git a/sci-libs/cln/cln-1.1.6.ebuild b/sci-libs/cln/cln-1.1.6.ebuild index b21c686ed8ce..7f155bacc014 100644 --- a/sci-libs/cln/cln-1.1.6.ebuild +++ b/sci-libs/cln/cln-1.1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.1.6.ebuild,v 1.1 2004/12/28 20:05:29 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.1.6.ebuild,v 1.2 2005/05/15 19:05:14 kugelfang Exp $ inherit flag-o-matic toolchain-funcs diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog index 543c09eb25c0..f7052a2726c4 100644 --- a/sci-libs/fftw/ChangeLog +++ b/sci-libs/fftw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/fftw # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.11 2005/04/27 08:29:44 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.12 2005/05/15 19:08:54 kugelfang Exp $ + + 15 May 2005; Danny van Dyk <kugelfang@gentoo.org> fftw-3.0.1-r1.ebuild: + Inherits toolchain-funcs now instead of deprecated gcc eclass. 27 Apr 2005; Markus Rothe <corsair@gentoo.org> fftw-2.1.5-r1.ebuild: Added ~ppc64 to KEYWORDS; bug #89969 diff --git a/sci-libs/fftw/fftw-3.0.1-r1.ebuild b/sci-libs/fftw/fftw-3.0.1-r1.ebuild index 00311409046a..9a90626173b4 100644 --- a/sci-libs/fftw/fftw-3.0.1-r1.ebuild +++ b/sci-libs/fftw/fftw-3.0.1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.0.1-r1.ebuild,v 1.5 2005/04/21 21:49:06 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.0.1-r1.ebuild,v 1.6 2005/05/15 19:08:54 kugelfang Exp $ -inherit flag-o-matic eutils gcc +inherit flag-o-matic eutils toolchain-funcs DESCRIPTION="C subroutine library for computing the Discrete Fourier Transform (DFT)" HOMEPAGE="http://www.fftw.org/" |