diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2014-08-05 01:16:05 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2014-08-05 01:16:05 +0000 |
commit | f2562e2005344bbe2ace734e156489607e45221b (patch) | |
tree | 2544aade13d7e2d0805752ed37bff44200b9a0ab /sys-block | |
parent | Fix typo. (diff) | |
download | gentoo-2-f2562e2005344bbe2ace734e156489607e45221b.tar.gz gentoo-2-f2562e2005344bbe2ace734e156489607e45221b.tar.bz2 gentoo-2-f2562e2005344bbe2ace734e156489607e45221b.zip |
tmpdir for configure must be not group-writable, otherwise grsec TPE will block it.
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-block')
33 files changed, 90 insertions, 55 deletions
diff --git a/sys-block/fio/ChangeLog b/sys-block/fio/ChangeLog index 6e52618aba18..69a77c68efba 100644 --- a/sys-block/fio/ChangeLog +++ b/sys-block/fio/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for sys-block/fio # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/ChangeLog,v 1.49 2014/07/19 04:30:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/ChangeLog,v 1.50 2014/08/05 01:16:05 robbat2 Exp $ + + 05 Aug 2014; Robin H. Johnson <robbat2@gentoo.org> fio-1.17.2.ebuild, + fio-1.17.ebuild, fio-1.18.1.ebuild, fio-1.20.ebuild, fio-1.21.ebuild, + fio-1.21_rc3.ebuild, fio-1.22.ebuild, fio-1.23.ebuild, fio-1.25.1.ebuild, + fio-1.34.ebuild, fio-1.50_rc4.ebuild, fio-1.58.ebuild, fio-1.99.10.ebuild, + fio-2.0.10.ebuild, fio-2.0.13.ebuild, fio-2.0.14-r1.ebuild, fio-2.0.14.ebuild, + fio-2.0.15.ebuild, fio-2.0.3.ebuild, fio-2.0.8.ebuild, fio-2.0.9.ebuild, + fio-2.1.10-r1.ebuild, fio-2.1.10.ebuild, fio-2.1.11.ebuild, fio-2.1.2.ebuild, + fio-2.1.4.ebuild, fio-2.1.5.ebuild, fio-2.1.6.1.ebuild, fio-2.1.7.ebuild, + fio-2.1.8-r1.ebuild, fio-2.1.8.ebuild, fio-2.1.9.ebuild: + tmpdir for configure must be not group-writable, otherwise grsec TPE will + block it. *fio-2.1.11 (19 Jul 2014) diff --git a/sys-block/fio/fio-1.17.2.ebuild b/sys-block/fio/fio-1.17.2.ebuild index b2c64f8cb7cb..3c39c178fcdd 100644 --- a/sys-block/fio/fio-1.17.2.ebuild +++ b/sys-block/fio/fio-1.17.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.17.2.ebuild,v 1.6 2008/01/23 01:07:16 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.17.2.ebuild,v 1.7 2014/08/05 01:16:05 robbat2 Exp $ inherit eutils toolchain-funcs flag-o-matic diff --git a/sys-block/fio/fio-1.17.ebuild b/sys-block/fio/fio-1.17.ebuild index 78c46a0be730..4095f972fe5c 100644 --- a/sys-block/fio/fio-1.17.ebuild +++ b/sys-block/fio/fio-1.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.17.ebuild,v 1.2 2007/11/05 10:28:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.17.ebuild,v 1.3 2014/08/05 01:16:05 robbat2 Exp $ inherit eutils toolchain-funcs flag-o-matic diff --git a/sys-block/fio/fio-1.18.1.ebuild b/sys-block/fio/fio-1.18.1.ebuild index 38d78e18b042..176591e17a6e 100644 --- a/sys-block/fio/fio-1.18.1.ebuild +++ b/sys-block/fio/fio-1.18.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.18.1.ebuild,v 1.1 2008/02/19 02:47:18 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.18.1.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ inherit eutils toolchain-funcs flag-o-matic diff --git a/sys-block/fio/fio-1.20.ebuild b/sys-block/fio/fio-1.20.ebuild index f127fe6fdc9f..4d9cd0d78eb8 100644 --- a/sys-block/fio/fio-1.20.ebuild +++ b/sys-block/fio/fio-1.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.20.ebuild,v 1.2 2008/05/29 00:09:38 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.20.ebuild,v 1.3 2014/08/05 01:16:05 robbat2 Exp $ inherit eutils toolchain-funcs flag-o-matic diff --git a/sys-block/fio/fio-1.21.ebuild b/sys-block/fio/fio-1.21.ebuild index 12c52db5ba44..c12ad5fd5661 100644 --- a/sys-block/fio/fio-1.21.ebuild +++ b/sys-block/fio/fio-1.21.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.21.ebuild,v 1.1 2008/08/15 19:18:44 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.21.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ inherit eutils toolchain-funcs flag-o-matic diff --git a/sys-block/fio/fio-1.21_rc3.ebuild b/sys-block/fio/fio-1.21_rc3.ebuild index fdfd311804e1..31faa51532db 100644 --- a/sys-block/fio/fio-1.21_rc3.ebuild +++ b/sys-block/fio/fio-1.21_rc3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.21_rc3.ebuild,v 1.2 2008/05/29 00:09:38 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.21_rc3.ebuild,v 1.3 2014/08/05 01:16:05 robbat2 Exp $ inherit eutils toolchain-funcs flag-o-matic diff --git a/sys-block/fio/fio-1.22.ebuild b/sys-block/fio/fio-1.22.ebuild index eeaf68c189d9..636272c9bdb7 100644 --- a/sys-block/fio/fio-1.22.ebuild +++ b/sys-block/fio/fio-1.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.22.ebuild,v 1.2 2008/12/07 02:35:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.22.ebuild,v 1.3 2014/08/05 01:16:05 robbat2 Exp $ inherit eutils toolchain-funcs flag-o-matic diff --git a/sys-block/fio/fio-1.23.ebuild b/sys-block/fio/fio-1.23.ebuild index f833f6c44304..b4032df6b516 100644 --- a/sys-block/fio/fio-1.23.ebuild +++ b/sys-block/fio/fio-1.23.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.23.ebuild,v 1.1 2008/12/07 02:37:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.23.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ inherit eutils toolchain-funcs flag-o-matic diff --git a/sys-block/fio/fio-1.25.1.ebuild b/sys-block/fio/fio-1.25.1.ebuild index 29af47b3271a..7d62aadb7e0b 100644 --- a/sys-block/fio/fio-1.25.1.ebuild +++ b/sys-block/fio/fio-1.25.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.25.1.ebuild,v 1.1 2009/04/13 01:58:42 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.25.1.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ inherit eutils toolchain-funcs flag-o-matic diff --git a/sys-block/fio/fio-1.34.ebuild b/sys-block/fio/fio-1.34.ebuild index 30411041c4c5..42aaf15606c1 100644 --- a/sys-block/fio/fio-1.34.ebuild +++ b/sys-block/fio/fio-1.34.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.34.ebuild,v 1.2 2010/10/10 20:06:51 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.34.ebuild,v 1.3 2014/08/05 01:16:05 robbat2 Exp $ EAPI="2" @@ -22,6 +22,7 @@ DEPEND="dev-libs/libaio" RDEPEND="${DEPEND}" src_prepare() { + chmod g-w "${T}" sed -i \ -e '/filter /s:-o:$(LDFLAGS) -o:' \ -e '/: depend$/d' \ diff --git a/sys-block/fio/fio-1.50_rc4.ebuild b/sys-block/fio/fio-1.50_rc4.ebuild index 0f1af9f8a128..56bb8640f61d 100644 --- a/sys-block/fio/fio-1.50_rc4.ebuild +++ b/sys-block/fio/fio-1.50_rc4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.50_rc4.ebuild,v 1.1 2011/01/25 04:32:35 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.50_rc4.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="2" @@ -24,6 +24,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i \ -e '/filter /s:-o:$(LDFLAGS) -o:' \ -e '/: depend$/d' \ diff --git a/sys-block/fio/fio-1.58.ebuild b/sys-block/fio/fio-1.58.ebuild index d029a3fa29ec..8d960f6a4c32 100644 --- a/sys-block/fio/fio-1.58.ebuild +++ b/sys-block/fio/fio-1.58.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.58.ebuild,v 1.1 2011/10/03 09:21:08 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.58.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="2" @@ -24,6 +24,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i \ -e '/filter /s:-o:$(LDFLAGS) -o:' \ -e '/: depend$/d' \ diff --git a/sys-block/fio/fio-1.99.10.ebuild b/sys-block/fio/fio-1.99.10.ebuild index 1e2a4fb18787..3082397830f2 100644 --- a/sys-block/fio/fio-1.99.10.ebuild +++ b/sys-block/fio/fio-1.99.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.99.10.ebuild,v 1.1 2011/11/07 08:25:39 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.99.10.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="2" @@ -24,6 +24,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i \ -e '/filter /s:-o:$(LDFLAGS) -o:' \ -e '/: depend$/d' \ diff --git a/sys-block/fio/fio-2.0.10.ebuild b/sys-block/fio/fio-2.0.10.ebuild index d96ca604e3a1..38f287f200b5 100644 --- a/sys-block/fio/fio-2.0.10.ebuild +++ b/sys-block/fio/fio-2.0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.0.10.ebuild,v 1.1 2012/11/11 15:29:39 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.0.10.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="4" @@ -24,6 +24,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i \ -e '/filter /s:-o:$(LDFLAGS) -o:' \ -e '/: depend$/d' \ diff --git a/sys-block/fio/fio-2.0.13.ebuild b/sys-block/fio/fio-2.0.13.ebuild index 156a6cf67f5e..93f92876654b 100644 --- a/sys-block/fio/fio-2.0.13.ebuild +++ b/sys-block/fio/fio-2.0.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.0.13.ebuild,v 1.1 2013/01/17 20:46:17 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.0.13.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="4" @@ -24,6 +24,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i \ -e '/filter /s:-o:$(LDFLAGS) -o:' \ -e '/: depend$/d' \ diff --git a/sys-block/fio/fio-2.0.14-r1.ebuild b/sys-block/fio/fio-2.0.14-r1.ebuild index 2aafa9554611..58bc650f40f8 100644 --- a/sys-block/fio/fio-2.0.14-r1.ebuild +++ b/sys-block/fio/fio-2.0.14-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.0.14-r1.ebuild,v 1.6 2013/05/12 02:09:36 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.0.14-r1.ebuild,v 1.7 2014/08/05 01:16:05 robbat2 Exp $ EAPI="4" @@ -24,6 +24,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i \ -e '/filter /s:-o:$(LDFLAGS) -o:' \ -e '/: depend$/d' \ diff --git a/sys-block/fio/fio-2.0.14.ebuild b/sys-block/fio/fio-2.0.14.ebuild index 8c10f5315155..0115eb52c41e 100644 --- a/sys-block/fio/fio-2.0.14.ebuild +++ b/sys-block/fio/fio-2.0.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.0.14.ebuild,v 1.1 2013/03/04 19:41:54 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.0.14.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="4" @@ -24,6 +24,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i \ -e '/filter /s:-o:$(LDFLAGS) -o:' \ -e '/: depend$/d' \ diff --git a/sys-block/fio/fio-2.0.15.ebuild b/sys-block/fio/fio-2.0.15.ebuild index 34f726ac249b..e5387683d0ad 100644 --- a/sys-block/fio/fio-2.0.15.ebuild +++ b/sys-block/fio/fio-2.0.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.0.15.ebuild,v 1.1 2013/11/03 21:03:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.0.15.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="4" @@ -24,6 +24,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i \ -e '/filter /s:-o:$(LDFLAGS) -o:' \ -e '/: depend$/d' \ diff --git a/sys-block/fio/fio-2.0.3.ebuild b/sys-block/fio/fio-2.0.3.ebuild index 36a6544c10cf..a8a65b43d85b 100644 --- a/sys-block/fio/fio-2.0.3.ebuild +++ b/sys-block/fio/fio-2.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.0.3.ebuild,v 1.1 2012/02/21 08:09:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.0.3.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="2" @@ -24,6 +24,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i \ -e '/filter /s:-o:$(LDFLAGS) -o:' \ -e '/: depend$/d' \ diff --git a/sys-block/fio/fio-2.0.8.ebuild b/sys-block/fio/fio-2.0.8.ebuild index bdf25b90c6f1..8f60f312ed28 100644 --- a/sys-block/fio/fio-2.0.8.ebuild +++ b/sys-block/fio/fio-2.0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.0.8.ebuild,v 1.1 2012/08/03 04:00:56 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.0.8.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="4" @@ -24,6 +24,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i \ -e '/filter /s:-o:$(LDFLAGS) -o:' \ -e '/: depend$/d' \ diff --git a/sys-block/fio/fio-2.0.9.ebuild b/sys-block/fio/fio-2.0.9.ebuild index 2c5456c7c8e5..e88f649d6f10 100644 --- a/sys-block/fio/fio-2.0.9.ebuild +++ b/sys-block/fio/fio-2.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.0.9.ebuild,v 1.1 2012/08/22 23:35:23 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.0.9.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="4" @@ -24,6 +24,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i \ -e '/filter /s:-o:$(LDFLAGS) -o:' \ -e '/: depend$/d' \ diff --git a/sys-block/fio/fio-2.1.10-r1.ebuild b/sys-block/fio/fio-2.1.10-r1.ebuild index 34d755cbff15..4c8ad13e1d85 100644 --- a/sys-block/fio/fio-2.1.10-r1.ebuild +++ b/sys-block/fio/fio-2.1.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.10-r1.ebuild,v 1.1 2014/06/25 17:53:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.10-r1.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -34,6 +34,7 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i '/^DEBUGFLAGS/s, -D_FORTIFY_SOURCE=2,,g' Makefile || die epatch "${FILESDIR}"/${P}-json.patch epatch_user diff --git a/sys-block/fio/fio-2.1.10.ebuild b/sys-block/fio/fio-2.1.10.ebuild index 95ace0a0854d..5c491c0c0164 100644 --- a/sys-block/fio/fio-2.1.10.ebuild +++ b/sys-block/fio/fio-2.1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.10.ebuild,v 1.2 2014/06/25 17:48:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.10.ebuild,v 1.3 2014/08/05 01:16:05 robbat2 Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -34,6 +34,7 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i '/^DEBUGFLAGS/s, -D_FORTIFY_SOURCE=2,,g' Makefile || die epatch_user diff --git a/sys-block/fio/fio-2.1.11.ebuild b/sys-block/fio/fio-2.1.11.ebuild index 0a7c3d04884e..a36d3ae1ef1b 100644 --- a/sys-block/fio/fio-2.1.11.ebuild +++ b/sys-block/fio/fio-2.1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.11.ebuild,v 1.1 2014/07/19 04:30:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.11.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -34,6 +34,7 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i '/^DEBUGFLAGS/s, -D_FORTIFY_SOURCE=2,,g' Makefile || die epatch_user diff --git a/sys-block/fio/fio-2.1.2.ebuild b/sys-block/fio/fio-2.1.2.ebuild index be7edacd33cd..3559ac719d58 100644 --- a/sys-block/fio/fio-2.1.2.ebuild +++ b/sys-block/fio/fio-2.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.2.ebuild,v 1.2 2013/08/29 09:05:18 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.2.ebuild,v 1.3 2014/08/05 01:16:05 robbat2 Exp $ EAPI="5" @@ -26,6 +26,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i \ -e '/^DEBUGFLAGS/s, -D_FORTIFY_SOURCE=2,,g' \ -e '/-o gfio/s/$(LIBS)/$(LDFLAGS) $(LIBS)/' \ diff --git a/sys-block/fio/fio-2.1.4.ebuild b/sys-block/fio/fio-2.1.4.ebuild index 0632438470ec..503a1e3d9b5a 100644 --- a/sys-block/fio/fio-2.1.4.ebuild +++ b/sys-block/fio/fio-2.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.4.ebuild,v 1.1 2014/02/04 05:27:55 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.4.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="5" @@ -27,6 +27,7 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i \ -e '/^DEBUGFLAGS/s, -D_FORTIFY_SOURCE=2,,g' \ -e '/-o gfio/s/$(LIBS)/$(LDFLAGS) $(LIBS)/' \ diff --git a/sys-block/fio/fio-2.1.5.ebuild b/sys-block/fio/fio-2.1.5.ebuild index dc2849415fcb..0b7bb4a2a119 100644 --- a/sys-block/fio/fio-2.1.5.ebuild +++ b/sys-block/fio/fio-2.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.5.ebuild,v 1.1 2014/02/27 05:05:34 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.5.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -26,6 +26,7 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i '/^DEBUGFLAGS/s, -D_FORTIFY_SOURCE=2,,g' Makefile || die epatch_user } diff --git a/sys-block/fio/fio-2.1.6.1.ebuild b/sys-block/fio/fio-2.1.6.1.ebuild index 2578e25ce63c..97c556162993 100644 --- a/sys-block/fio/fio-2.1.6.1.ebuild +++ b/sys-block/fio/fio-2.1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.6.1.ebuild,v 1.1 2014/03/07 03:48:42 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.6.1.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -26,6 +26,7 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i '/^DEBUGFLAGS/s, -D_FORTIFY_SOURCE=2,,g' Makefile || die epatch_user } diff --git a/sys-block/fio/fio-2.1.7.ebuild b/sys-block/fio/fio-2.1.7.ebuild index 181e824be7d3..ff20a96561ec 100644 --- a/sys-block/fio/fio-2.1.7.ebuild +++ b/sys-block/fio/fio-2.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.7.ebuild,v 1.1 2014/04/01 05:44:55 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.7.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -26,6 +26,7 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i '/^DEBUGFLAGS/s, -D_FORTIFY_SOURCE=2,,g' Makefile || die epatch_user } diff --git a/sys-block/fio/fio-2.1.8-r1.ebuild b/sys-block/fio/fio-2.1.8-r1.ebuild index 5f5190129704..709498cc9fd5 100644 --- a/sys-block/fio/fio-2.1.8-r1.ebuild +++ b/sys-block/fio/fio-2.1.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.8-r1.ebuild,v 1.1 2014/04/12 17:02:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.8-r1.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -34,6 +34,7 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i '/^DEBUGFLAGS/s, -D_FORTIFY_SOURCE=2,,g' Makefile || die epatch_user diff --git a/sys-block/fio/fio-2.1.8.ebuild b/sys-block/fio/fio-2.1.8.ebuild index 9f86ed2b7db7..d1b914026639 100644 --- a/sys-block/fio/fio-2.1.8.ebuild +++ b/sys-block/fio/fio-2.1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.8.ebuild,v 1.1 2014/04/12 05:00:32 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.8.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -26,6 +26,7 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i '/^DEBUGFLAGS/s, -D_FORTIFY_SOURCE=2,,g' Makefile || die epatch_user } diff --git a/sys-block/fio/fio-2.1.9.ebuild b/sys-block/fio/fio-2.1.9.ebuild index de18a677311b..60005cc6a023 100644 --- a/sys-block/fio/fio-2.1.9.ebuild +++ b/sys-block/fio/fio-2.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.9.ebuild,v 1.1 2014/05/15 00:13:35 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.9.ebuild,v 1.2 2014/08/05 01:16:05 robbat2 Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -34,6 +34,7 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${MY_P}" src_prepare() { + chmod g-w "${T}" sed -i '/^DEBUGFLAGS/s, -D_FORTIFY_SOURCE=2,,g' Makefile || die epatch_user |