Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:prefix commit in: /
Date: Sun, 21 Feb 2016 16:17:59
Message-Id: 1456071425.4de4f298e0f5355d32692e5f0c22da776d86dde3.grobian@gentoo
1 commit: 4de4f298e0f5355d32692e5f0c22da776d86dde3
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 21 16:17:05 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 21 16:17:05 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4de4f298
7
8 subst-install: remove unused expansions
9
10 subst-install.in | 9 ---------
11 1 file changed, 9 deletions(-)
12
13 diff --git a/subst-install.in b/subst-install.in
14 index 83a6313..033fa98 100644
15 --- a/subst-install.in
16 +++ b/subst-install.in
17 @@ -22,19 +22,10 @@ at='@'
18 sedexp=(
19 -e "s,${at}DEFAULT_PATH${at},@DEFAULT_PATH@,g"
20 -e "s,${at}EXTRA_PATH${at},@EXTRA_PATH@,g"
21 - -e "s,${at}EGREP${at},@EGREP@,g"
22 -e "s,${at}PORTAGE_BASE${at},@PORTAGE_BASE@,g"
23 - -e "s,${at}PORTAGE_BASENAME${at},@PORTAGE_BASENAME@,g"
24 -e "s,${at}PORTAGE_BASH${at},@PORTAGE_BASH@,g"
25 - -e "s,${at}PORTAGE_DIRNAME${at},@PORTAGE_DIRNAME@,g"
26 -e "s,${at}PORTAGE_EPREFIX${at},@PORTAGE_EPREFIX@,g"
27 - -e "s,${at}PORTAGE_FIND${at},@PORTAGE_FIND@,g"
28 - -e "s,${at}PORTAGE_GREP${at},@PORTAGE_GREP@,g"
29 -e "s,${at}PORTAGE_MV${at},@PORTAGE_MV@,g"
30 - -e "s,${at}PORTAGE_RM${at},@PORTAGE_RM@,g"
31 - -e "s,${at}PORTAGE_SED${at},@PORTAGE_SED@,g"
32 - -e "s,${at}PORTAGE_WGET${at},@PORTAGE_WGET@,g"
33 - -e "s,${at}PORTAGE_XARGS${at},@PORTAGE_XARGS@,g"
34 -e "s,${at}PREFIX_PORTAGE_PYTHON${at},@PREFIX_PORTAGE_PYTHON@,g"
35 -e "s,${at}datadir${at},@datadir@,g"
36 -e "s,${at}portagegroup${at},${portagegroup},g"