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 1DF57139087 for ; Fri, 23 Dec 2016 09:49:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 892D2E0BFE; Fri, 23 Dec 2016 09:49:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 676C5E0BFE for ; Fri, 23 Dec 2016 09:49:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5171E33BEFC for ; Fri, 23 Dec 2016 09:49:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9122C24B0 for ; Fri, 23 Dec 2016 09:48:58 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1482403234.c4a01b502b58f5ab0d2fcadc6b3f85096c60afb7.jlec@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-9999.ebuild X-VCS-Directories: sci-biology/bru2nii/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c4a01b502b58f5ab0d2fcadc6b3f85096c60afb7 X-VCS-Branch: master Date: Fri, 23 Dec 2016 09:48:58 +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-Archives-Salt: bdb1e605-540f-4f7a-b21e-811d57760cc7 X-Archives-Hash: 67f83b02b7ac7567838906e0aeed55fe commit: c4a01b502b58f5ab0d2fcadc6b3f85096c60afb7 Author: Horea Christian yandex com> AuthorDate: Thu Dec 22 10:40:34 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Dec 22 10:40:34 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c4a01b50 Bru2nii (#715) * sci-biology/bru2nii: stable version Package-Manager: Portage-2.3.3, Repoman-2.3.1 * sci-biology/bru2nii: updated EAPI Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../{bru2nii-9999.ebuild => bru2nii-1.0.20161212b.ebuild} | 12 ++++++------ sci-biology/bru2nii/bru2nii-9999.ebuild | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sci-biology/bru2nii/bru2nii-9999.ebuild b/sci-biology/bru2nii/bru2nii-1.0.20161212b.ebuild similarity index 74% copy from sci-biology/bru2nii/bru2nii-9999.ebuild copy to sci-biology/bru2nii/bru2nii-1.0.20161212b.ebuild index 254bc5e..8a72b78 100644 --- a/sci-biology/bru2nii/bru2nii-9999.ebuild +++ b/sci-biology/bru2nii/bru2nii-1.0.20161212b.ebuild @@ -1,24 +1,24 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" - -inherit git-r3 +EAPI=6 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" +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 diff --git a/sci-biology/bru2nii/bru2nii-9999.ebuild b/sci-biology/bru2nii/bru2nii-9999.ebuild index 254bc5e..f55ef36 100644 --- a/sci-biology/bru2nii/bru2nii-9999.ebuild +++ b/sci-biology/bru2nii/bru2nii-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=6 inherit git-r3