commit: 4de4f298e0f5355d32692e5f0c22da776d86dde3
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 16:17:05 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 16:17:05 2016 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4de4f298
subst-install: remove unused expansions
subst-install.in | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/subst-install.in b/subst-install.in
index 83a6313..033fa98 100644
--- a/subst-install.in
+++ b/subst-install.in
@@ -22,19 +22,10 @@ at='@'
sedexp=(
-e "s,${at}DEFAULT_PATH${at},@DEFAULT_PATH@,g"
-e "s,${at}EXTRA_PATH${at},@EXTRA_PATH@,g"
- -e "s,${at}EGREP${at},@EGREP@,g"
-e "s,${at}PORTAGE_BASE${at},@PORTAGE_BASE@,g"
- -e "s,${at}PORTAGE_BASENAME${at},@PORTAGE_BASENAME@,g"
-e "s,${at}PORTAGE_BASH${at},@PORTAGE_BASH@,g"
- -e "s,${at}PORTAGE_DIRNAME${at},@PORTAGE_DIRNAME@,g"
-e "s,${at}PORTAGE_EPREFIX${at},@PORTAGE_EPREFIX@,g"
- -e "s,${at}PORTAGE_FIND${at},@PORTAGE_FIND@,g"
- -e "s,${at}PORTAGE_GREP${at},@PORTAGE_GREP@,g"
-e "s,${at}PORTAGE_MV${at},@PORTAGE_MV@,g"
- -e "s,${at}PORTAGE_RM${at},@PORTAGE_RM@,g"
- -e "s,${at}PORTAGE_SED${at},@PORTAGE_SED@,g"
- -e "s,${at}PORTAGE_WGET${at},@PORTAGE_WGET@,g"
- -e "s,${at}PORTAGE_XARGS${at},@PORTAGE_XARGS@,g"
-e "s,${at}PREFIX_PORTAGE_PYTHON${at},@PREFIX_PORTAGE_PYTHON@,g"
-e "s,${at}datadir${at},@datadir@,g"
-e "s,${at}portagegroup${at},${portagegroup},g"