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 2DB7E138334 for ; Tue, 5 Feb 2019 18:08:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CB19E0B89; Tue, 5 Feb 2019 18:08:15 +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 085BBE0B89 for ; Tue, 5 Feb 2019 18:08:15 +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 EDAB0335D5A for ; Tue, 5 Feb 2019 18:08:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 678084FF for ; Tue, 5 Feb 2019 18:08:12 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1549390058.6d584f376807c82dcbad5c123cb4044f2f0c05aa.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/repeatmasker-libraries/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/repeatmasker-libraries/repeatmasker-libraries-20120418.ebuild X-VCS-Directories: sci-biology/repeatmasker-libraries/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 6d584f376807c82dcbad5c123cb4044f2f0c05aa X-VCS-Branch: master Date: Tue, 5 Feb 2019 18:08:12 +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: 35381590-dd79-4619-becf-506dd97ef5d2 X-Archives-Hash: 22a42f8b205c547c2b7344f6a648c7a4 commit: 6d584f376807c82dcbad5c123cb4044f2f0c05aa Author: Ben Kohler gentoo org> AuthorDate: Tue Feb 5 18:05:47 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Feb 5 18:07:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d584f37 sci-biology/repeatmasker-libraries: don't reference ${DISTDIR} Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Ben Kohler gentoo.org> .../repeatmasker-libraries/repeatmasker-libraries-20120418.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/repeatmasker-libraries/repeatmasker-libraries-20120418.ebuild b/sci-biology/repeatmasker-libraries/repeatmasker-libraries-20120418.ebuild index dd8c2687a1b..aefecb784ba 100644 --- a/sci-biology/repeatmasker-libraries/repeatmasker-libraries-20120418.ebuild +++ b/sci-biology/repeatmasker-libraries/repeatmasker-libraries-20120418.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,7 +23,7 @@ pkg_nofetch() { einfo "Please register and download repeatmaskerlibraries-${PV}.tar.gz" einfo 'at http://www.girinst.org/' einfo '(select the "Repbase Update - RepeatMasker edition" link)' - einfo 'and place it in '${DISTDIR} + einfo 'and place it into your DISTDIR directory.' } src_install() {