diff options
author | 2016-08-05 18:19:25 +0200 | |
---|---|---|
committer | 2016-08-06 18:46:37 +0200 | |
commit | 9d8506e07cad3be7f00f2243450247f3129ae40e (patch) | |
tree | 01475ad013aabeab5069c9f6d072826b810d4e56 /media-video/photofilmstrip | |
parent | media-video/dvdstyler: whitespace (diff) | |
download | gentoo-9d8506e07cad3be7f00f2243450247f3129ae40e.tar.gz gentoo-9d8506e07cad3be7f00f2243450247f3129ae40e.tar.bz2 gentoo-9d8506e07cad3be7f00f2243450247f3129ae40e.zip |
media-video/photofilmstrip: whitespace
Diffstat (limited to 'media-video/photofilmstrip')
-rw-r--r-- | media-video/photofilmstrip/photofilmstrip-1.9.91-r1.ebuild | 12 | ||||
-rw-r--r-- | media-video/photofilmstrip/photofilmstrip-2.1.0.ebuild | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/media-video/photofilmstrip/photofilmstrip-1.9.91-r1.ebuild b/media-video/photofilmstrip/photofilmstrip-1.9.91-r1.ebuild index 933ed5e13f15..15ced6314545 100644 --- a/media-video/photofilmstrip/photofilmstrip-1.9.91-r1.ebuild +++ b/media-video/photofilmstrip/photofilmstrip-1.9.91-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -34,20 +34,20 @@ DOCS=( CHANGES COPYING README ) src_prepare() { # Remove unneeded icon resources update needing running X sed -i \ - -e '/self\._make_resources\(\)/d' \ - setup.py + -e '/self\._make_resources\(\)/d' \ + setup.py # Fix desktop file entry sed -i \ - -e '/^Version.*/d' \ - data/photofilmstrip.desktop + -e '/^Version.*/d' \ + data/photofilmstrip.desktop distutils-r1_src_prepare } src_install() { # Do not compress the apps help files - docompress -x /usr/share/doc/${PN} + docompress -x /usr/share/doc/${PN} distutils-r1_src_install } diff --git a/media-video/photofilmstrip/photofilmstrip-2.1.0.ebuild b/media-video/photofilmstrip/photofilmstrip-2.1.0.ebuild index 622804ae79ac..840d0455dfb5 100644 --- a/media-video/photofilmstrip/photofilmstrip-2.1.0.ebuild +++ b/media-video/photofilmstrip/photofilmstrip-2.1.0.ebuild @@ -56,7 +56,7 @@ src_install() { doman docs/manpage/* # Do not compress the apps help files - docompress -x /usr/share/doc/${PF}/${PN}.hh{c,k,p} + docompress -x /usr/share/doc/${PF}/${PN}.hh{c,k,p} distutils-r1_src_install } |