diff options
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/djbfft/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/djbfft/djbfft-0.76.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/primegen/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/primegen/primegen-0.97.ebuild | 6 |
4 files changed, 16 insertions, 10 deletions
diff --git a/sci-libs/djbfft/ChangeLog b/sci-libs/djbfft/ChangeLog index 33a497a4f117..ee6c7aaaf45a 100644 --- a/sci-libs/djbfft/ChangeLog +++ b/sci-libs/djbfft/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/djbfft -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/ChangeLog,v 1.9 2007/04/07 15:49:52 genstef Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/ChangeLog,v 1.10 2008/04/06 17:45:23 hollow Exp $ + + 06 Apr 2008; Benedikt Böhm <hollow@gentoo.org> djbfft-0.76.ebuild: + fix LICENSE, bug #204327 07 Apr 2007; Stefan Schweizer <genstef@gentoo.org> djbfft-0.76.ebuild: Fix location for amd64 and remove USE=static, bug 173624 thanks to Georgi diff --git a/sci-libs/djbfft/djbfft-0.76.ebuild b/sci-libs/djbfft/djbfft-0.76.ebuild index f87009d331d1..1ad2fd4684fb 100644 --- a/sci-libs/djbfft/djbfft-0.76.ebuild +++ b/sci-libs/djbfft/djbfft-0.76.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/djbfft-0.76.ebuild,v 1.9 2007/04/07 15:49:52 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/djbfft-0.76.ebuild,v 1.10 2008/04/06 17:45:23 hollow Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -8,7 +8,7 @@ DESCRIPTION="extremely fast library for floating-point convolution" HOMEPAGE="http://cr.yp.to/djbfft.html" SRC_URI="http://cr.yp.to/djbfft/${P}.tar.gz" -LICENSE="as-is" +LICENSE="public-domain" SLOT="0" KEYWORDS="alpha amd64 arm ~hppa ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="" diff --git a/sci-libs/primegen/ChangeLog b/sci-libs/primegen/ChangeLog index 791975ee42aa..b2fa417e63c4 100644 --- a/sci-libs/primegen/ChangeLog +++ b/sci-libs/primegen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/primegen -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/primegen/ChangeLog,v 1.5 2007/12/02 13:14:16 markusle Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/primegen/ChangeLog,v 1.6 2008/04/06 17:46:56 hollow Exp $ + + 06 Apr 2008; Benedikt Böhm <hollow@gentoo.org> primegen-0.97.ebuild: + fix LICENSE, bug #204327 02 Dec 2007; Markus Dittrich <markusle@gentoo.org> primegen-0.97.ebuild: Disabled installation of error man pages since they collide with diff --git a/sci-libs/primegen/primegen-0.97.ebuild b/sci-libs/primegen/primegen-0.97.ebuild index 36e9429a7a4a..94ad20a45221 100644 --- a/sci-libs/primegen/primegen-0.97.ebuild +++ b/sci-libs/primegen/primegen-0.97.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/primegen/primegen-0.97.ebuild,v 1.4 2007/12/02 13:14:16 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/primegen/primegen-0.97.ebuild,v 1.5 2008/04/06 17:46:56 hollow Exp $ inherit flag-o-matic toolchain-funcs @@ -8,7 +8,7 @@ DESCRIPTION="A small, fast library to generate primes in order" HOMEPAGE="http://cr.yp.to/primegen.html" SRC_URI="http://cr.yp.to/primegen/${P}.tar.gz" -LICENSE="as-is" +LICENSE="public-domain" SLOT="0" KEYWORDS="x86 ~amd64 ~ppc" IUSE="" |