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: Wed, 23 Dec 2015 00:07:10
Message-Id: 1450829217.b224c5c27f609150e60865bd405370b8040241f5.aballier@gentoo
1 commit: b224c5c27f609150e60865bd405370b8040241f5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 22 23:55:33 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 00:06:57 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b224c5c2
7
8 sci-misc/ViSP-images: bump to 3.0.0
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 sci-misc/ViSP-images/Manifest | 1 +
14 sci-misc/ViSP-images/ViSP-images-3.0.0.ebuild | 25 +++++++++++++++++++++++++
15 2 files changed, 26 insertions(+)
16
17 diff --git a/sci-misc/ViSP-images/Manifest b/sci-misc/ViSP-images/Manifest
18 index 7f3fb8d..f563eba 100644
19 --- a/sci-misc/ViSP-images/Manifest
20 +++ b/sci-misc/ViSP-images/Manifest
21 @@ -1 +1,2 @@
22 DIST ViSP-images-2.10.0.zip 70776344 SHA256 9e4638f583aa12de03e6bdd7d35378ee62df6a5511bf3adf4da6f194cc45d7c1 SHA512 8e44216d3dd54e775544cbd8db156e846d5d7600d205fdfe16100313237b8b9bb7989b8e4272ff9d6e7ec593f121764e1acda93420f1175448e57b5baf2bbcfb WHIRLPOOL b2c8be0812322ab778025d6c6a69f14bccb16c44ea25cbb9828f2d3588cf5e1068ed4b29fbc3977abd3736faa44a4c5032f0397f8db8557e42b2ad06e0a245be
23 +DIST ViSP-images-3.0.0.zip 70774764 SHA256 d04b33406bbf1439b376920163b8133c795e34c63009f76cf80a654561bb003f SHA512 835a4df4e694eb417dc9e993755fe3d9ea29edb9cd53a86246b004516c0c0f8b47e51a6d4fa3717970ea130adda5e8d6964fc9352e4af8b4d1fd55f6bb00a9e1 WHIRLPOOL ca1dd92663e4fab483f8590b64b5c6c4f48e51346598d8417b2a0438b520b05a20a14f7189a488a5cdf068878b3dc851366ee6d21d437ea340c2df7401905a85
24
25 diff --git a/sci-misc/ViSP-images/ViSP-images-3.0.0.ebuild b/sci-misc/ViSP-images/ViSP-images-3.0.0.ebuild
26 new file mode 100644
27 index 0000000..d2e4bfc
28 --- /dev/null
29 +++ b/sci-misc/ViSP-images/ViSP-images-3.0.0.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 1999-2015 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 +S="${WORKDIR}/${PN}"
49 +
50 +src_install() {
51 + dodoc README.md
52 + rm -f README.md LICENSE.txt
53 + dodir /usr/share/visp-images-data/
54 + mv "${S}" "${ED}/usr/share/visp-images-data/"
55 +}