diff options
author | 2002-07-15 19:54:00 +0000 | |
---|---|---|
committer | 2002-07-15 19:54:00 +0000 | |
commit | 5fde7020480a58d39aed17b664052bbda44e34a5 (patch) | |
tree | 99ab79f1d91025c5950c5410f21c97b2ea0092db /dev-python | |
parent | new version and fixums, see changelog (diff) | |
download | historical-5fde7020480a58d39aed17b664052bbda44e34a5.tar.gz historical-5fde7020480a58d39aed17b664052bbda44e34a5.tar.bz2 historical-5fde7020480a58d39aed17b664052bbda44e34a5.zip |
update to install docs
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ScientificPython/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild (renamed from dev-python/ScientificPython/ScientificPython-2.2.ebuild) | 22 | ||||
-rw-r--r-- | dev-python/ScientificPython/files/digest-ScientificPython-2.2-r1 (renamed from dev-python/ScientificPython/files/digest-ScientificPython-2.2) | 0 |
3 files changed, 29 insertions, 4 deletions
diff --git a/dev-python/ScientificPython/ChangeLog b/dev-python/ScientificPython/ChangeLog index 6492b3749fca..b1d79c5eea63 100644 --- a/dev-python/ScientificPython/ChangeLog +++ b/dev-python/ScientificPython/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for dev-python/ScientificPython # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-python/ScientificPython/ChangeLog,v 1.1 2002/02/01 21:53:28 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ScientificPython/ChangeLog,v 1.2 2002/07/15 19:53:59 george Exp $ + +*ScientificPython-2.2-r1 (1 Feb 2002) + + 15 July 2002; George Shapovalov <george@gentoo.org> ScientificPython-2.2-r1.ebuild : + + cleaned up and added necessary vars/headers. + this revision will install docs (unlike previous one). + missing docs are reported by Stephen Boulet <stephen@theboulets.net>, + prototype update proposed by Ben Cornett <acornet@emory.edu> *ScientificPython-2.2 (1 Feb 2002) diff --git a/dev-python/ScientificPython/ScientificPython-2.2.ebuild b/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild index 48574f7d1d73..fe7b46d4fa3d 100644 --- a/dev-python/ScientificPython/ScientificPython-2.2.ebuild +++ b/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild @@ -1,7 +1,6 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# /home/cvsroot/gentoo-x86/dev-python/scientific--python/ScientificPython-2.2.ebuild,v 1.4 2001/06/04 21:57:52 achim Exp -# $Header: /var/cvsroot/gentoo-x86/dev-python/ScientificPython/ScientificPython-2.2.ebuild,v 1.6 2002/07/11 06:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild,v 1.1 2002/07/15 19:53:59 george Exp $ S=${WORKDIR}/${P} @@ -12,6 +11,11 @@ HOMEPAGE="http://starship.python.net/crew/hinsen/scientific.html" DEPEND=">=dev-lang/python-2.0-r4 >=dev-python/Numeric-19.0 >=app-sci/netcdf-3.0" +RDEPEND="${DEPEND}" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" src_compile() { python setup.py build || die @@ -19,5 +23,17 @@ src_compile() { src_install() { python setup.py install --prefix=${D}/usr || die + dodoc MANIFEST.in COPYRIGHT README* + cd Doc + dodoc CHANGELOG + dohtml HTML/* + + dodir /usr/share/doc/${P}/pdf + insinto /usr/share/doc/${P}/pdf + doins PDF/* + #for p in PDF/*.pdf; do + # dodoc $p + #done + } diff --git a/dev-python/ScientificPython/files/digest-ScientificPython-2.2 b/dev-python/ScientificPython/files/digest-ScientificPython-2.2-r1 index 765dffede95b..765dffede95b 100644 --- a/dev-python/ScientificPython/files/digest-ScientificPython-2.2 +++ b/dev-python/ScientificPython/files/digest-ScientificPython-2.2-r1 |