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 87345138351 for ; Sat, 8 Feb 2020 16:53:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 170C6E0877; Sat, 8 Feb 2020 16:53:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 ECAC1E0844 for ; Sat, 8 Feb 2020 16:53:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1CB6834E865 for ; Sat, 8 Feb 2020 16:53:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1525B134 for ; Sat, 8 Feb 2020 16:53:23 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1581180731.9566c9c8bad5b9ccf8582d61c0b747e4c8c7c16f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pastix/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/pastix/pastix-5.2.2.22-r1.ebuild sci-libs/pastix/pastix-5.2.3.ebuild X-VCS-Directories: sci-libs/pastix/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9566c9c8bad5b9ccf8582d61c0b747e4c8c7c16f X-VCS-Branch: master Date: Sat, 8 Feb 2020 16:53:23 +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: ed775e32-6833-4fa7-a2d9-14af0b4e65fd X-Archives-Hash: 111e293dabdce84b3be68cbb4be67bc2 commit: 9566c9c8bad5b9ccf8582d61c0b747e4c8c7c16f Author: David Seifert gentoo org> AuthorDate: Sat Feb 8 16:52:11 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 8 16:52:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9566c9c8 sci-libs/pastix: [QA] Fix UnnecessarySlashStrip Signed-off-by: David Seifert gentoo.org> sci-libs/pastix/pastix-5.2.2.22-r1.ebuild | 2 +- sci-libs/pastix/pastix-5.2.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild b/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild index 2b4809a5bde..812c67fafe8 100644 --- a/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild +++ b/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild @@ -56,7 +56,7 @@ src_prepare() { -e "s:^\(CCFOPT\s*=\).*:\1 ${FFLAGS}:" \ -e "s:^\(CCFDEB\s*=\).*:\1 ${FFLAGS}:" \ -e 's:^\(EXTRALIB\s*=\).*:\1 -lm -lrt:' \ - -e "s:^#\s*\(ROOT\s*=\).*:\1 \$(DESTDIR)${EPREFIX%/}/usr:" \ + -e "s:^#\s*\(ROOT\s*=\).*:\1 \$(DESTDIR)${EPREFIX}/usr:" \ -e 's:^#\s*\(INCLUDEDIR\s*=\).*:\1 $(ROOT)/include:' \ -e 's:^#\s*\(BINDIR\s*=\).*:\1 $(ROOT)/bin:' \ -e "s:^#\s*\(LIBDIR\s*=\).*:\1 \$(ROOT)/$(get_libdir):" \ diff --git a/sci-libs/pastix/pastix-5.2.3.ebuild b/sci-libs/pastix/pastix-5.2.3.ebuild index de4649c9db4..430541e32cd 100644 --- a/sci-libs/pastix/pastix-5.2.3.ebuild +++ b/sci-libs/pastix/pastix-5.2.3.ebuild @@ -45,7 +45,7 @@ src_prepare() { -e "s:^\(CCFOPT\s*=\).*:\1 ${FFLAGS}:" \ -e "s:^\(CCFDEB\s*=\).*:\1 ${FFLAGS}:" \ -e 's:^\(EXTRALIB\s*=\).*:\1 -lm -lrt:' \ - -e "s:^#\s*\(ROOT\s*=\).*:\1 \$(DESTDIR)${EPREFIX%/}/usr:" \ + -e "s:^#\s*\(ROOT\s*=\).*:\1 \$(DESTDIR)${EPREFIX}/usr:" \ -e 's:^#\s*\(INCLUDEDIR\s*=\).*:\1 $(ROOT)/include:' \ -e 's:^#\s*\(BINDIR\s*=\).*:\1 $(ROOT)/bin:' \ -e "s:^#\s*\(LIBDIR\s*=\).*:\1 \$(ROOT)/$(get_libdir):" \