Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/plan9port/
Date: Mon, 04 Sep 2017 06:39:57
Message-Id: 1504507176.ca738a2d7fe02ff12353b933acaf56b31f05ae18.heroxbd@gentoo
1 commit: ca738a2d7fe02ff12353b933acaf56b31f05ae18
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 4 06:39:36 2017 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 4 06:39:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca738a2d
7
8 dev-util/plan9port: move env.d/30plan9 to 60plan9.
9
10 Bug: 629846
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 .../{plan9port-20140306-r3.ebuild => plan9port-20140306-r4.ebuild} | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-util/plan9port/plan9port-20140306-r3.ebuild b/dev-util/plan9port/plan9port-20140306-r4.ebuild
18 similarity index 97%
19 rename from dev-util/plan9port/plan9port-20140306-r3.ebuild
20 rename to dev-util/plan9port/plan9port-20140306-r4.ebuild
21 index 7941d8ace30..68a51b267f4 100644
22 --- a/dev-util/plan9port/plan9port-20140306-r3.ebuild
23 +++ b/dev-util/plan9port/plan9port-20140306-r4.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2016 Gentoo Foundation
26 +# Copyright 1999-2017 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI="5"
30 @@ -96,13 +96,13 @@ src_install() {
31 cp -a * "${ED}/${PLAN9}"
32
33 # build the environment variables and install them in env.d
34 - cat > "${T}/30plan9" <<-EOF
35 + cat > "${T}/60plan9" <<-EOF
36 PLAN9="${EPLAN9}"
37 PATH="${EPLAN9}/bin"
38 ROOTPATH="${EPLAN9}/bin"
39 MANPATH="${EPLAN9}/man"
40 EOF
41 - doenvd "${T}/30plan9"
42 + doenvd "${T}/60plan9"
43 }
44
45 pkg_postinst() {