commit: 63530059f9cc290f9c3109974a98e970fed21bdf Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Tue May 12 07:17:08 2020 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Tue May 12 07:17:08 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=63530059
sci-biology/samri_bindata: versions seprecated by upstream Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Horea Christian <chr <AT> chymera.eu> .../samri_bindata/samri_bindata-0.1.1.ebuild | 21 ------------------- .../samri_bindata/samri_bindata-0.1.2.ebuild | 21 ------------------- sci-biology/samri_bindata/samri_bindata-0.2.ebuild | 24 ---------------------- 3 files changed, 66 deletions(-) diff --git a/sci-biology/samri_bindata/samri_bindata-0.1.1.ebuild b/sci-biology/samri_bindata/samri_bindata-0.1.1.ebuild deleted file mode 100644 index fb5f5e074..000000000 --- a/sci-biology/samri_bindata/samri_bindata-0.1.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Mouse brain atlasses for SAMRI." -HOMEPAGE="https://github.com/IBT-FMI/SAMRI" -SRC_URI="http://chymera.eu/distfiles/${P}.zip" - -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/samri_bindata/samri_bindata-0.1.2.ebuild b/sci-biology/samri_bindata/samri_bindata-0.1.2.ebuild deleted file mode 100644 index a6baa0b09..000000000 --- a/sci-biology/samri_bindata/samri_bindata-0.1.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Mouse brain atlasses 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 * -} diff --git a/sci-biology/samri_bindata/samri_bindata-0.2.ebuild b/sci-biology/samri_bindata/samri_bindata-0.2.ebuild deleted file mode 100644 index eac0e1b24..000000000 --- a/sci-biology/samri_bindata/samri_bindata-0.2.ebuild +++ /dev/null @@ -1,24 +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=" - https://zenodo.org/record/3234924/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 * -}
