Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/tsm/
Date: Wed, 06 May 2020 21:15:58
Message-Id: 1588799708.9ada041e9ece7eea13f52a12e55155ea8bdc9d70.dilfridge@gentoo
1 commit: 9ada041e9ece7eea13f52a12e55155ea8bdc9d70
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 20:06:56 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 21:15:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ada041e
7
8 app-backup/tsm: Drop ROOTPATH from env file
9
10 Closes: https://bugs.gentoo.org/682142
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 app-backup/tsm/{tsm-7.1.8.0.ebuild => tsm-7.1.8.0-r1.ebuild} | 1 -
15 1 file changed, 1 deletion(-)
16
17 diff --git a/app-backup/tsm/tsm-7.1.8.0.ebuild b/app-backup/tsm/tsm-7.1.8.0-r1.ebuild
18 similarity index 99%
19 rename from app-backup/tsm/tsm-7.1.8.0.ebuild
20 rename to app-backup/tsm/tsm-7.1.8.0-r1.ebuild
21 index 7f08336f18a..02b699342e4 100644
22 --- a/app-backup/tsm/tsm-7.1.8.0.ebuild
23 +++ b/app-backup/tsm/tsm-7.1.8.0-r1.ebuild
24 @@ -193,7 +193,6 @@ src_install() {
25 echo 'DSM_CONFIG="/etc/tivoli/dsm.opt"' >> ${ENV_FILE}
26 echo 'DSM_DIR="/opt/tivoli/tsm/client/ba/bin"' >> ${ENV_FILE}
27 echo 'DSM_LOG="/var/log/tsm"' >> ${ENV_FILE}
28 - echo 'ROOTPATH="/opt/tivoli/tsm/client/ba/bin"' >> ${ENV_FILE}
29
30 echo 'SEARCH_DIRS_MASK="/opt/tivoli/tsm/client/ba/bin"' > "${T}/80${PN}" || die
31 insinto "/etc/revdep-rebuild"