diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-05 19:05:38 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-05 19:26:42 +0100 |
commit | 50670284b4c73acc38ddfc5030f8fde6f32ed239 (patch) | |
tree | 25f02bd34e6c2a7b0907e2dff4eedd7395350077 /sci-misc | |
parent | dev-ml/camlimages: Bump to 4.2.3 (diff) | |
download | gentoo-50670284b4c73acc38ddfc5030f8fde6f32ed239.tar.gz gentoo-50670284b4c73acc38ddfc5030f8fde6f32ed239.tar.bz2 gentoo-50670284b4c73acc38ddfc5030f8fde6f32ed239.zip |
sci-misc/ViSP-images: Bump to 3.0.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/ViSP-images/Manifest | 1 | ||||
-rw-r--r-- | sci-misc/ViSP-images/ViSP-images-3.0.1.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/sci-misc/ViSP-images/Manifest b/sci-misc/ViSP-images/Manifest index f563eba36d53..686d3d56fcf8 100644 --- a/sci-misc/ViSP-images/Manifest +++ b/sci-misc/ViSP-images/Manifest @@ -1,2 +1,3 @@ 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 +DIST ViSP-images-3.0.1.zip 70498859 SHA256 b9af30bcde6fbac7925628e9e511b72b9caf931ce61549f042448c430b32b92e SHA512 b3fac5b08a9aad24c27e9f887a096386995a30af616c0137ca2e61445c96dc474a905604133740d550827f7e67d2c0d492774e0c0277e4ca44c5df6df06c8477 WHIRLPOOL 561acb9d1d1c837ca884f639d7a179792a618755549877e83458a37b6f9a72f4146ee12fbb4223bc62104e2d98fb3e070cc5172df96921dd85e3205597c67a1f diff --git a/sci-misc/ViSP-images/ViSP-images-3.0.1.ebuild b/sci-misc/ViSP-images/ViSP-images-3.0.1.ebuild new file mode 100644 index 000000000000..7a2f142f3c6c --- /dev/null +++ b/sci-misc/ViSP-images/ViSP-images-3.0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 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="" + +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}" +} |