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 C64D61396D0 for ; Mon, 4 Sep 2017 06:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FA25E0DC3; Mon, 4 Sep 2017 06:39:57 +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 F1199E0DC3 for ; Mon, 4 Sep 2017 06:39:56 +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 D85BB3402FE for ; Mon, 4 Sep 2017 06:39:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 817888D5C for ; Mon, 4 Sep 2017 06:39:54 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1504507176.ca738a2d7fe02ff12353b933acaf56b31f05ae18.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/plan9port/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/plan9port/plan9port-20140306-r3.ebuild dev-util/plan9port/plan9port-20140306-r4.ebuild X-VCS-Directories: dev-util/plan9port/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: ca738a2d7fe02ff12353b933acaf56b31f05ae18 X-VCS-Branch: master Date: Mon, 4 Sep 2017 06:39:54 +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: 7e8acaa4-d590-4b1b-9481-9dd38dfcfc00 X-Archives-Hash: aa6f3e323f85d2dde8c40d157ed5b768 commit: ca738a2d7fe02ff12353b933acaf56b31f05ae18 Author: Benda Xu gentoo org> AuthorDate: Mon Sep 4 06:39:36 2017 +0000 Commit: Benda XU gentoo org> CommitDate: Mon Sep 4 06:39:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca738a2d dev-util/plan9port: move env.d/30plan9 to 60plan9. Bug: 629846 Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../{plan9port-20140306-r3.ebuild => plan9port-20140306-r4.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/plan9port/plan9port-20140306-r3.ebuild b/dev-util/plan9port/plan9port-20140306-r4.ebuild similarity index 97% rename from dev-util/plan9port/plan9port-20140306-r3.ebuild rename to dev-util/plan9port/plan9port-20140306-r4.ebuild index 7941d8ace30..68a51b267f4 100644 --- a/dev-util/plan9port/plan9port-20140306-r3.ebuild +++ b/dev-util/plan9port/plan9port-20140306-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -96,13 +96,13 @@ src_install() { cp -a * "${ED}/${PLAN9}" # build the environment variables and install them in env.d - cat > "${T}/30plan9" <<-EOF + cat > "${T}/60plan9" <<-EOF PLAN9="${EPLAN9}" PATH="${EPLAN9}/bin" ROOTPATH="${EPLAN9}/bin" MANPATH="${EPLAN9}/man" EOF - doenvd "${T}/30plan9" + doenvd "${T}/60plan9" } pkg_postinst() {