From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B7D6138350 for ; Thu, 2 Apr 2020 04:22:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49C3EE0BE0; Thu, 2 Apr 2020 04:22:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28E88E0BE0 for ; Thu, 2 Apr 2020 04:22:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCE6C34F1D6 for ; Thu, 2 Apr 2020 04:22:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29DFA150 for ; Thu, 2 Apr 2020 04:22:22 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1585801334.211adaa9d1bf4c789fca60f9c8b64904a73ef119.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bru2nii/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/bru2nii/bru2nii-1.0.20161212b.ebuild sci-biology/bru2nii/bru2nii-1.0.20180303.ebuild X-VCS-Directories: sci-biology/bru2nii/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 211adaa9d1bf4c789fca60f9c8b64904a73ef119 X-VCS-Branch: master Date: Thu, 2 Apr 2020 04:22:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 94e2d5aa-ccaa-4069-91f7-838e9e7f08dc X-Archives-Hash: 6eb9761b6892080c52c6cce41789161c commit: 211adaa9d1bf4c789fca60f9c8b64904a73ef119 Author: Horea Christian chymera eu> AuthorDate: Thu Apr 2 04:22:14 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Apr 2 04:22:14 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=211adaa9 sci-biology/bru2nii: removed old version and updated EAPI and copyright for current version Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Horea Christian chymera.eu> sci-biology/bru2nii/bru2nii-1.0.20161212b.ebuild | 32 ------------------------ sci-biology/bru2nii/bru2nii-1.0.20180303.ebuild | 4 +-- 2 files changed, 2 insertions(+), 34 deletions(-) diff --git a/sci-biology/bru2nii/bru2nii-1.0.20161212b.ebuild b/sci-biology/bru2nii/bru2nii-1.0.20161212b.ebuild deleted file mode 100644 index 507aee256..000000000 --- a/sci-biology/bru2nii/bru2nii-1.0.20161212b.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Converts Bruker ParaVision MRI data to the NIfTI file format" -HOMEPAGE="https://github.com/neurolabusc/Bru2Nii" -SRC_URI="https://github.com/neurolabusc/Bru2Nii/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-1+ )" -SLOT="0" -KEYWORDS="~amd64" -IUSE="gui" - -RDEPEND="" -DEPEND="dev-lang/fpc - gui? ( dev-lang/lazarus )" - -S="${WORKDIR}/Bru2Nii-${PV}" - -src_compile() { - fpc -Tlinux Bru2.lpr || die - if use gui ; then - lazbuild -B --lazarusdir="/usr/share/lazarus/" Bru2Nii.lpr || die - fi -} - -src_install() { - dobin Bru2 - use gui && dobin Bru2Nii - dodoc README.md -} diff --git a/sci-biology/bru2nii/bru2nii-1.0.20180303.ebuild b/sci-biology/bru2nii/bru2nii-1.0.20180303.ebuild index 19ff47564..7ce360f79 100644 --- a/sci-biology/bru2nii/bru2nii-1.0.20180303.ebuild +++ b/sci-biology/bru2nii/bru2nii-1.0.20180303.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Converts Bruker ParaVision MRI data to the NIfTI file format" HOMEPAGE="https://github.com/neurolabusc/Bru2Nii"