From 86c7974bf862875b5070c2432ec2664e4c8aea36 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Thu, 29 Oct 2009 21:17:34 +0000 Subject: Fix missing - in find statement. Package-Manager: portage-2.2_rc46/cvs/Linux x86_64 --- app-crypt/seahorse-plugins/ChangeLog | 6 +++++- app-crypt/seahorse-plugins/seahorse-plugins-2.28.1.ebuild | 4 ++-- app-crypt/seahorse/ChangeLog | 6 +++++- app-crypt/seahorse/seahorse-2.28.1.ebuild | 4 ++-- 4 files changed, 14 insertions(+), 6 deletions(-) (limited to 'app-crypt') diff --git a/app-crypt/seahorse-plugins/ChangeLog b/app-crypt/seahorse-plugins/ChangeLog index 8e954cd018f2..c0055e644bfe 100644 --- a/app-crypt/seahorse-plugins/ChangeLog +++ b/app-crypt/seahorse-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/seahorse-plugins # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.11 2009/10/29 21:05:29 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.12 2009/10/29 21:17:34 eva Exp $ + + 29 Oct 2009; Gilles Dartiguelongue + seahorse-plugins-2.28.1.ebuild: + Fix missing - in find statement. *seahorse-plugins-2.28.1 (29 Oct 2009) diff --git a/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1.ebuild b/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1.ebuild index 50abd4755b11..1010621cd020 100644 --- a/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1.ebuild +++ b/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1.ebuild,v 1.1 2009/10/29 21:05:29 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1.ebuild,v 1.2 2009/10/29 21:17:34 eva Exp $ EAPI="2" @@ -77,7 +77,7 @@ src_prepare() { src_install() { gnome2_src_install - find "${D}" name "*.la" -delete || die "remove of la files failed" + find "${D}" -name "*.la" -delete || die "remove of la files failed" exeinto /etc/X11/xinit/xinitrc.d/ doexe "${FILESDIR}/70-seahorse-agent" || die "doexe failed" diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog index 9557a62b9b30..a653a7819fa9 100644 --- a/app-crypt/seahorse/ChangeLog +++ b/app-crypt/seahorse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/seahorse # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.121 2009/10/29 21:04:49 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.122 2009/10/29 21:15:39 eva Exp $ + + 29 Oct 2009; Gilles Dartiguelongue + seahorse-2.28.1.ebuild: + Fix missing - in find statement. *seahorse-2.28.1 (29 Oct 2009) diff --git a/app-crypt/seahorse/seahorse-2.28.1.ebuild b/app-crypt/seahorse/seahorse-2.28.1.ebuild index d5fcd2524f31..36d3801c274d 100644 --- a/app-crypt/seahorse/seahorse-2.28.1.ebuild +++ b/app-crypt/seahorse/seahorse-2.28.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.28.1.ebuild,v 1.1 2009/10/29 21:04:49 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.28.1.ebuild,v 1.2 2009/10/29 21:15:39 eva Exp $ EAPI="2" @@ -73,7 +73,7 @@ src_prepare() { src_install() { gnome2_src_install - find "${D}" name "*.la" -delete || die "remove of la files failed" + find "${D}" -name "*.la" -delete || die "remove of la files failed" } pkg_postinst() { -- cgit v1.2.3-65-gdbad