diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-11-01 11:25:55 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-11-01 11:25:55 +0000 |
commit | dc5bcf0093ee10baa84a5f818f5379aa5fa74b16 (patch) | |
tree | 266adcdf88089a65a8d29034fc1e4cb060b53f9d /app-arch | |
parent | Create the correct directory; upstream moved from /var/lib to /var/db. (diff) | |
download | gentoo-2-dc5bcf0093ee10baa84a5f818f5379aa5fa74b16.tar.gz gentoo-2-dc5bcf0093ee10baa84a5f818f5379aa5fa74b16.tar.bz2 gentoo-2-dc5bcf0093ee10baa84a5f818f5379aa5fa74b16.zip |
Conditional removal of nautilus plugin la file, bug #343643.
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/file-roller/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/file-roller/file-roller-2.32.0.ebuild | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-arch/file-roller/ChangeLog b/app-arch/file-roller/ChangeLog index dac631e03eab..65c21e7c330c 100644 --- a/app-arch/file-roller/ChangeLog +++ b/app-arch/file-roller/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/file-roller # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.283 2010/10/20 20:15:18 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.284 2010/11/01 11:25:55 eva Exp $ + + 01 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org> + file-roller-2.32.0.ebuild: + Conditional removal of nautilus plugin la file, bug #343643. 20 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> -file-roller-2.26.3.ebuild, diff --git a/app-arch/file-roller/file-roller-2.32.0.ebuild b/app-arch/file-roller/file-roller-2.32.0.ebuild index 5a13098cebf0..3e5ce19703bb 100644 --- a/app-arch/file-roller/file-roller-2.32.0.ebuild +++ b/app-arch/file-roller/file-roller-2.32.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.32.0.ebuild,v 1.2 2010/10/20 20:15:18 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.32.0.ebuild,v 1.3 2010/11/01 11:25:55 eva Exp $ EAPI="3" GCONF_DEBUG="no" @@ -50,8 +50,10 @@ src_prepare() { src_install() { gnome2_src_install - find "${ED}"usr/$(get_libdir)/nautilus -name "*.la" -delete \ - || die "la file removal failed" + if use nautilus; then + find "${ED}"usr/$(get_libdir)/nautilus -name "*.la" -delete \ + || die "la file removal failed" + fi } pkg_postinst() { |