Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/ViSP-images/
Date: Sun, 05 Feb 2017 18:29:20
Message-Id: 1486319202.50670284b4c73acc38ddfc5030f8fde6f32ed239.aballier@gentoo
1 commit: 50670284b4c73acc38ddfc5030f8fde6f32ed239
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 18:05:38 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 18:26:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50670284
7
8 sci-misc/ViSP-images: Bump to 3.0.1
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-misc/ViSP-images/Manifest | 1 +
13 sci-misc/ViSP-images/ViSP-images-3.0.1.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/sci-misc/ViSP-images/Manifest b/sci-misc/ViSP-images/Manifest
17 index f563eba..686d3d5 100644
18 --- a/sci-misc/ViSP-images/Manifest
19 +++ b/sci-misc/ViSP-images/Manifest
20 @@ -1,2 +1,3 @@
21 DIST ViSP-images-2.10.0.zip 70776344 SHA256 9e4638f583aa12de03e6bdd7d35378ee62df6a5511bf3adf4da6f194cc45d7c1 SHA512 8e44216d3dd54e775544cbd8db156e846d5d7600d205fdfe16100313237b8b9bb7989b8e4272ff9d6e7ec593f121764e1acda93420f1175448e57b5baf2bbcfb WHIRLPOOL b2c8be0812322ab778025d6c6a69f14bccb16c44ea25cbb9828f2d3588cf5e1068ed4b29fbc3977abd3736faa44a4c5032f0397f8db8557e42b2ad06e0a245be
22 DIST ViSP-images-3.0.0.zip 70774764 SHA256 d04b33406bbf1439b376920163b8133c795e34c63009f76cf80a654561bb003f SHA512 835a4df4e694eb417dc9e993755fe3d9ea29edb9cd53a86246b004516c0c0f8b47e51a6d4fa3717970ea130adda5e8d6964fc9352e4af8b4d1fd55f6bb00a9e1 WHIRLPOOL ca1dd92663e4fab483f8590b64b5c6c4f48e51346598d8417b2a0438b520b05a20a14f7189a488a5cdf068878b3dc851366ee6d21d437ea340c2df7401905a85
23 +DIST ViSP-images-3.0.1.zip 70498859 SHA256 b9af30bcde6fbac7925628e9e511b72b9caf931ce61549f042448c430b32b92e SHA512 b3fac5b08a9aad24c27e9f887a096386995a30af616c0137ca2e61445c96dc474a905604133740d550827f7e67d2c0d492774e0c0277e4ca44c5df6df06c8477 WHIRLPOOL 561acb9d1d1c837ca884f639d7a179792a618755549877e83458a37b6f9a72f4146ee12fbb4223bc62104e2d98fb3e070cc5172df96921dd85e3205597c67a1f
24
25 diff --git a/sci-misc/ViSP-images/ViSP-images-3.0.1.ebuild b/sci-misc/ViSP-images/ViSP-images-3.0.1.ebuild
26 new file mode 100644
27 index 00000000..7a2f142
28 --- /dev/null
29 +++ b/sci-misc/ViSP-images/ViSP-images-3.0.1.ebuild
30 @@ -0,0 +1,24 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +
37 +DESCRIPTION="ViSP images data set"
38 +HOMEPAGE="http://www.irisa.fr/lagadic/visp/"
39 +SRC_URI="http://visp-doc.inria.fr/download/dataset/${P}.zip"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm"
44 +IUSE=""
45 +
46 +DEPEND="app-arch/unzip"
47 +RDEPEND=""
48 +
49 +src_install() {
50 + dodoc README.md
51 + rm -f README.md LICENSE.txt
52 + dodir /usr/share/visp-images-data/
53 + mv "${S}" "${ED}/usr/share/visp-images-data/${PN}"
54 +}