diff options
author | 2014-09-21 06:54:52 +0000 | |
---|---|---|
committer | 2014-09-21 06:54:52 +0000 | |
commit | 21bcf0505f6d38b2a1a22d84f60bd3b1f8efb6e1 (patch) | |
tree | 44e311ea78958169ed748da70a10d6178936f70b /app-cdr | |
parent | EAPI=5 (diff) | |
download | gentoo-2-21bcf0505f6d38b2a1a22d84f60bd3b1f8efb6e1.tar.gz gentoo-2-21bcf0505f6d38b2a1a22d84f60bd3b1f8efb6e1.tar.bz2 gentoo-2-21bcf0505f6d38b2a1a22d84f60bd3b1f8efb6e1.zip |
Whitespace
(Portage version: 2.2.13/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cdrtools/ChangeLog | 6 | ||||
-rw-r--r-- | app-cdr/cdrtools/cdrtools-3.01_alpha17.ebuild | 8 | ||||
-rw-r--r-- | app-cdr/cdrtools/cdrtools-3.01_alpha24.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/app-cdr/cdrtools/ChangeLog b/app-cdr/cdrtools/ChangeLog index 7ea2e3bd483e..59a662f82cec 100644 --- a/app-cdr/cdrtools/ChangeLog +++ b/app-cdr/cdrtools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-cdr/cdrtools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/ChangeLog,v 1.344 2014/09/21 01:54:22 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/ChangeLog,v 1.345 2014/09/21 06:54:52 patrick Exp $ + + 21 Sep 2014; Patrick Lauer <patrick@gentoo.org> cdrtools-3.01_alpha17.ebuild, + cdrtools-3.01_alpha24.ebuild: + Whitespace 21 Sep 2014; Robin H. Johnson <robbat2@gentoo.org> cdrtools-3.01_alpha17.ebuild, cdrtools-3.01_alpha24.ebuild: diff --git a/app-cdr/cdrtools/cdrtools-3.01_alpha17.ebuild b/app-cdr/cdrtools/cdrtools-3.01_alpha17.ebuild index 2bbef1077a23..ffcdffc17e5e 100644 --- a/app-cdr/cdrtools/cdrtools-3.01_alpha17.ebuild +++ b/app-cdr/cdrtools/cdrtools-3.01_alpha17.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/app-cdr/cdrtools/cdrtools-3.01_alpha17.ebuild,v 1.17 2014/09/21 01:54:22 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-3.01_alpha17.ebuild,v 1.18 2014/09/21 06:54:52 patrick Exp $ EAPI=5 @@ -89,9 +89,9 @@ src_prepare() { -e "s:bin:root:g" \ -e '/^DEFUMASK/s,002,022,g' \ Defaults.${os} || die "sed Schily make setup" - # re DEFUMASK above: - # bug 486680: grsec TPE will block the exec if the directory is - # group-writable. This is painful with cdrtools, because it makes a bunch of + # re DEFUMASK above: + # bug 486680: grsec TPE will block the exec if the directory is + # group-writable. This is painful with cdrtools, because it makes a bunch of # group-writable directories during build. Change the umask on their # creation to prevent this. } diff --git a/app-cdr/cdrtools/cdrtools-3.01_alpha24.ebuild b/app-cdr/cdrtools/cdrtools-3.01_alpha24.ebuild index bbbebe22b893..c770ca5c677c 100644 --- a/app-cdr/cdrtools/cdrtools-3.01_alpha24.ebuild +++ b/app-cdr/cdrtools/cdrtools-3.01_alpha24.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/app-cdr/cdrtools/cdrtools-3.01_alpha24.ebuild,v 1.3 2014/09/21 01:54:22 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-3.01_alpha24.ebuild,v 1.4 2014/09/21 06:54:52 patrick Exp $ EAPI=5 @@ -96,9 +96,9 @@ src_prepare() { -e "s|^\(DEFINSGRP=\).*|\1\t0|" \ -e '/^DEFUMASK/s,002,022,g' \ Defaults.${os} || die "sed Schily make setup" - # re DEFUMASK above: - # bug 486680: grsec TPE will block the exec if the directory is - # group-writable. This is painful with cdrtools, because it makes a bunch of + # re DEFUMASK above: + # bug 486680: grsec TPE will block the exec if the directory is + # group-writable. This is painful with cdrtools, because it makes a bunch of # group-writable directories during build. Change the umask on their # creation to prevent this. } |