* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: ChangeLog vtk-6.0.0.ebuild
@ 2014-01-12 9:15 Justin Lecher (jlec)
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2014-01-12 9:15 UTC (permalink / raw
To: gentoo-commits
jlec 14/01/12 09:15:22
Modified: ChangeLog vtk-6.0.0.ebuild
Log:
sci-libs/vtk: Fix gl2ps version in deps,#497224
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path
1.113 sci-libs/vtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.112&r2=1.113
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog 11 Jan 2014 17:31:17 -0000 1.112
+++ ChangeLog 12 Jan 2014 09:15:22 -0000 1.113
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.112 2014/01/11 17:31:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.113 2014/01/12 09:15:22 jlec Exp $
+
+ 12 Jan 2014; Justin Lecher <jlec@gentoo.org> vtk-6.0.0.ebuild:
+ Fix gl2ps version in deps,#497224
11 Jan 2014; Justin Lecher <jlec@gentoo.org> +files/vtk-6.0.0-cg-path.patch:
Add missing patch
1.2 sci-libs/vtk/vtk-6.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild?r1=1.1&r2=1.2
Index: vtk-6.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vtk-6.0.0.ebuild 11 Jan 2014 16:55:50 -0000 1.1
+++ vtk-6.0.0.ebuild 12 Jan 2014 09:15:22 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.1 2014/01/11 16:55:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.2 2014/01/12 09:15:22 jlec Exp $
EAPI=5
@@ -47,7 +47,7 @@
sys-libs/zlib
virtual/jpeg
virtual/opengl
- x11-libs/gl2ps
+ >=x11-libs/gl2ps-1.3.8
x11-libs/libX11
x11-libs/libXmu
x11-libs/libXt
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: ChangeLog vtk-6.0.0.ebuild
@ 2014-01-14 11:08 Justin Lecher (jlec)
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2014-01-14 11:08 UTC (permalink / raw
To: gentoo-commits
jlec 14/01/14 11:08:41
Modified: ChangeLog vtk-6.0.0.ebuild
Log:
sci-libs/vtk: nvidia-settings ist provided by both packages
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path
1.114 sci-libs/vtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.113&r2=1.114
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog 12 Jan 2014 09:15:22 -0000 1.113
+++ ChangeLog 14 Jan 2014 11:08:41 -0000 1.114
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.113 2014/01/12 09:15:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.114 2014/01/14 11:08:41 jlec Exp $
+
+ 14 Jan 2014; Justin Lecher <jlec@gentoo.org> vtk-6.0.0.ebuild:
+ nvidia-settings ist provided by both packages
12 Jan 2014; Justin Lecher <jlec@gentoo.org> vtk-6.0.0.ebuild:
Fix gl2ps version in deps,#497224
1.3 sci-libs/vtk/vtk-6.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild?r1=1.2&r2=1.3
Index: vtk-6.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vtk-6.0.0.ebuild 12 Jan 2014 09:15:22 -0000 1.2
+++ vtk-6.0.0.ebuild 14 Jan 2014 11:08:41 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.2 2014/01/12 09:15:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.3 2014/01/14 11:08:41 jlec Exp $
EAPI=5
@@ -79,7 +79,12 @@
)
tcl? ( dev-lang/tcl )
tk? ( dev-lang/tk )
- video_cards_nvidia? ( media-video/nvidia-settings )
+ video_cards_nvidia? (
+ || (
+ media-video/nvidia-settings
+ x11-drivers/nvidia-drivers[tools]
+ )
+ )
R? ( dev-lang/R )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: ChangeLog vtk-6.0.0.ebuild
@ 2014-01-14 15:25 Justin Lecher (jlec)
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2014-01-14 15:25 UTC (permalink / raw
To: gentoo-commits
jlec 14/01/14 15:25:29
Modified: ChangeLog vtk-6.0.0.ebuild
Log:
sci-libs/vtk: Revert dep change
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path
1.115 sci-libs/vtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.114&r2=1.115
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog 14 Jan 2014 11:08:41 -0000 1.114
+++ ChangeLog 14 Jan 2014 15:25:29 -0000 1.115
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.114 2014/01/14 11:08:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.115 2014/01/14 15:25:29 jlec Exp $
+
+ 14 Jan 2014; Justin Lecher <jlec@gentoo.org> vtk-6.0.0.ebuild:
+ Revert dep change
14 Jan 2014; Justin Lecher <jlec@gentoo.org> vtk-6.0.0.ebuild:
nvidia-settings ist provided by both packages
1.4 sci-libs/vtk/vtk-6.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild?r1=1.3&r2=1.4
Index: vtk-6.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vtk-6.0.0.ebuild 14 Jan 2014 11:08:41 -0000 1.3
+++ vtk-6.0.0.ebuild 14 Jan 2014 15:25:29 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.3 2014/01/14 11:08:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.4 2014/01/14 15:25:29 jlec Exp $
EAPI=5
@@ -79,12 +79,7 @@
)
tcl? ( dev-lang/tcl )
tk? ( dev-lang/tk )
- video_cards_nvidia? (
- || (
- media-video/nvidia-settings
- x11-drivers/nvidia-drivers[tools]
- )
- )
+ video_cards_nvidia? ( media-video/nvidia-settings )
R? ( dev-lang/R )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: ChangeLog vtk-6.0.0.ebuild
@ 2014-01-25 13:23 Justin Lecher (jlec)
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2014-01-25 13:23 UTC (permalink / raw
To: gentoo-commits
jlec 14/01/25 13:23:40
Modified: ChangeLog vtk-6.0.0.ebuild
Log:
sci-libs/vtk: Add missing dep for qt (dev-qt/designer)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path
1.116 sci-libs/vtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.115&r2=1.116
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog 14 Jan 2014 15:25:29 -0000 1.115
+++ ChangeLog 25 Jan 2014 13:23:40 -0000 1.116
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.115 2014/01/14 15:25:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.116 2014/01/25 13:23:40 jlec Exp $
+
+ 25 Jan 2014; Justin Lecher <jlec@gentoo.org> vtk-6.0.0.ebuild:
+ Add missing dep for qt (dev-qt/designer)
14 Jan 2014; Justin Lecher <jlec@gentoo.org> vtk-6.0.0.ebuild:
Revert dep change
1.5 sci-libs/vtk/vtk-6.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild?r1=1.4&r2=1.5
Index: vtk-6.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vtk-6.0.0.ebuild 14 Jan 2014 15:25:29 -0000 1.4
+++ vtk-6.0.0.ebuild 25 Jan 2014 13:23:40 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.4 2014/01/14 15:25:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.5 2014/01/25 13:23:40 jlec Exp $
EAPI=5
@@ -70,6 +70,7 @@
dev-python/sip[${PYTHON_USEDEP}]
)
qt4? (
+ dev-qt/designer:4
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtopengl:4
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: ChangeLog vtk-6.0.0.ebuild
@ 2014-10-30 10:55 Alexis Ballier (aballier)
0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2014-10-30 10:55 UTC (permalink / raw
To: gentoo-commits
aballier 14/10/30 10:55:32
Modified: ChangeLog vtk-6.0.0.ebuild
Log:
keyword ~arm
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.118 sci-libs/vtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.117&r2=1.118
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog 3 Feb 2014 12:30:03 -0000 1.117
+++ ChangeLog 30 Oct 2014 10:55:32 -0000 1.118
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.117 2014/02/03 12:30:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.118 2014/10/30 10:55:32 aballier Exp $
+
+ 30 Oct 2014; Alexis Ballier <aballier@gentoo.org> vtk-6.0.0.ebuild:
+ keyword ~arm
03 Feb 2014; Justin Lecher <jlec@gentoo.org> vtk-6.0.0.ebuild:
Be a ninja
1.7 sci-libs/vtk/vtk-6.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild?r1=1.6&r2=1.7
Index: vtk-6.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vtk-6.0.0.ebuild 3 Feb 2014 12:30:03 -0000 1.6
+++ vtk-6.0.0.ebuild 30 Oct 2014 10:55:32 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.6 2014/02/03 12:30:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.7 2014/10/30 10:55:32 aballier Exp $
EAPI=5
@@ -19,7 +19,7 @@
doc? ( http://www.${PN}.org/files/release/${SPV}/${PN}DocHtml-${PV}.tar.gz )"
LICENSE="BSD LGPL-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
SLOT="0"
IUSE="
aqua boost cg doc examples imaging ffmpeg java mpi mysql odbc
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-10-30 10:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-14 11:08 [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: ChangeLog vtk-6.0.0.ebuild Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2014-10-30 10:55 Alexis Ballier (aballier)
2014-01-25 13:23 Justin Lecher (jlec)
2014-01-14 15:25 Justin Lecher (jlec)
2014-01-12 9:15 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox