diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-01-03 02:58:52 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-01-03 02:58:52 +0000 |
commit | 1e311291cd07bf0e9c75086c26769908ad0972eb (patch) | |
tree | fc69f4b2ee8bd70a743ca4e01f0ace504d1c19d4 /dev-python/fpconst | |
parent | Add nls to IUSE, Add gtk+-1.2 to DEPEND, use 'use_enable' and einstall. (diff) | |
download | historical-1e311291cd07bf0e9c75086c26769908ad0972eb.tar.gz historical-1e311291cd07bf0e9c75086c26769908ad0972eb.tar.bz2 historical-1e311291cd07bf0e9c75086c26769908ad0972eb.zip |
Also commit ChangeLog..
Diffstat (limited to 'dev-python/fpconst')
-rw-r--r-- | dev-python/fpconst/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/fpconst/Manifest | 3 | ||||
-rw-r--r-- | dev-python/fpconst/fpconst-0.6.0.ebuild | 18 | ||||
-rw-r--r-- | dev-python/fpconst/metadata.xml | 5 |
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> |