diff options
author | Alexis Ballier <aballier@gentoo.org> | 2022-07-07 11:38:44 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2022-07-07 12:27:24 +0200 |
commit | 60243db21c22a8486277ab5db43e545c7e04ed00 (patch) | |
tree | 312270f2837ee86503ca79fcdb6e24c16737a345 /sci-misc | |
parent | dev-libs/capnproto: bump to 0.10.2 (diff) | |
download | gentoo-60243db21c22a8486277ab5db43e545c7e04ed00.tar.gz gentoo-60243db21c22a8486277ab5db43e545c7e04ed00.tar.bz2 gentoo-60243db21c22a8486277ab5db43e545c7e04ed00.zip |
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@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/ViSP-images/Manifest | 1 | ||||
-rw-r--r-- | sci-misc/ViSP-images/ViSP-images-3.5.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
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}" +} |