From: "Oliver Borm" <oli.borm@web.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/vtkPOFFReader/
Date: Wed, 9 Mar 2011 15:04:20 +0000 (UTC) [thread overview]
Message-ID: <0cce1398f9de2d8dfd385283a70b064359578987.oli@gentoo> (raw)
commit: 0cce1398f9de2d8dfd385283a70b064359578987
Author: Oliver Borm (boroli) <oli.borm <AT> web <DOT> de>
AuthorDate: Wed Mar 9 15:04:04 2011 +0000
Commit: Oliver Borm <oli.borm <AT> web <DOT> de>
CommitDate: Wed Mar 9 15:04:04 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0cce1398
sci-visualization/vtkPOFFReader: New ebuild for bug 358077
---
sci-visualization/vtkPOFFReader/ChangeLog | 10 +++++
sci-visualization/vtkPOFFReader/metadata.xml | 7 ++++
.../vtkPOFFReader/vtkPOFFReader-300.ebuild | 37 ++++++++++++++++++++
3 files changed, 54 insertions(+), 0 deletions(-)
diff --git a/sci-visualization/vtkPOFFReader/ChangeLog b/sci-visualization/vtkPOFFReader/ChangeLog
new file mode 100644
index 0000000..ad2c28f
--- /dev/null
+++ b/sci-visualization/vtkPOFFReader/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-visualization/vtkPOFFReader
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*vtkPOFFReader-300 (09 Mar 2011)
+
+ 09 Mar 2011; Oliver Borm (boroli) <oli.borm@web.de>
+ +vtkPOFFReader-300.ebuild, +metadata.xml:
+ sci-visualization/vtkPOFFReader: New ebuild for bug 358077
+
diff --git a/sci-visualization/vtkPOFFReader/metadata.xml b/sci-visualization/vtkPOFFReader/metadata.xml
new file mode 100644
index 0000000..334411a
--- /dev/null
+++ b/sci-visualization/vtkPOFFReader/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <use>
+ </use>
+</pkgmetadata>
diff --git a/sci-visualization/vtkPOFFReader/vtkPOFFReader-300.ebuild b/sci-visualization/vtkPOFFReader/vtkPOFFReader-300.ebuild
new file mode 100644
index 0000000..5aad41a
--- /dev/null
+++ b/sci-visualization/vtkPOFFReader/vtkPOFFReader-300.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit versionator multilib cmake-utils
+
+DESCRIPTION="Parallelized reader for OpenFOAM(R) file format for use with ParaView/VTK"
+HOMEPAGE="http://of-interfaces.sourceforge.net"
+SRC_URI="http://of-interfaces.svn.sourceforge.net/viewvc/of-interfaces/trunk/vtkPOFFReader/?view=tar&pathrev=${PV} -> ${P}.tar.gz"
+
+LICENSE="paraview GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ >=sci-visualization/paraview-3.8.1"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ PVP=$(best_version sci-visualization/paraview | cut -d '-' -f 3-)
+ MAJOR_PV=$(get_version_component_range 1-2 $PVP)
+
+ PVLIBDIR=/usr/$(get_libdir)/paraview-${MAJOR_PV}
+ S=${WORKDIR}/${PN}
+}
+
+src_configure() {
+ mycmakeargs=(
+ -DCMAKE_BUILD_TYPE=Release
+ -DCMAKE_INSTALL_PREFIX="${PVLIBDIR}"/plugins
+ -DParaView_DIR="${PVLIBDIR}")
+
+ cmake-utils_src_configure
+}
next reply other threads:[~2011-03-09 15:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-09 15:04 Oliver Borm [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-03-14 9:50 [gentoo-commits] proj/sci:master commit in: sci-visualization/vtkPOFFReader/ Oliver Borm
2011-06-24 17:09 Justin Lecher
2015-09-22 8:19 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0cce1398f9de2d8dfd385283a70b064359578987.oli@gentoo \
--to=oli.borm@web.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox