summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2006-01-21 16:41:57 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2006-01-21 16:41:57 +0000
commit11d76e19d1aadb528230d193b79356deb3bd442f (patch)
treee32b9af48452b76fd2fbbcb5410aacad5081270f /sci-mathematics
parentFixed DEPEND for modular X. (diff)
downloadgentoo-2-11d76e19d1aadb528230d193b79356deb3bd442f.tar.gz
gentoo-2-11d76e19d1aadb528230d193b79356deb3bd442f.tar.bz2
gentoo-2-11d76e19d1aadb528230d193b79356deb3bd442f.zip
Version bump.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/veusz/ChangeLog7
-rw-r--r--sci-mathematics/veusz/Manifest12
-rw-r--r--sci-mathematics/veusz/files/digest-veusz-0.91
-rw-r--r--sci-mathematics/veusz/veusz-0.9.ebuild33
4 files changed, 42 insertions, 11 deletions
diff --git a/sci-mathematics/veusz/ChangeLog b/sci-mathematics/veusz/ChangeLog
index a57ba68c69e8..0dc5241ade38 100644
--- a/sci-mathematics/veusz/ChangeLog
+++ b/sci-mathematics/veusz/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-mathematics/veusz
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/veusz/ChangeLog,v 1.1 2006/01/13 20:51:10 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/veusz/ChangeLog,v 1.2 2006/01/21 16:41:57 cryos Exp $
+
+*veusz-0.9 (21 Jan 2006)
+
+ 21 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> +veusz-0.9.ebuild:
+ Version bump.
*veusz-0.8 (13 Jan 2006)
diff --git a/sci-mathematics/veusz/Manifest b/sci-mathematics/veusz/Manifest
index e10ea805c141..adff14e93d50 100644
--- a/sci-mathematics/veusz/Manifest
+++ b/sci-mathematics/veusz/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 b409c024814c5d024cfa4afd5a51ca23 ChangeLog 484
MD5 2bc063a44a7f4f2767c2d31151b7682c files/digest-veusz-0.8 61
+MD5 82498f10f9727479e0747463912965a8 files/digest-veusz-0.9 61
MD5 5feee5e85a6981f386b3e2b34a29ace6 metadata.xml 505
MD5 fd60ff700be6b645829a637018fc1c81 veusz-0.8.ebuild 925
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDyBLOntT9W3vfTuoRAiKRAJ4vN3OV0hdORhsCFY49+Tf92xH2GQCfQ+E2
-QzrHTB9OtcGwS7E/WygThrU=
-=7xHE
------END PGP SIGNATURE-----
+MD5 fd60ff700be6b645829a637018fc1c81 veusz-0.9.ebuild 925
diff --git a/sci-mathematics/veusz/files/digest-veusz-0.9 b/sci-mathematics/veusz/files/digest-veusz-0.9
new file mode 100644
index 000000000000..14c780871f4b
--- /dev/null
+++ b/sci-mathematics/veusz/files/digest-veusz-0.9
@@ -0,0 +1 @@
+MD5 db0c797a1542e2e2bd485bc2a824026b veusz-0.9.tar.gz 709990
diff --git a/sci-mathematics/veusz/veusz-0.9.ebuild b/sci-mathematics/veusz/veusz-0.9.ebuild
new file mode 100644
index 000000000000..0b7c9b0ba486
--- /dev/null
+++ b/sci-mathematics/veusz/veusz-0.9.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/veusz/veusz-0.9.ebuild,v 1.1 2006/01/21 16:41:57 cryos Exp $
+
+inherit distutils
+
+DESCRIPTION="Qt based scientific plotting package with good Postscript output."
+HOMEPAGE="http://home.gna.org/veusz/"
+SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz"
+
+IUSE="doc"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-2"
+
+DEPEND="virtual/python
+ dev-python/numarray
+ dev-python/PyQt"
+# To be added back in once fits is added to the tree
+# fits? ( >=dev-python/pyfits-0.9.8 )"
+
+src_install() {
+ distutils_src_install
+ if use doc; then
+ insinto /usr/share/doc/${PF}/examples
+ doins examples/*
+ docinto Documents
+ dodoc Documents/Interface.txt
+ dohtml -r Documents/{manual.xml,manimages}
+ insinto /usr/share/doc/${PF}/Documents
+ doins Documents/generate_manual.sh
+ fi
+}