public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/bicatali:master commit in: sci-libs/vtkdata/
@ 2015-11-23 23:09 Sebastien Fabbro
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro @ 2015-11-23 23:09 UTC (permalink / raw
  To: gentoo-commits

commit:     528004d98756a5006761c58fdbb8d680ac1e494b
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 23:55:57 2015 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 23:55:57 2015 +0000
URL:        https://gitweb.gentoo.org/dev/bicatali.git/commit/?id=528004d9

sci-libs/vtkdata: version bump

Package-Manager: portage-2.2.25

 sci-libs/vtkdata/Manifest             |  1 +
 sci-libs/vtkdata/metadata.xml         |  8 ++++++++
 sci-libs/vtkdata/vtkdata-6.3.0.ebuild | 27 +++++++++++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/sci-libs/vtkdata/Manifest b/sci-libs/vtkdata/Manifest
new file mode 100644
index 0000000..c29a45e
--- /dev/null
+++ b/sci-libs/vtkdata/Manifest
@@ -0,0 +1 @@
+DIST VTKData-6.3.0.tar.gz 171222218 SHA256 e1166f71158073358d89c26efbbce144aa89275dc99f7108b113efa08a7a3c25 SHA512 49cbdcb98093fa265c0bfda71bb3cc6116c898a9381bf895361ea70392054bda1e676c805121a6add287a95cd9084318d3e0884412e86a755331e2c2fd1e3d8a WHIRLPOOL 5517ae7ecfd23f64ab4cfecee79577f21ac29741c2e2af76a31296379b20847ba2720809c5762d843099b62a3eba1636d39a6fb207a46b9816f684336b3d0d8c

diff --git a/sci-libs/vtkdata/metadata.xml b/sci-libs/vtkdata/metadata.xml
new file mode 100644
index 0000000..5ef07a3
--- /dev/null
+++ b/sci-libs/vtkdata/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci</herd>
+  <maintainer>
+    <email>jlec@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>

diff --git a/sci-libs/vtkdata/vtkdata-6.3.0.ebuild b/sci-libs/vtkdata/vtkdata-6.3.0.ebuild
new file mode 100644
index 0000000..f16666f
--- /dev/null
+++ b/sci-libs/vtkdata/vtkdata-6.3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit versionator
+
+DESCRIPTION="Example data file for VTK"
+HOMEPAGE="http://www.vtk.org"
+SRC_URI="http://www.vtk.org/files/release/$(get_version_component_range 1-2)/VTKData-${PV}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RESTRICT="binchecks strip"
+
+RDEPEND="!<sci-libs/vtk-6"
+
+S="${WORKDIR}"/VTK-${PV}
+
+src_install() {
+	insinto /usr/share/vtk/data
+	doins -r .ExternalData
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-23 23:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-23 23:09 [gentoo-commits] dev/bicatali:master commit in: sci-libs/vtkdata/ Sebastien Fabbro

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