summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-01-03 02:58:52 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-01-03 02:58:52 +0000
commitb85510a04e3a25cbb9d123e0633b54f09fc273e8 (patch)
tree01d97fc109e1b26d51aeba395f21e58330972c34 /dev-python
parentAdd nls to IUSE, Add gtk+-1.2 to DEPEND, use 'use_enable' and einstall. (diff)
downloadgentoo-2-b85510a04e3a25cbb9d123e0633b54f09fc273e8.tar.gz
gentoo-2-b85510a04e3a25cbb9d123e0633b54f09fc273e8.tar.bz2
gentoo-2-b85510a04e3a25cbb9d123e0633b54f09fc273e8.zip
Also commit ChangeLog..
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/fpconst/ChangeLog10
-rw-r--r--dev-python/fpconst/Manifest3
-rw-r--r--dev-python/fpconst/fpconst-0.6.0.ebuild18
-rw-r--r--dev-python/fpconst/metadata.xml5
4 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/fpconst/ChangeLog b/dev-python/fpconst/ChangeLog
new file mode 100644
index 000000000000..5331e8c699d6
--- /dev/null
+++ b/dev-python/fpconst/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/fpconst
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.1 2004/01/03 02:58:52 kloeri Exp $
+
+*fpconst-0.6.0 (03 Jan 2004)
+
+ 03 Jan 2004; Bryan Østergaard,,, <kloeri@gentoo.org> fpconst-0.6.0.ebuild,
+ metadata.xml:
+ Initial import
+
diff --git a/dev-python/fpconst/Manifest b/dev-python/fpconst/Manifest
new file mode 100644
index 000000000000..98a380a80da6
--- /dev/null
+++ b/dev-python/fpconst/Manifest
@@ -0,0 +1,3 @@
+MD5 ae0574c918b6847b1a83952ad5bab683 fpconst-0.6.0.ebuild 459
+MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
+MD5 19fff1d23ee1fda3565c219e1ab833aa files/digest-fpconst-0.6.0 63
diff --git a/dev-python/fpconst/fpconst-0.6.0.ebuild b/dev-python/fpconst/fpconst-0.6.0.ebuild
new file mode 100644
index 000000000000..9037c6c78a20
--- /dev/null
+++ b/dev-python/fpconst/fpconst-0.6.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.6.0.ebuild,v 1.1 2004/01/03 02:58:52 kloeri Exp $
+
+inherit distutils
+
+DESCRIPTION="Python Module for handling IEEE 754 floating point special values"
+HOMEPAGE="http://www.analytics.washington.edu/Zope/projects/fpconst/"
+SRC_URI="http://www.analytics.washington.edu/Zope/projects/fpconst/${P}.tar.gz"
+
+KEYWORDS="~x86"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND=""
+
+#S=${WORKDIR}/${P}
diff --git a/dev-python/fpconst/metadata.xml b/dev-python/fpconst/metadata.xml
new file mode 100644
index 000000000000..de483c53568f
--- /dev/null
+++ b/dev-python/fpconst/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>python</herd>
+</pkgmetadata>