From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pax/
Date: Thu, 7 Dec 2017 05:36:02 +0000 (UTC) [thread overview]
Message-ID: <1512624948.9230250547e9a9ffa1154fcc71b9b65d93486aa2.jer@gentoo> (raw)
commit: 9230250547e9a9ffa1154fcc71b9b65d93486aa2
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 7 05:35:48 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Dec 7 05:35:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92302505
app-arch/pax: Remove -Werror (bug #640076).
Package-Manager: Portage-2.3.16, Repoman-2.3.6
app-arch/pax/Manifest | 4 ++--
app-arch/pax/pax-3.4.12.16-r1.ebuild | 3 ++-
app-arch/pax/pax-3.4.12.16.ebuild | 7 +++++--
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/app-arch/pax/Manifest b/app-arch/pax/Manifest
index 2d573c7352d..7c01e81a31c 100644
--- a/app-arch/pax/Manifest
+++ b/app-arch/pax/Manifest
@@ -1,2 +1,2 @@
-DIST pax-3.4-12.fc16.src.rpm 171016 SHA256 b86ca0556b12600d3dd4777900baae5118e71ce9e026e42e3bb51aed23853932 SHA512 78704cd1b66288acdaa8fdf4ca0a97c12b1e843e024be4d3fac88a6b42049928c6bfe69a72a58a00a9bf755c23e1e8e0b7d30bc72ba08a83830495dd5f6d9be1 WHIRLPOOL 8a674356efa939ceff0f502de926688d81f17da48c98f24674a76f11043f420c33aa9f47eb66fb1e896ddc4ca4c64cec554d7397379d1ccc884bf02b37eb9b29
-DIST paxmirabilis-20160306.cpio.gz 147448 SHA256 4e36fabfabc01a15e0d01eee0306cef79a7f374586f46254dae139eb866ae81b SHA512 65c9613f235d973f23d829d87b93963f4b21beca4d7158abb8243f7f0ba8eb883544bbd0c16bde82f0e55ab2fbf33e3dfb155a50c0f5be3bf6d88eaf95e1037f WHIRLPOOL 5945f45cc69cfd25d7754a9b6b25db98170de2fc926ffe3a661402d95bc41517e40ff059998d682cc65e32fd7e70a78e222525012eb98dde54c1d67c0c6c2277
+DIST pax-3.4-12.fc16.src.rpm 171016 BLAKE2B 94332a7cd24613c4488c1f00de3bcebeba9a82bc948b3cf83274c5a8d3efb5f687f1363376c40e5dc17a001a2f8c677b49d219a9530ece1710d2f7ddd60a9f44 SHA512 78704cd1b66288acdaa8fdf4ca0a97c12b1e843e024be4d3fac88a6b42049928c6bfe69a72a58a00a9bf755c23e1e8e0b7d30bc72ba08a83830495dd5f6d9be1
+DIST paxmirabilis-20160306.cpio.gz 147448 BLAKE2B b2a9bcfbb6d2007b8a4162b8d010c2a34f7ebc8595a8c20f6b8e973d85421a7f21f24d90b3d0228e5c9921b69dec1ef0ddcd4ee540f95072237255ecf309016d SHA512 65c9613f235d973f23d829d87b93963f4b21beca4d7158abb8243f7f0ba8eb883544bbd0c16bde82f0e55ab2fbf33e3dfb155a50c0f5be3bf6d88eaf95e1037f
diff --git a/app-arch/pax/pax-3.4.12.16-r1.ebuild b/app-arch/pax/pax-3.4.12.16-r1.ebuild
index 7962aaaf3f4..2b39f887b60 100644
--- a/app-arch/pax/pax-3.4.12.16-r1.ebuild
+++ b/app-arch/pax/pax-3.4.12.16-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
@@ -28,6 +28,7 @@ src_prepare() {
epatch "${FILESDIR}"/pax-3.4-sysmacros.patch
sed -i configure.in \
-e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
+ -e 's|-Werror||g' \
-e '/AC_PROG_RANLIB/a AC_PROG_MKDIR_P' \
|| die
eautoreconf
diff --git a/app-arch/pax/pax-3.4.12.16.ebuild b/app-arch/pax/pax-3.4.12.16.ebuild
index cdd4636f56d..42fbe159f96 100644
--- a/app-arch/pax/pax-3.4.12.16.ebuild
+++ b/app-arch/pax/pax-3.4.12.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
@@ -25,7 +25,10 @@ src_prepare() {
rpm_spec_epatch ../${PN}.spec
epatch "${FILESDIR}"/pax-3.4-x32.patch
epatch "${FILESDIR}"/pax-3.4-sysmacros.patch
- sed -i configure.in -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
+ sed -i configure.in \
+ -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
+ -e 's|-Werror||g' \
+ || die
eautoreconf
}
next reply other threads:[~2017-12-07 5:36 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-07 5:36 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-09-25 21:59 [gentoo-commits] repo/gentoo:master commit in: app-arch/pax/ Marek Szuba
2021-07-02 7:17 Sergei Trofimovich
2021-03-06 10:13 Sergei Trofimovich
2021-02-27 10:08 Sam James
2021-02-27 10:07 Sam James
2021-02-26 16:11 Sam James
2021-02-26 14:40 Agostino Sarubbo
2021-02-26 13:59 Sam James
2021-02-26 13:56 Sam James
2021-02-26 13:53 Sam James
2021-01-24 11:26 Sergei Trofimovich
2021-01-24 11:26 Sergei Trofimovich
2019-03-19 11:18 Andreas Sturmlechner
2018-12-29 15:26 Anthony G. Basile
2018-03-06 19:40 Markus Meier
2018-03-02 15:59 Tobias Klausmann
2018-02-27 20:31 Sergei Trofimovich
2018-02-18 19:48 Sergei Trofimovich
2018-02-10 20:52 Sergei Trofimovich
2018-02-09 8:39 Agostino Sarubbo
2018-02-07 20:16 Sergei Trofimovich
2018-02-07 6:09 Thomas Deutschmann
2016-03-07 4:17 Mike Frysinger
2016-02-27 18:55 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1512624948.9230250547e9a9ffa1154fcc71b9b65d93486aa2.jer@gentoo \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox