public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/veusz: ChangeLog veusz-1.0.ebuild veusz-0.9.ebuild
@ 2007-11-02  1:48 Marcus Hanwell (cryos)
  0 siblings, 0 replies; only message in thread
From: Marcus Hanwell (cryos) @ 2007-11-02  1:48 UTC (permalink / raw
  To: gentoo-commits

cryos       07/11/02 01:48:18

  Modified:             ChangeLog
  Added:                veusz-1.0.ebuild
  Removed:              veusz-0.9.ebuild
  Log:
  Version bump, closes bug 196697.
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.5                  sci-visualization/veusz/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/veusz/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	12 Jan 2007 16:39:53 -0000	1.4
+++ ChangeLog	2 Nov 2007 01:48:18 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for sci-visualization/veusz
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.4 2007/01/12 16:39:53 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.5 2007/11/02 01:48:18 cryos Exp $
+
+*veusz-1.0 (02 Nov 2007)
+
+  02 Nov 2007; Marcus D. Hanwell <cryos@gentoo.org> -veusz-0.9.ebuild,
+  +veusz-1.0.ebuild:
+  Version bump, closes bug 196697.
 
 *veusz-0.10 (12 Jan 2007)
 



1.1                  sci-visualization/veusz/veusz-1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/veusz/veusz-1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/veusz/veusz-1.0.ebuild?rev=1.1&content-type=text/plain

Index: veusz-1.0.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.0.ebuild,v 1.1 2007/11/02 01:48:18 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/numpy
	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
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-02  1:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-02  1:48 [gentoo-commits] gentoo-x86 commit in sci-visualization/veusz: ChangeLog veusz-1.0.ebuild veusz-0.9.ebuild Marcus Hanwell (cryos)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox