diff options
author | 2005-03-23 18:43:04 +0000 | |
---|---|---|
committer | 2005-03-23 18:43:04 +0000 | |
commit | 2afb0b39b939bcf746c0d7f99760aced958df0f9 (patch) | |
tree | a029c8a54af38f61be2628b937e39c1d539370ec /net-www | |
parent | Keyworded ~sparc wrt #84992 (diff) | |
download | gentoo-2-2afb0b39b939bcf746c0d7f99760aced958df0f9.tar.gz gentoo-2-2afb0b39b939bcf746c0d7f99760aced958df0f9.tar.bz2 gentoo-2-2afb0b39b939bcf746c0d7f99760aced958df0f9.zip |
Re-order find options #82653
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-www')
5 files changed, 14 insertions, 9 deletions
diff --git a/net-www/mozilla-launcher/ChangeLog b/net-www/mozilla-launcher/ChangeLog index 7647ae91790d..f734478fd089 100644 --- a/net-www/mozilla-launcher/ChangeLog +++ b/net-www/mozilla-launcher/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/mozilla-launcher # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/ChangeLog,v 1.41 2005/03/23 13:19:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/ChangeLog,v 1.42 2005/03/23 18:43:04 agriffis Exp $ + + 23 Mar 2005; <agriffis@gentoo.org> mozilla-launcher-1.22.ebuild, + mozilla-launcher-1.23.ebuild, mozilla-launcher-1.26.ebuild, + mozilla-launcher-1.28.ebuild: + Re-order find options #82653 *mozilla-launcher-1.28 (23 Mar 2005) diff --git a/net-www/mozilla-launcher/mozilla-launcher-1.22.ebuild b/net-www/mozilla-launcher/mozilla-launcher-1.22.ebuild index f615cbeefbcc..0e84e95c4998 100644 --- a/net-www/mozilla-launcher/mozilla-launcher-1.22.ebuild +++ b/net-www/mozilla-launcher/mozilla-launcher-1.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/mozilla-launcher-1.22.ebuild,v 1.4 2005/02/09 15:57:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/mozilla-launcher-1.22.ebuild,v 1.5 2005/03/23 18:43:04 agriffis Exp $ DESCRIPTION="Script that launches mozilla or firefox" HOMEPAGE="" @@ -24,7 +24,7 @@ src_install() { pkg_postinst() { local f - find ${ROOT}/usr/bin -type l -maxdepth 1 | \ + find ${ROOT}/usr/bin -maxdepth 1 -type l | \ while read f; do [[ $(readlink ${f}) == mozilla-launcher ]] || continue einfo "Updating ${f} symlink to /usr/libexec/mozilla-launcher" diff --git a/net-www/mozilla-launcher/mozilla-launcher-1.23.ebuild b/net-www/mozilla-launcher/mozilla-launcher-1.23.ebuild index ffeb8407f808..b39f34a39d1f 100644 --- a/net-www/mozilla-launcher/mozilla-launcher-1.23.ebuild +++ b/net-www/mozilla-launcher/mozilla-launcher-1.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/mozilla-launcher-1.23.ebuild,v 1.2 2005/02/09 15:57:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/mozilla-launcher-1.23.ebuild,v 1.3 2005/03/23 18:43:04 agriffis Exp $ DESCRIPTION="Script that launches mozilla or firefox" HOMEPAGE="" @@ -24,7 +24,7 @@ src_install() { pkg_postinst() { local f - find ${ROOT}/usr/bin -type l -maxdepth 1 | \ + find ${ROOT}/usr/bin -maxdepth 1 -type l | \ while read f; do [[ $(readlink ${f}) == mozilla-launcher ]] || continue einfo "Updating ${f} symlink to /usr/libexec/mozilla-launcher" diff --git a/net-www/mozilla-launcher/mozilla-launcher-1.26.ebuild b/net-www/mozilla-launcher/mozilla-launcher-1.26.ebuild index 31d55ddb3541..091ae3764ad3 100644 --- a/net-www/mozilla-launcher/mozilla-launcher-1.26.ebuild +++ b/net-www/mozilla-launcher/mozilla-launcher-1.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/mozilla-launcher-1.26.ebuild,v 1.1 2005/03/16 00:21:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/mozilla-launcher-1.26.ebuild,v 1.2 2005/03/23 18:43:04 agriffis Exp $ DESCRIPTION="Script that launches mozilla or firefox" HOMEPAGE="" @@ -24,7 +24,7 @@ src_install() { pkg_postinst() { local f - find ${ROOT}/usr/bin -type l -maxdepth 1 | \ + find ${ROOT}/usr/bin -maxdepth 1 -type l | \ while read f; do [[ $(readlink ${f}) == mozilla-launcher ]] || continue einfo "Updating ${f} symlink to /usr/libexec/mozilla-launcher" diff --git a/net-www/mozilla-launcher/mozilla-launcher-1.28.ebuild b/net-www/mozilla-launcher/mozilla-launcher-1.28.ebuild index 640f26212643..600d50537871 100644 --- a/net-www/mozilla-launcher/mozilla-launcher-1.28.ebuild +++ b/net-www/mozilla-launcher/mozilla-launcher-1.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/mozilla-launcher-1.28.ebuild,v 1.1 2005/03/23 13:19:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/mozilla-launcher-1.28.ebuild,v 1.2 2005/03/23 18:43:04 agriffis Exp $ DESCRIPTION="Script that launches mozilla or firefox" HOMEPAGE="" @@ -24,7 +24,7 @@ src_install() { pkg_postinst() { local f - find ${ROOT}/usr/bin -type l -maxdepth 1 | \ + find ${ROOT}/usr/bin -maxdepth 1 -type l | \ while read f; do [[ $(readlink ${f}) == mozilla-launcher ]] || continue einfo "Updating ${f} symlink to /usr/libexec/mozilla-launcher" |