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 97E9A1382C5 for ; Wed, 16 May 2018 10:49:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76ED1E08F7; Wed, 16 May 2018 10:49:57 +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 51AA3E08F7 for ; Wed, 16 May 2018 10:49:57 +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 F1A48335C0C for ; Wed, 16 May 2018 10:49:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CE8043 for ; Wed, 16 May 2018 10:49:54 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1526467786.25fc58d9874ee513e04f49e5195acceca28f9532.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/scdoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/scdoc/Manifest app-text/scdoc/scdoc-1.2.3.ebuild app-text/scdoc/scdoc-1.3.1.ebuild X-VCS-Directories: app-text/scdoc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 25fc58d9874ee513e04f49e5195acceca28f9532 X-VCS-Branch: master Date: Wed, 16 May 2018 10:49:54 +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-Archives-Salt: 88777ae7-bf97-4eed-b412-d000a46674e7 X-Archives-Hash: aca00ae497d600be5958204db1549a91 commit: 25fc58d9874ee513e04f49e5195acceca28f9532 Author: Lars Wendler gentoo org> AuthorDate: Mon May 14 11:02:54 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed May 16 10:49:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25fc58d9 app-text/scdoc: Bump to version 1.3.1. Removed old. Fixed installation path. Closes: https://bugs.gentoo.org/655722 Package-Manager: Portage-2.3.36, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8397 app-text/scdoc/Manifest | 2 +- app-text/scdoc/{scdoc-1.2.3.ebuild => scdoc-1.3.1.ebuild} | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app-text/scdoc/Manifest b/app-text/scdoc/Manifest index 23793d69d4d..dcca3f3b01c 100644 --- a/app-text/scdoc/Manifest +++ b/app-text/scdoc/Manifest @@ -1 +1 @@ -DIST scdoc-1.2.3.tar.xz 6920 BLAKE2B 7cafe512016dc7dcfa56216cac3f3fd99ef05dfefb67ce8dba9726c8d60b49829f444f66c62c4ee9a0d2464749510ba60ac0b72996c656e3d66aef80e5ef0546 SHA512 1d5170d2a73ebccdb83ffffbec5ec431aab54b02eea5b062d0210c98636d059dc1fa57bfc1573a0e510cc8849759f6bb6462e3f5a78f22273a10bf47f2e0a2c6 +DIST scdoc-1.3.1.tar.xz 8776 BLAKE2B 1d11423abde7ec3e7b03ddc4f9698b7b78cac6972066c57886160974bd885225dc42793d19942c11ffd215f5dddd6453f66cbd083be03132b437b6f6f8a93c8a SHA512 a404df2e2eef76cc02c69f32eb131eaa4d4ed51e96dc6ea39400662f767648538fc27c618cf34c064004918a92940ae5400e91b7b628e431132cb9619d3e94eb diff --git a/app-text/scdoc/scdoc-1.2.3.ebuild b/app-text/scdoc/scdoc-1.3.1.ebuild similarity index 86% rename from app-text/scdoc/scdoc-1.2.3.ebuild rename to app-text/scdoc/scdoc-1.3.1.ebuild index fb88bae39fe..b1e8b927020 100644 --- a/app-text/scdoc/scdoc-1.2.3.ebuild +++ b/app-text/scdoc/scdoc-1.3.1.ebuild @@ -16,8 +16,10 @@ KEYWORDS="~amd64 ~x86" src_prepare() { default - sed -i 's/-Werror//' Makefile || die 'Failed to remove -Werror' - sed -i 's/CFLAGS=/CFLAGS+=/' Makefile || die 'Failed to patch makefile' + sed -e 's/-Werror//' \ + -e 's/CFLAGS=/CFLAGS+=/' \ + -e '/^PREFIX/s@=.*$@=/usr@' \ + -i Makefile || die 'Failed to patch Makefile' } src_compile() {