diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-02-06 20:59:34 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-02-06 20:59:34 +0000 |
commit | f105133e041ed542630024fa2a6276f89bf2cdf4 (patch) | |
tree | 89e968db3608cba76ac7e548a110b5356c7d118b /dev-python/fpconst | |
parent | stable amd64 (diff) | |
download | historical-f105133e041ed542630024fa2a6276f89bf2cdf4.tar.gz historical-f105133e041ed542630024fa2a6276f89bf2cdf4.tar.bz2 historical-f105133e041ed542630024fa2a6276f89bf2cdf4.zip |
stable amd64
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-python/fpconst')
-rw-r--r-- | dev-python/fpconst/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/fpconst/fpconst-0.7.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/fpconst/ChangeLog b/dev-python/fpconst/ChangeLog index d08f7065a213..4c1c597933be 100644 --- a/dev-python/fpconst/ChangeLog +++ b/dev-python/fpconst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/fpconst -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.14 2005/08/29 16:26:17 j4rg0n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.15 2006/02/06 20:58:47 blubb Exp $ + + 06 Feb 2006; Simon Stelling <blubb@gentoo.org> fpconst-0.7.1.ebuild: + stable on amd64 29 Aug 2005; Lina Pezzella <j4rg0n@gentoo.org> fpconst-0.7.1.ebuild: Stable ppc-macos diff --git a/dev-python/fpconst/fpconst-0.7.1.ebuild b/dev-python/fpconst/fpconst-0.7.1.ebuild index 381c969eab69..40c51cf762cd 100644 --- a/dev-python/fpconst/fpconst-0.7.1.ebuild +++ b/dev-python/fpconst/fpconst-0.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.1.ebuild,v 1.4 2005/08/29 16:26:17 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.1.ebuild,v 1.5 2006/02/06 20:58:47 blubb Exp $ inherit distutils @@ -8,7 +8,7 @@ DESCRIPTION="Python Module for handling IEEE 754 floating point special values" HOMEPAGE="http://research.warnes.net/projects/rzope/fpconst/" SRC_URI="http://research.warnes.net/~warnes/fpconst/${P}.tar.gz" -KEYWORDS="~amd64 ppc ppc-macos ~sparc x86" +KEYWORDS="amd64 ppc ppc-macos ~sparc x86" SLOT="0" LICENSE="GPL-2" IUSE="" |