summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Serboncini <fserb@gentoo.org>2005-02-12 19:30:58 +0000
committerFernando Serboncini <fserb@gentoo.org>2005-02-12 19:30:58 +0000
commit820ed8c39dbed8a9d01af4cd33849e57552dc7fb (patch)
tree0c331e9fb0d3a94d700420c605e00b1692db6780 /dev-python/fpconst
parentstabilize (diff)
downloadgentoo-2-820ed8c39dbed8a9d01af4cd33849e57552dc7fb.tar.gz
gentoo-2-820ed8c39dbed8a9d01af4cd33849e57552dc7fb.tar.bz2
gentoo-2-820ed8c39dbed8a9d01af4cd33849e57552dc7fb.zip
Version bump 0.7.1
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-python/fpconst')
-rw-r--r--dev-python/fpconst/ChangeLog7
-rw-r--r--dev-python/fpconst/Manifest4
-rw-r--r--dev-python/fpconst/files/digest-fpconst-0.7.11
-rw-r--r--dev-python/fpconst/fpconst-0.7.1.ebuild17
4 files changed, 27 insertions, 2 deletions
diff --git a/dev-python/fpconst/ChangeLog b/dev-python/fpconst/ChangeLog
index 092457937134..6705603671c8 100644
--- a/dev-python/fpconst/ChangeLog
+++ b/dev-python/fpconst/ChangeLog
@@ -1,6 +1,11 @@
# 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.8 2005/02/10 00:41:25 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.9 2005/02/12 19:30:58 fserb Exp $
+
+*fpconst-0.7.1 (12 Feb 2005)
+
+ 12 Feb 2005; Fernando Serboncini <fserb@gentoo.org> +fpconst-0.7.1.ebuild:
+ Version bump
09 Feb 2005; Lina Pezzella <j4rg0n@gentoo.org> fpconst-0.6.0.ebuild:
Unstable ppc-macos
diff --git a/dev-python/fpconst/Manifest b/dev-python/fpconst/Manifest
index 3d8adfd5cb7d..999917b2907e 100644
--- a/dev-python/fpconst/Manifest
+++ b/dev-python/fpconst/Manifest
@@ -1,4 +1,6 @@
-MD5 2100e41e125370ac20ef2bf2604255ca ChangeLog 907
+MD5 6671381f8bba16165d1e15fdcb871f34 ChangeLog 1030
MD5 f595beb59747a01574bf742552d4d0e0 fpconst-0.6.0.ebuild 580
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
+MD5 3d5b1da7cc55b3aaaebd5c4d10f8c0c4 fpconst-0.7.1.ebuild 439
MD5 19fff1d23ee1fda3565c219e1ab833aa files/digest-fpconst-0.6.0 63
+MD5 a746f15f3843f6831c95b9ad6675a3ef files/digest-fpconst-0.7.1 63
diff --git a/dev-python/fpconst/files/digest-fpconst-0.7.1 b/dev-python/fpconst/files/digest-fpconst-0.7.1
new file mode 100644
index 000000000000..3c6a45be05c4
--- /dev/null
+++ b/dev-python/fpconst/files/digest-fpconst-0.7.1
@@ -0,0 +1 @@
+MD5 0259f58c4dcf3678f67c5379ef306a1b fpconst-0.7.1.tar.gz 5730
diff --git a/dev-python/fpconst/fpconst-0.7.1.ebuild b/dev-python/fpconst/fpconst-0.7.1.ebuild
new file mode 100644
index 000000000000..fe5659383bf6
--- /dev/null
+++ b/dev-python/fpconst/fpconst-0.7.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2005 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.1 2005/02/12 19:30:58 fserb Exp $
+
+inherit distutils
+
+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="~x86 ~ppc ~amd64 ~sparc ~ppc-macos"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND=""
+