summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2006-09-08 15:15:13 +0000
committerMarkus Dittrich <markusle@gentoo.org>2006-09-08 15:15:13 +0000
commita1194add93dbed28a18a540bf0c7562664dd99f1 (patch)
treee9cf54f836b6fee6de854505779f29ee0110f115 /sci-libs/vtk
parentadd myself as maintainer for ktoblzcheck (diff)
downloadgentoo-2-a1194add93dbed28a18a540bf0c7562664dd99f1.tar.gz
gentoo-2-a1194add93dbed28a18a540bf0c7562664dd99f1.tar.bz2
gentoo-2-a1194add93dbed28a18a540bf0c7562664dd99f1.zip
Renamed the qt patch in an effort to get rid of the executable permissions. Also cleaned up the ebuilds some.
(Portage version: 2.1.1_rc1-r3)
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r--sci-libs/vtk/ChangeLog8
-rw-r--r--sci-libs/vtk/files/vtk-qt-gentoo.patch13
-rw-r--r--sci-libs/vtk/vtk-5.0.0.ebuild4
-rw-r--r--sci-libs/vtk/vtk-5.0.1.ebuild4
4 files changed, 24 insertions, 5 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog
index 1f1397566710..b380b6c75d6f 100644
--- a/sci-libs/vtk/ChangeLog
+++ b/sci-libs/vtk/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.22 2006/09/08 12:53:20 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.23 2006/09/08 15:15:13 markusle Exp $
+
+ 08 Sep 2006; Markus Dittrich <markusle@gentoo.org>
+ +files/vtk-qt-gentoo.patch, -files/vtk-qt3-qt4-gentoo.patch,
+ vtk-5.0.0.ebuild, vtk-5.0.1.ebuild:
+ Renamed the qt patch in an effort to get rid of the executable
+ permissions. Also cleaned up the ebuilds some.
08 Sep 2006; Markus Dittrich <markusle@gentoo.org>
files/vtk-qt3-qt4-gentoo.patch, -files/vtk-4.2.6-gcc34.patch,
diff --git a/sci-libs/vtk/files/vtk-qt-gentoo.patch b/sci-libs/vtk/files/vtk-qt-gentoo.patch
new file mode 100644
index 000000000000..ffe91e0f8329
--- /dev/null
+++ b/sci-libs/vtk/files/vtk-qt-gentoo.patch
@@ -0,0 +1,13 @@
+diff -Naur VTK-old/Examples/GUI/Qt/Events/GUI.ui VTK/Examples/GUI/Qt/Events/GUI.ui
+--- VTK-old/Examples/GUI/Qt/Events/GUI.ui 2005-01-28 15:23:54.000000000 -0500
++++ VTK/Examples/GUI/Qt/Events/GUI.ui 2006-09-08 08:26:59.000000000 -0400
+@@ -186,9 +186,4 @@
+ <function access="private" specifier="non virtual">init()</function>
+ <function access="private" specifier="non virtual">destroy()</function>
+ </functions>
+-<layoutdefaults spacing="6" margin="11"/>
+-<includehints>
+- <includehint>qvtkwidget.h</includehint>
+- <includehint>qvtkwidget.h</includehint>
+-</includehints>
+ </UI>
diff --git a/sci-libs/vtk/vtk-5.0.0.ebuild b/sci-libs/vtk/vtk-5.0.0.ebuild
index c31fe11da82f..9b84c82fb4d0 100644
--- a/sci-libs/vtk/vtk-5.0.0.ebuild
+++ b/sci-libs/vtk/vtk-5.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.0.ebuild,v 1.8 2006/07/10 12:41:27 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.0.ebuild,v 1.9 2006/09/08 15:15:13 markusle Exp $
# TODO: need to fix Examples/CMakeLists.txt to build other examples
@@ -51,7 +51,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}"/vtk-qt3-qt4-gentoo.patch
+ epatch "${FILESDIR}"/${PN}-qt-gentoo.patch
}
src_compile() {
diff --git a/sci-libs/vtk/vtk-5.0.1.ebuild b/sci-libs/vtk/vtk-5.0.1.ebuild
index 8f697d2c95fd..90c6937ba214 100644
--- a/sci-libs/vtk/vtk-5.0.1.ebuild
+++ b/sci-libs/vtk/vtk-5.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.1.ebuild,v 1.2 2006/07/21 02:09:59 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.1.ebuild,v 1.3 2006/09/08 15:15:13 markusle Exp $
# TODO: need to fix Examples/CMakeLists.txt to build other examples
@@ -52,7 +52,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}"/vtk-qt3-qt4-gentoo.patch
+ epatch "${FILESDIR}"/${PN}-qt-gentoo.patch
}
src_compile() {