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.4.ebuild veusz-1.3.ebuild veusz-1.2.1.ebuild
@ 2009-06-05 17:13 Andrey Grozin (grozin)
  0 siblings, 0 replies; only message in thread
From: Andrey Grozin (grozin) @ 2009-06-05 17:13 UTC (permalink / raw
  To: gentoo-commits

grozin      09/06/05 17:13:14

  Modified:             ChangeLog
  Added:                veusz-1.4.ebuild
  Removed:              veusz-1.3.ebuild veusz-1.2.1.ebuild
  Log:
  Version bump, fixed USE-deps on PyQt4 (bug #272186)
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.14                 sci-visualization/veusz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	27 Feb 2009 14:56:55 -0000	1.13
+++ ChangeLog	5 Jun 2009 17:13:14 -0000	1.14
@@ -1,6 +1,12 @@
 # ChangeLog for sci-visualization/veusz
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.13 2009/02/27 14:56:55 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.14 2009/06/05 17:13:14 grozin Exp $
+
+*veusz-1.4 (05 Jun 2009)
+
+  05 Jun 2009; Andrey Grozin <grozin@gentoo.org> -veusz-1.2.1.ebuild,
+  -veusz-1.3.ebuild, +veusz-1.4.ebuild:
+  Version bump, fixed USE-deps on PyQt4 (bug #272186)
 
 *veusz-1.3-r1 (27 Feb 2009)
 



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

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

Index: veusz-1.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.4.ebuild,v 1.1 2009/06/05 17:13:14 grozin Exp $

EAPI=2
inherit eutils distutils fdo-mime

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 examples fits"
SLOT="0"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2"

DEPEND="dev-python/numpy"
RDEPEND="${DEPEND}
	dev-python/PyQt4[X,svg]
	fits? ( dev-python/pyfits )"

src_install() {
	distutils_src_install
	dodoc Interface.txt
	insinto /usr/share/doc/${PF}
	if use examples; then
		doins -r examples || die "examples install failed"
	fi
	if use doc; then
		cd Documents
		insinto /usr/share/doc/${PF}
		doins manual.pdf
		insinto /usr/share/doc/${PF}/html
		doins -r manual.html manimages \
			|| die "doc install failed"
	fi
	newicon "${S}"/windows/icons/veusz_48.png veusz.png
	domenu "${FILESDIR}"/veusz.desktop
	insinto /usr/share/mime/packages
	doins "${FILESDIR}"/veusz.xml
}

pkg_postinst() {
	distutils_pkg_postinst
	fdo-mime_desktop_database_update
}

pkg_postrm() {
	distutils_pkg_postrm
	fdo-mime_desktop_database_update
}






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

only message in thread, other threads:[~2009-06-05 17:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-05 17:13 [gentoo-commits] gentoo-x86 commit in sci-visualization/veusz: ChangeLog veusz-1.4.ebuild veusz-1.3.ebuild veusz-1.2.1.ebuild Andrey Grozin (grozin)

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