1
0
Fork 0

sci-biology/samri_bindata: merged in Gentoo Scinece

https://gitweb.gentoo.org/proj/sci.git/commit/?id=afbf4143799d79827e38620fd9a11de80ddb4da8

Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2020-05-13 02:21:14 -04:00
parent 2620e767a7
commit 3f3cb1999f
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
4 changed files with 0 additions and 43 deletions

View File

@ -1,4 +0,0 @@
*samri_bindata-0.4 (05 Dec 2019)
05 Dec 2019; <chymera@gentoo.org> +metadata.xml, +samri_bindata-0.4.ebuild:
sci-biology/samri_bindata: version bump 0.4 ahead of Gentoo Science

View File

@ -1 +0,0 @@
DIST samri_bindata-0.4.tar.xz 2349556936 SHA256 e63b51a53b0114e71aac5ef1d56c286118a62afe400645ebed9ba18bc45d4ce8 SHA512 18a16e9e3bd75497f50923f2e304364dff78fa66308290350ca72717e01217e24b2fdeedfda56a5ba07a436d3643ceebc104bc802025ddd776b07986f45d53e0 WHIRLPOOL 36bbe8496460cd5cee65a004eabb09f1746b601cbbe0d5067dbb8cfc1fe204112863797034b79486db8c3175b9174489c4bf795075709ddf070c869720078a92

View File

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>horea.christ@gmail.com</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
Larger binary testing data package for sci-biology/samri.
</longdescription>
</pkgmetadata>

View File

@ -1,23 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="ParaVision Mouse, Rat, and Lemur Testing Data for SAMRI"
HOMEPAGE="https://github.com/IBT-FMI/SAMRI"
SRC_URI="
http://chymera.eu/distfiles/${P}.tar.xz
"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=""
DEPEND=""
src_install() {
insinto "/usr/share/${PN}"
doins -r *
}