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.9.ebuild
@ 2010-09-17 21:43 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-09-17 21:43 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/09/17 21:43:34

  Modified:             ChangeLog
  Added:                veusz-1.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2_rc83_p15/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 sci-visualization/veusz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	30 Jul 2010 11:17:19 -0000	1.24
+++ ChangeLog	17 Sep 2010 21:43:34 -0000	1.25
@@ -1,6 +1,12 @@
 # ChangeLog for sci-visualization/veusz
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.24 2010/07/30 11:17:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.25 2010/09/17 21:43:34 arfrever Exp $
+
+*veusz-1.9 (17 Sep 2010)
+
+  17 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +veusz-1.9.ebuild:
+  Version bump.
 
   30 Jul 2010; Markos Chandras <hwoarang@gentoo.org> veusz-1.8.ebuild:
   Stable on amd64 wrt bug #329793



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

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

Index: veusz-1.9.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.9.ebuild,v 1.1 2010/09/17 21:43:34 arfrever Exp $

EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"

inherit distutils eutils fdo-mime

DESCRIPTION="Qt based scientific plotting package with good Postscript output"
HOMEPAGE="http://home.gna.org/veusz/ http://pypi.python.org/pypi/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 )"

PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")

src_install() {
	distutils_src_install
	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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-visualization/veusz: ChangeLog veusz-1.9.ebuild
@ 2010-10-18 15:24 Thomas Kahle (tomka)
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Kahle (tomka) @ 2010-10-18 15:24 UTC (permalink / raw
  To: gentoo-commits

tomka       10/10/18 15:24:41

  Modified:             ChangeLog veusz-1.9.ebuild
  Log:
  x86 stable per bug 341521
  
  (Portage version: 2.1.9.19/cvs/Linux i686)

Revision  Changes    Path
1.26                 sci-visualization/veusz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	17 Sep 2010 21:43:34 -0000	1.25
+++ ChangeLog	18 Oct 2010 15:24:40 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/veusz
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.25 2010/09/17 21:43:34 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.26 2010/10/18 15:24:40 tomka Exp $
+
+  18 Oct 2010; Thomas Kahle <tomka@gentoo.org> veusz-1.9.ebuild:
+  x86 stable per bug 341521
 
 *veusz-1.9 (17 Sep 2010)
 



1.3                  sci-visualization/veusz/veusz-1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/veusz-1.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/veusz-1.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/veusz-1.9.ebuild?r1=1.2&r2=1.3

Index: veusz-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- veusz-1.9.ebuild	18 Oct 2010 11:28:38 -0000	1.2
+++ veusz-1.9.ebuild	18 Oct 2010 15:24:40 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.9.ebuild,v 1.2 2010/10/18 11:28:38 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.9.ebuild,v 1.3 2010/10/18 15:24:40 tomka Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 
 IUSE="doc examples fits"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 LICENSE="GPL-2"
 
 DEPEND="dev-python/numpy"






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-visualization/veusz: ChangeLog veusz-1.9.ebuild
@ 2010-10-19  9:49 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-19  9:49 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/10/19 09:49:11

  Modified:             ChangeLog veusz-1.9.ebuild
  Log:
  Stable on amd64 wrt bug #341521
  
  (Portage version: 2.2_rc97/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 sci-visualization/veusz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	18 Oct 2010 15:24:40 -0000	1.26
+++ ChangeLog	19 Oct 2010 09:49:11 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/veusz
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.26 2010/10/18 15:24:40 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.27 2010/10/19 09:49:11 hwoarang Exp $
+
+  19 Oct 2010; Markos Chandras <hwoarang@gentoo.org> veusz-1.9.ebuild:
+  Stable on amd64 wrt bug #341521
 
   18 Oct 2010; Thomas Kahle <tomka@gentoo.org> veusz-1.9.ebuild:
   x86 stable per bug 341521



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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/veusz-1.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/veusz-1.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/veusz-1.9.ebuild?r1=1.3&r2=1.4

Index: veusz-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- veusz-1.9.ebuild	18 Oct 2010 15:24:40 -0000	1.3
+++ veusz-1.9.ebuild	19 Oct 2010 09:49:11 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.9.ebuild,v 1.3 2010/10/18 15:24:40 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.9.ebuild,v 1.4 2010/10/19 09:49:11 hwoarang Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 
 IUSE="doc examples fits"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 LICENSE="GPL-2"
 
 DEPEND="dev-python/numpy"






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-19  9:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-17 21:43 [gentoo-commits] gentoo-x86 commit in sci-visualization/veusz: ChangeLog veusz-1.9.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-18 15:24 Thomas Kahle (tomka)
2010-10-19  9:49 Markos Chandras (hwoarang)

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