* [gentoo-commits] gentoo-x86 commit in sci-visualization/veusz: veusz-1.11.ebuild ChangeLog
@ 2011-04-03 22:09 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-03 22:09 UTC (permalink / raw
To: gentoo-commits
arfrever 11/04/03 22:09:56
Modified: ChangeLog
Added: veusz-1.11.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha29_p8/cvs/Linux x86_64)
Revision Changes Path
1.30 sci-visualization/veusz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 15 Dec 2010 15:18:50 -0000 1.29
+++ ChangeLog 3 Apr 2011 22:09:56 -0000 1.30
@@ -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.29 2010/12/15 15:18:50 grozin Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.30 2011/04/03 22:09:56 arfrever Exp $
+
+*veusz-1.11 (03 Apr 2011)
+
+ 03 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +veusz-1.11.ebuild:
+ Version bump.
*veusz-1.10 (15 Dec 2010)
1.1 sci-visualization/veusz/veusz-1.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/veusz-1.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/veusz-1.11.ebuild?rev=1.1&content-type=text/plain
Index: veusz-1.11.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.11.ebuild,v 1.1 2011/04/03 22:09:56 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
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 || die "doins failed"
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 || die "domenu failed"
insinto /usr/share/mime/packages
doins "${FILESDIR}"/veusz.xml || die "doins failed"
}
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: veusz-1.11.ebuild ChangeLog
@ 2011-05-06 18:24 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-05-06 18:24 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/05/06 18:24:08
Modified: veusz-1.11.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #365887
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Revision Changes Path
1.2 sci-visualization/veusz/veusz-1.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/veusz-1.11.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/veusz-1.11.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/veusz-1.11.ebuild?r1=1.1&r2=1.2
Index: veusz-1.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- veusz-1.11.ebuild 3 Apr 2011 22:09:56 -0000 1.1
+++ veusz-1.11.ebuild 6 May 2011 18:24:08 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.11.ebuild,v 1.1 2011/04/03 22:09:56 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.11.ebuild,v 1.2 2011/05/06 18:24:08 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"
1.31 sci-visualization/veusz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 3 Apr 2011 22:09:56 -0000 1.30
+++ ChangeLog 6 May 2011 18:24:08 -0000 1.31
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/veusz
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.30 2011/04/03 22:09:56 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.31 2011/05/06 18:24:08 hwoarang Exp $
+
+ 06 May 2011; Markos Chandras <hwoarang@gentoo.org> veusz-1.11.ebuild:
+ Stable on amd64 wrt bug #365887
*veusz-1.11 (03 Apr 2011)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/veusz: veusz-1.11.ebuild ChangeLog
@ 2011-05-15 17:51 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-05-15 17:51 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/05/15 17:51:08
Modified: veusz-1.11.ebuild ChangeLog
Log:
x86 stable wrt bug #365887
(Portage version: 2.1.9.42/cvs/Linux i686)
Revision Changes Path
1.3 sci-visualization/veusz/veusz-1.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/veusz-1.11.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/veusz-1.11.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/veusz-1.11.ebuild?r1=1.2&r2=1.3
Index: veusz-1.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- veusz-1.11.ebuild 6 May 2011 18:24:08 -0000 1.2
+++ veusz-1.11.ebuild 15 May 2011 17:51:08 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.11.ebuild,v 1.2 2011/05/06 18:24:08 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.11.ebuild,v 1.3 2011/05/15 17:51:08 phajdan.jr 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"
1.32 sci-visualization/veusz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 6 May 2011 18:24:08 -0000 1.31
+++ ChangeLog 15 May 2011 17:51:08 -0000 1.32
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/veusz
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.31 2011/05/06 18:24:08 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.32 2011/05/15 17:51:08 phajdan.jr Exp $
+
+ 15 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> veusz-1.11.ebuild:
+ x86 stable wrt bug #365887
06 May 2011; Markos Chandras <hwoarang@gentoo.org> veusz-1.11.ebuild:
Stable on amd64 wrt bug #365887
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-05-15 17:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-03 22:09 [gentoo-commits] gentoo-x86 commit in sci-visualization/veusz: veusz-1.11.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2011-05-06 18:24 Markos Chandras (hwoarang)
2011-05-15 17:51 PaweA Hajdan (phajdan.jr)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox