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 DD72A138350 for ; Thu, 2 Apr 2020 04:13:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BF38E0C0E; Thu, 2 Apr 2020 04:13:27 +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 127F9E0C0E for ; Thu, 2 Apr 2020 04:13:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D7EA334FC5A for ; Thu, 2 Apr 2020 04:13:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BF591AC for ; Thu, 2 Apr 2020 04:13:24 +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: <1585800797.bf89b196c139a2a9083474ae7a414ed7960eb0a4.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-9999.ebuild X-VCS-Directories: sci-biology/bru2nii/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: bf89b196c139a2a9083474ae7a414ed7960eb0a4 X-VCS-Branch: master Date: Thu, 2 Apr 2020 04:13:24 +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: dd2c7541-83ba-4aca-a5fc-91103da7c25b X-Archives-Hash: 20d94fb1af50bdcfe3ef6b87b6a8e202 commit: bf89b196c139a2a9083474ae7a414ed7960eb0a4 Author: Horea Christian chymera eu> AuthorDate: Thu Apr 2 04:13:17 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Apr 2 04:13:17 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bf89b196 sci-biology/bru2nii: dropped live version Development discontinued by upstream: https://github.com/neurolabusc/Bru2Nii#introduction Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Horea Christian chymera.eu> sci-biology/bru2nii/bru2nii-9999.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/sci-biology/bru2nii/bru2nii-9999.ebuild b/sci-biology/bru2nii/bru2nii-9999.ebuild deleted file mode 100644 index 4a3297964..000000000 --- a/sci-biology/bru2nii/bru2nii-9999.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 - -inherit git-r3 - -DESCRIPTION="Converts Bruker ParaVision MRI data to the NIfTI file format" -HOMEPAGE="https://github.com/neurolabusc/Bru2Nii" -SRC_URI="" -EGIT_REPO_URI="https://github.com/neurolabusc/Bru2Nii.git" - -LICENSE="|| ( Artistic GPL-1+ )" -SLOT="0" -IUSE="gui" - -RDEPEND="" -DEPEND="dev-lang/fpc - gui? ( dev-lang/lazarus )" - -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 -}