From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 385541388C1 for ; Tue, 17 Nov 2015 15:46:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 840C1E07DA; Tue, 17 Nov 2015 15:46:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8EB6E088F for ; Tue, 17 Nov 2015 15:46:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0653634074D for ; Tue, 17 Nov 2015 15:46:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA3F0FFB for ; Tue, 17 Nov 2015 15:46:40 +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: <1447470780.062ff55d99a5f7c8e232aa453b49984917998ecc.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/fsl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/fsl/ChangeLog sci-biology/fsl/fsl-5.0.8.ebuild X-VCS-Directories: sci-biology/fsl/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 062ff55d99a5f7c8e232aa453b49984917998ecc X-VCS-Branch: master Date: Tue, 17 Nov 2015 15:46:40 +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: bc8de47d-439a-4d86-9278-9324b3aa4ce5 X-Archives-Hash: a4e916dbb555ff0d42be4e3db454eb25 commit: 062ff55d99a5f7c8e232aa453b49984917998ecc Author: Horea Christian mail ru> AuthorDate: Sat Nov 14 03:13:00 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 14 03:13:00 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=062ff55d sci-biology/fsl: added info about updating environment Package-Manager: portage-2.2.23 sci-biology/fsl/ChangeLog | 3 +++ sci-biology/fsl/fsl-5.0.8.ebuild | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/sci-biology/fsl/ChangeLog b/sci-biology/fsl/ChangeLog index ff2e8c5..f802c57 100644 --- a/sci-biology/fsl/ChangeLog +++ b/sci-biology/fsl/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 14 Nov 2015; fsl-5.0.8.ebuild: + sci-biology/fsl: added info about updating environment + 04 Nov 2015; Horea Christian fsl-5.0.8.ebuild: sci-biology/fsl: new sources location (upstream removes old sources) diff --git a/sci-biology/fsl/fsl-5.0.8.ebuild b/sci-biology/fsl/fsl-5.0.8.ebuild index 6762267..406e35c 100644 --- a/sci-biology/fsl/fsl-5.0.8.ebuild +++ b/sci-biology/fsl/fsl-5.0.8.ebuild @@ -130,3 +130,11 @@ src_install() { doenvd "${FILESDIR}"/99fsl rm "${ED}"/usr/bin/cluster || die } + +pkg_postinst() { + echo + einfo "Please run the following commands if you" + einfo "intend to use fsl from an existing shell:" + einfo "env-update && source /etc/porfile" + echo +}