commit:     60243db21c22a8486277ab5db43e545c7e04ed00
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 09:38:44 2022 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 10:27:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60243db2

sci-misc/ViSP-images: bump to 3.5.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 sci-misc/ViSP-images/Manifest                 |  1 +
 sci-misc/ViSP-images/ViSP-images-3.5.0.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/sci-misc/ViSP-images/Manifest b/sci-misc/ViSP-images/Manifest
index 48f0da3ae758..43cb21c43ab4 100644
--- a/sci-misc/ViSP-images/Manifest
+++ b/sci-misc/ViSP-images/Manifest
@@ -1 +1,2 @@
 DIST visp-images-3.3.0.zip 91291914 BLAKE2B 
e2c893303401e5facf52bff847785a155d3f990f8fc149ef1003b0bd1609b7740cea41bc5a24ed64bc0eefe23b02587cd6bfcd2d3303bbd84941d36f108da587
 SHA512 
d0f4c7f10a36f4aa365bd7bf65d35941755d429331c5f28b7731faa0c01c66fe9ab9137403c90cc0b3fb7b718553da69acdb3e9309c9bff14be7981a726bb41f
+DIST visp-images-3.5.0.zip 136814438 BLAKE2B 
7998dccdaefa4950d0ebd2f3aefd5f3d879ac594278a724948ff651f5a22f44ba41d055c4bfbe76c7b2a03873ea816278bd023a10c7cdfcc184cca5c398a4af0
 SHA512 
e3e670ea8da996961387b14dfc567aced3214bbf1b4fcbe045b77c3454388b2c8c657e644f233da000defebd96382749903381781c0ad3fb796ea9bf7439354c

diff --git a/sci-misc/ViSP-images/ViSP-images-3.5.0.ebuild 
b/sci-misc/ViSP-images/ViSP-images-3.5.0.ebuild
new file mode 100644
index 000000000000..ba6721cb50d1
--- /dev/null
+++ b/sci-misc/ViSP-images/ViSP-images-3.5.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="ViSP images data set"
+HOMEPAGE="http://www.irisa.fr/lagadic/visp/";
+SRC_URI="http://visp-doc.inria.fr/download/dataset/visp-images-${PV}.zip";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}/visp-images-${PV}"
+
+src_install() {
+       dodoc README.md
+       rm -f README.md LICENSE.txt
+       dodir /usr/share/visp-images-data/
+       mv "${S}" "${ED}/usr/share/visp-images-data/${PN}"
+}

Reply via email to