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 2A8721396D9 for ; Sat, 18 Nov 2017 19:49:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B98DE0D4C; Sat, 18 Nov 2017 19:49:41 +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 5DA62E0D92 for ; Sat, 18 Nov 2017 19:49:41 +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 7AF9433BF01 for ; Sat, 18 Nov 2017 19:49:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38CF19F55 for ; Sat, 18 Nov 2017 19:49:39 +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: <1511034558.f22242259497a007fc4b36db8b2201cd72ab8d8b.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/fsl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/fsl/fsl-5.0.8.ebuild sci-biology/fsl/fsl-5.0.9.ebuild X-VCS-Directories: sci-biology/fsl/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f22242259497a007fc4b36db8b2201cd72ab8d8b X-VCS-Branch: master Date: Sat, 18 Nov 2017 19:49:39 +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: e5af7b2c-551b-4f68-8eff-ecf3a2fe48ba X-Archives-Hash: 66b9661eb810dd5777e29f465852fbfd commit: f22242259497a007fc4b36db8b2201cd72ab8d8b Author: Justin Lecher gentoo org> AuthorDate: Sat Nov 18 18:55:26 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 18 19:49:18 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f2224225 sci-biology/fsl: Fix repoman warnings Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.14, Repoman-2.3.6 sci-biology/fsl/fsl-5.0.8.ebuild | 4 ++-- sci-biology/fsl/fsl-5.0.9.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-biology/fsl/fsl-5.0.8.ebuild b/sci-biology/fsl/fsl-5.0.8.ebuild index 7916c0811..d420bbacc 100644 --- a/sci-biology/fsl/fsl-5.0.8.ebuild +++ b/sci-biology/fsl/fsl-5.0.8.ebuild @@ -130,8 +130,8 @@ src_install() { #the following is needed for FSL and depending programs to be able #to find its files, since FSL uses an uncommon: #https://github.com/gentoo-science/sci/pull/612#r60289295 - dosym /etc /usr/share/fsl/etc - dosym /usr/share/doc/${P} /usr/share/fsl/doc + dosym ../../../etc /usr/share/fsl/etc + dosym ../doc/${P} /usr/share/fsl/doc cp "${FILESDIR}"/99fsl "${TMPDIR}"/99fsl || die eprefixify "${TMPDIR}"/99fsl diff --git a/sci-biology/fsl/fsl-5.0.9.ebuild b/sci-biology/fsl/fsl-5.0.9.ebuild index bc96cec06..6e9ff6233 100644 --- a/sci-biology/fsl/fsl-5.0.9.ebuild +++ b/sci-biology/fsl/fsl-5.0.9.ebuild @@ -125,9 +125,9 @@ src_install() { #the following is needed for FSL and depending programs to be able #to find its files, since FSL uses an uncommon installation path: #https://github.com/gentoo-science/sci/pull/612#r60289295 - dosym /etc ${UPSTREAM_FSLDIR}/etc - dosym /usr/share/doc/${PF} ${UPSTREAM_FSLDIR}/doc - dosym /usr/bin ${UPSTREAM_FSLDIR}/bin + dosym ../../../etc ${UPSTREAM_FSLDIR}/etc + dosym ../doc/${PF} ${UPSTREAM_FSLDIR}/doc + dosym ../../bin ${UPSTREAM_FSLDIR}/bin doenvd "$(prefixify_ro "${FILESDIR}"/99fsl)" mv "${ED}"/usr/bin/{,fsl_}cluster || die