commit: 1cca7b525b5b302608a9f11612835451079299c9 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Thu Jun 11 12:21:57 2020 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Thu Jun 11 12:21:57 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1cca7b52
sci-biology/dargcc_bidsdata: new packagenew packagenew package Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Horea Christian <chr <AT> chymera.eu> sci-biology/dargcc_bidsdata/ChangeLog | 4 ++++ .../dargcc_bidsdata/dargcc_bidsdata-1.0.ebuild | 24 ++++++++++++++++++++++ sci-biology/dargcc_bidsdata/metadata.xml | 18 ++++++++++++++++ 3 files changed, 46 insertions(+) diff --git a/sci-biology/dargcc_bidsdata/ChangeLog b/sci-biology/dargcc_bidsdata/ChangeLog new file mode 100644 index 000000000..4458c7e64 --- /dev/null +++ b/sci-biology/dargcc_bidsdata/ChangeLog @@ -0,0 +1,4 @@ +*dargcc_bidsdata-1.0 (23 May 2020) + + 23 May 2020; <[email protected]> +dargcc_bidsdata-1.0.ebuild, +metadata.xml: + sci-biology/dargcc_bidsdata: new package ahead of Gentoo Science diff --git a/sci-biology/dargcc_bidsdata/dargcc_bidsdata-1.0.ebuild b/sci-biology/dargcc_bidsdata/dargcc_bidsdata-1.0.ebuild new file mode 100644 index 000000000..df7ba43bb --- /dev/null +++ b/sci-biology/dargcc_bidsdata/dargcc_bidsdata-1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="BIDS data selection of wildtype animals from DARGCC article" +HOMEPAGE="https://academic.oup.com/cercor/article/28/7/2495/4975475" +SRC_URI=" + https://zenodo.org/record/3885733/files/${P}.tar.xz + 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 * +} diff --git a/sci-biology/dargcc_bidsdata/metadata.xml b/sci-biology/dargcc_bidsdata/metadata.xml new file mode 100644 index 000000000..9e383f0d0 --- /dev/null +++ b/sci-biology/dargcc_bidsdata/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Horea Christian</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> + BIDS data selection encompassing the wildtype mouse group form the + "Dysfunctional Autism Risk Genes Cause Circuit-Specific Connectivity + Deficits With Distinct Developmental Trajectories" publication, with + DOI: 10.1093/cercor/bhy046 . + </longdescription> +</pkgmetadata>
