summaryrefslogtreecommitdiff
path: root/sci-misc/ViSP-images
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /sci-misc/ViSP-images
reinit the tree, so we can have metadata
Diffstat (limited to 'sci-misc/ViSP-images')
-rw-r--r--sci-misc/ViSP-images/Manifest5
-rw-r--r--sci-misc/ViSP-images/ViSP-images-3.0.1.ebuild23
-rw-r--r--sci-misc/ViSP-images/metadata.xml8
3 files changed, 36 insertions, 0 deletions
diff --git a/sci-misc/ViSP-images/Manifest b/sci-misc/ViSP-images/Manifest
new file mode 100644
index 000000000000..918f03ba287a
--- /dev/null
+++ b/sci-misc/ViSP-images/Manifest
@@ -0,0 +1,5 @@
+DIST ViSP-images-3.0.1.zip 70498859 SHA256 b9af30bcde6fbac7925628e9e511b72b9caf931ce61549f042448c430b32b92e SHA512 b3fac5b08a9aad24c27e9f887a096386995a30af616c0137ca2e61445c96dc474a905604133740d550827f7e67d2c0d492774e0c0277e4ca44c5df6df06c8477 WHIRLPOOL 561acb9d1d1c837ca884f639d7a179792a618755549877e83458a37b6f9a72f4146ee12fbb4223bc62104e2d98fb3e070cc5172df96921dd85e3205597c67a1f
+EBUILD ViSP-images-3.0.1.ebuild 503 SHA256 c26251f89c058c0183d9fdabd95da388e52aef72088198da68087b45aa2d54cb SHA512 ebee1ff121e00f304aa6e2769c347334c1924acd00907a08a1442a33ef69077359faf01dbe8def2ff5e4dafd34e5f6822226e7bb7e1c473f891cd1d2a9ec1db9 WHIRLPOOL 5a96aa61da328fe465afce4aebafea62dda0c098ca402d2e8bf80affe8cbfa1a3a59ee7822324ea358fcfaa2b445a0e5903190ab86236ec7677cb95fb9c3bef3
+MISC ChangeLog 2409 SHA256 6620ed5e6c70b173cabac55f3be1e53b3c66b7d59a857dad2f477ce663c05b8b SHA512 22540c0cf30c9a3e855e022041f175085ecb44c20dcfb9b9be8e968bb45eee2e2b29dc786da5744fe3e457afcbc27ae7972ef72197693f7e6d9677c9e2c2b9da WHIRLPOOL 3f6d8bf6ab9afa3bf36c28f50d4a4388e6ca3d1fc452c76a8297157d8337551e72dac68ed97060f7fca5717a13d430f35096a2544f38c39776a7e6508c2927e8
+MISC ChangeLog-2015 474 SHA256 e256a91c1841b1fe17595307646a3992795ece54e9ccd46105134a8562397989 SHA512 11e410ff4181ad05b56391a04d4670a45c9f1b42f71ebfa030d4c5d51f423ac15bc38022df1564fed8a2d1c2e8ddd7218122f3165bdc5ea408ced2a38a9255bc WHIRLPOOL a7d061633ac12e548826a54d29a12bbef9bc5c331b23722e842cddaf844f3abc1befb175d543c37c8131d56115cb6f85abc34097c25d9722a34388f79f6c5eb4
+MISC metadata.xml 243 SHA256 15deb598d18c4f8b8de5be1aa70b9f355143d083acd82d6ecb15eef490960590 SHA512 c9d5c1cdd2874fe293f21f7584c6e15ef9439bd82b0d2e862e3e34c9a9e0e3191370fee2727b9d4d8647fb85cf56a39fdd6c1e0003ada1554496aad311ef335c WHIRLPOOL 1a3dcdd25c150262234f12dc0b25a8a5f67acf1ae5e7e7195b472ed0c7ee869a105c19125f8e58401c8ff7a8b2ca86db6b0cf382045130a50dbb79f3cd3cf5ec
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..00725f82c4b3
--- /dev/null
+++ b/sci-misc/ViSP-images/ViSP-images-3.0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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}"
+}
diff --git a/sci-misc/ViSP-images/metadata.xml b/sci-misc/ViSP-images/metadata.xml
new file mode 100644
index 000000000000..6ca4a599be8f
--- /dev/null
+++ b/sci-misc/ViSP-images/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<email>aballier@gentoo.org</email>
+<name>Alexis Ballier</name>
+</maintainer>
+</pkgmetadata>