From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 967321384B4 for ; Wed, 23 Dec 2015 00:07:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BACA321C12D; Wed, 23 Dec 2015 00:07:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE02421C08F for ; Wed, 23 Dec 2015 00:07:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCC29340821 for ; Wed, 23 Dec 2015 00:07:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5F99CE6 for ; Wed, 23 Dec 2015 00:07:04 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1450829217.b224c5c27f609150e60865bd405370b8040241f5.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/ViSP-images/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/ViSP-images/Manifest sci-misc/ViSP-images/ViSP-images-3.0.0.ebuild X-VCS-Directories: sci-misc/ViSP-images/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b224c5c27f609150e60865bd405370b8040241f5 X-VCS-Branch: master Date: Wed, 23 Dec 2015 00:07:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 23191396-859b-41ad-aaa3-ef5ca4a23e42 X-Archives-Hash: f03530d89f2f337fdb3ae8a45b6a21b4 commit: b224c5c27f609150e60865bd405370b8040241f5 Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 22 23:55:33 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Dec 23 00:06:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b224c5c2 sci-misc/ViSP-images: bump to 3.0.0 Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier gentoo.org> sci-misc/ViSP-images/Manifest | 1 + sci-misc/ViSP-images/ViSP-images-3.0.0.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/sci-misc/ViSP-images/Manifest b/sci-misc/ViSP-images/Manifest index 7f3fb8d..f563eba 100644 --- a/sci-misc/ViSP-images/Manifest +++ b/sci-misc/ViSP-images/Manifest @@ -1 +1,2 @@ DIST ViSP-images-2.10.0.zip 70776344 SHA256 9e4638f583aa12de03e6bdd7d35378ee62df6a5511bf3adf4da6f194cc45d7c1 SHA512 8e44216d3dd54e775544cbd8db156e846d5d7600d205fdfe16100313237b8b9bb7989b8e4272ff9d6e7ec593f121764e1acda93420f1175448e57b5baf2bbcfb WHIRLPOOL b2c8be0812322ab778025d6c6a69f14bccb16c44ea25cbb9828f2d3588cf5e1068ed4b29fbc3977abd3736faa44a4c5032f0397f8db8557e42b2ad06e0a245be +DIST ViSP-images-3.0.0.zip 70774764 SHA256 d04b33406bbf1439b376920163b8133c795e34c63009f76cf80a654561bb003f SHA512 835a4df4e694eb417dc9e993755fe3d9ea29edb9cd53a86246b004516c0c0f8b47e51a6d4fa3717970ea130adda5e8d6964fc9352e4af8b4d1fd55f6bb00a9e1 WHIRLPOOL ca1dd92663e4fab483f8590b64b5c6c4f48e51346598d8417b2a0438b520b05a20a14f7189a488a5cdf068878b3dc851366ee6d21d437ea340c2df7401905a85 diff --git a/sci-misc/ViSP-images/ViSP-images-3.0.0.ebuild b/sci-misc/ViSP-images/ViSP-images-3.0.0.ebuild new file mode 100644 index 0000000..d2e4bfc --- /dev/null +++ b/sci-misc/ViSP-images/ViSP-images-3.0.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="ViSP images data set" +HOMEPAGE="http://www.irisa.fr/lagadic/visp/" +SRC_URI="http://visp-doc.inria.fr/download/dataset/${P}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm" +IUSE="" + +DEPEND="app-arch/unzip" +RDEPEND="" +S="${WORKDIR}/${PN}" + +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/" +}