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 2AF18138334 for ; Wed, 26 Dec 2018 22:23:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F116AE093D; Wed, 26 Dec 2018 22:23:30 +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 C33CCE093D for ; Wed, 26 Dec 2018 22:23:30 +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 71C9F335C6F for ; Wed, 26 Dec 2018 22:23:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23844266 for ; Wed, 26 Dec 2018 22:23:25 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1545862990.74c3433d42ed8484c20c22d2790f20b436b7e38a.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/tsm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/tsm/tsm-7.1.8.0.ebuild app-backup/tsm/tsm-8.1.6.0.ebuild X-VCS-Directories: app-backup/tsm/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 74c3433d42ed8484c20c22d2790f20b436b7e38a X-VCS-Branch: master Date: Wed, 26 Dec 2018 22:23:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1bed15cc-d8c7-4753-bc92-ba70a45055da X-Archives-Hash: bf8fce0ecd67c2f9de3e3ae9fcd07dbd commit: 74c3433d42ed8484c20c22d2790f20b436b7e38a Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Dec 26 22:22:37 2018 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Dec 26 22:23:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c3433d app-backup/tsm: Fix 7.1.8 and re-keyword Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel gentoo.org> app-backup/tsm/tsm-7.1.8.0.ebuild | 8 +++++--- app-backup/tsm/tsm-8.1.6.0.ebuild | 6 ++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/app-backup/tsm/tsm-7.1.8.0.ebuild b/app-backup/tsm/tsm-7.1.8.0.ebuild index 015314a72dc..415ae4aa672 100644 --- a/app-backup/tsm/tsm-7.1.8.0.ebuild +++ b/app-backup/tsm/tsm-7.1.8.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit versionator multilib eutils readme.gentoo rpm systemd user pax-utils +inherit versionator multilib eutils readme.gentoo-r1 rpm systemd user pax-utils DESCRIPTION="IBM Spectrum Protect (former Tivoli Storage Manager) Backup/Archive Client, API" HOMEPAGE="https://www.ibm.com/us-en/marketplace/data-protection-and-recovery" @@ -34,7 +34,7 @@ LICENSE="Apache-1.1 Apache-2.0 JDOM BSD-2 CC-PD Boost-1.0 MIT CPL-1.0 HPND Exola || ( BSD GPL-2+ ) gSOAP libpng tsm" SLOT="0" -#KEYWORDS="-* ~amd64" +KEYWORDS="-* ~amd64" IUSE="acl java +tsm_cit +tsm_hw" QA_PREBUILT="*" @@ -232,5 +232,7 @@ pkg_postinst() { chown root:root "${dirs[@]}" || die chmod 0755 "${dirs[@]}" || die + FORCE_PRINT_ELOG=1 + DISABLE_AUTOFORMATTING=1 readme.gentoo_print_elog } diff --git a/app-backup/tsm/tsm-8.1.6.0.ebuild b/app-backup/tsm/tsm-8.1.6.0.ebuild index 015314a72dc..edcdcbf19e4 100644 --- a/app-backup/tsm/tsm-8.1.6.0.ebuild +++ b/app-backup/tsm/tsm-8.1.6.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit versionator multilib eutils readme.gentoo rpm systemd user pax-utils +inherit versionator multilib eutils readme.gentoo-r1 rpm systemd user pax-utils DESCRIPTION="IBM Spectrum Protect (former Tivoli Storage Manager) Backup/Archive Client, API" HOMEPAGE="https://www.ibm.com/us-en/marketplace/data-protection-and-recovery" @@ -232,5 +232,7 @@ pkg_postinst() { chown root:root "${dirs[@]}" || die chmod 0755 "${dirs[@]}" || die + FORCE_PRINT_ELOG=1 + DISABLE_AUTOFORMATTING=1 readme.gentoo_print_elog }