diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-21 12:46:49 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-21 12:46:49 +0000 |
commit | 7a70860b7f9dfb4ba6a6551045dd12977ee680e2 (patch) | |
tree | 7f9b7973c48272fe6ae3a2903df480d4b83dab40 /www-client/mozilla-launcher | |
parent | gnome => gnome-mm (diff) | |
download | gentoo-2-7a70860b7f9dfb4ba6a6551045dd12977ee680e2.tar.gz gentoo-2-7a70860b7f9dfb4ba6a6551045dd12977ee680e2.tar.bz2 gentoo-2-7a70860b7f9dfb4ba6a6551045dd12977ee680e2.zip |
Set the umask explicitly in update_chrome() since we're creating new files.
Stick with the simpler setup instead of using /var for now.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'www-client/mozilla-launcher')
14 files changed, 19 insertions, 240 deletions
diff --git a/www-client/mozilla-launcher/ChangeLog b/www-client/mozilla-launcher/ChangeLog index 5e24fef29162..faac64ce7154 100644 --- a/www-client/mozilla-launcher/ChangeLog +++ b/www-client/mozilla-launcher/ChangeLog @@ -1,6 +1,20 @@ # ChangeLog for www-client/mozilla-launcher # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-launcher/ChangeLog,v 1.23 2005/07/20 12:28:00 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-launcher/ChangeLog,v 1.24 2005/07/21 12:46:49 agriffis Exp $ + +*mozilla-launcher-1.39 (21 Jul 2005) + + 21 Jul 2005; Aron Griffis <agriffis@gentoo.org> + -files/mozilla-launcher-1.32-multilib.patch, + -files/mozilla-launcher-1.33-multilib.patch, + -files/mozilla-launcher-1.34-multilib.patch, + -files/mozilla-launcher-1.37-multilib.patch, + +files/mozilla-launcher-1.39-multilib.patch, + -mozilla-launcher-1.32.ebuild, -mozilla-launcher-1.33.ebuild, + mozilla-launcher-1.34.ebuild, -mozilla-launcher-1.37.ebuild, + +mozilla-launcher-1.39.ebuild: + Set the umask explicitly in update_chrome() since we're creating new files. + Stick with the simpler setup instead of using /var for now. 20 Jul 2005; Markus Rothe <corsair@gentoo.org> mozilla-launcher-1.34.ebuild: diff --git a/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.32 b/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.32 deleted file mode 100644 index 334f9d22ff1f..000000000000 --- a/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.32 +++ /dev/null @@ -1 +0,0 @@ -MD5 6ca280b80007542ef0c31a16863b0afc mozilla-launcher-1.32.bz2 5765 diff --git a/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.33 b/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.33 deleted file mode 100644 index f29eda5cd1db..000000000000 --- a/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.33 +++ /dev/null @@ -1 +0,0 @@ -MD5 0c3fe2100e61cecd9a8270eb49d493e4 mozilla-launcher-1.33.bz2 5872 diff --git a/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.34 b/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.34 deleted file mode 100644 index 5f89a8895f84..000000000000 --- a/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.34 +++ /dev/null @@ -1 +0,0 @@ -MD5 2e189d488e67c6328366233460dae368 mozilla-launcher-1.34.bz2 6989 diff --git a/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.37 b/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.37 deleted file mode 100644 index 8cc6075943e7..000000000000 --- a/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.37 +++ /dev/null @@ -1 +0,0 @@ -MD5 4172ddc576036276ff35dca2214bd9b7 mozilla-launcher-1.37.bz2 6951 diff --git a/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.39 b/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.39 new file mode 100644 index 000000000000..cc19c5da4242 --- /dev/null +++ b/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.39 @@ -0,0 +1 @@ +MD5 fd611e8d3d6676ae9ca0c5c3041afba9 mozilla-launcher-1.39.bz2 6471 diff --git a/www-client/mozilla-launcher/files/mozilla-launcher-1.32-multilib.patch b/www-client/mozilla-launcher/files/mozilla-launcher-1.32-multilib.patch deleted file mode 100644 index e57b85f80414..000000000000 --- a/www-client/mozilla-launcher/files/mozilla-launcher-1.32-multilib.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- mozilla-launcher-1.32.old 2005-06-19 17:10:38.000000000 +0200 -+++ mozilla-launcher-1.32 2005-06-19 17:10:59.000000000 +0200 -@@ -127,28 +127,28 @@ - # just drops through for binary-based browsers. - case $zero in - *fox) -- export MOZILLA_FIVE_HOME="/usr/lib/MozillaFirefox" -+ export MOZILLA_FIVE_HOME="/usr/lib64/MozillaFirefox" - remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client - mozbin=$MOZILLA_FIVE_HOME/firefox-bin - grepfor=Firefox-bin - ;; - - *mozilla) -- export MOZILLA_FIVE_HOME="/usr/lib/mozilla" -+ export MOZILLA_FIVE_HOME="/usr/lib64/mozilla" - remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client - mozbin=$MOZILLA_FIVE_HOME/mozilla-bin - grepfor=Mozilla-bin - ;; - - *sunbird) -- export MOZILLA_FIVE_HOME="/usr/lib/MozillaSunbird" -+ export MOZILLA_FIVE_HOME="/usr/lib64/MozillaSunbird" - remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client - mozbin=$MOZILLA_FIVE_HOME/sunbird-bin - grepfor=Sunbird-bin - ;; - - *thunderbird) -- export MOZILLA_FIVE_HOME="/usr/lib/MozillaThunderbird" -+ export MOZILLA_FIVE_HOME="/usr/lib64/MozillaThunderbird" - remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client - mozbin=$MOZILLA_FIVE_HOME/thunderbird-bin - grepfor=Thunderbird-bin diff --git a/www-client/mozilla-launcher/files/mozilla-launcher-1.33-multilib.patch b/www-client/mozilla-launcher/files/mozilla-launcher-1.33-multilib.patch deleted file mode 100644 index ce487d45dcd8..000000000000 --- a/www-client/mozilla-launcher/files/mozilla-launcher-1.33-multilib.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- mozilla-launcher-1.33.multilib 2005-06-28 19:25:05.000000000 -0400 -+++ mozilla-launcher-1.33 2005-06-28 19:25:55.000000000 -0400 -@@ -135,28 +135,28 @@ - # just drops through for binary-based browsers. - case $zero in - *fox) -- : ${MOZILLA_FIVE_HOME:="/usr/lib/MozillaFirefox"} -+ : ${MOZILLA_FIVE_HOME:="/usr/lib64/MozillaFirefox"} - remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client - mozbin=$MOZILLA_FIVE_HOME/firefox-bin - grepfor=Firefox-bin - ;; - - *mozilla) -- : ${MOZILLA_FIVE_HOME:="/usr/lib/mozilla"} -+ : ${MOZILLA_FIVE_HOME:="/usr/lib64/mozilla"} - remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client - mozbin=$MOZILLA_FIVE_HOME/mozilla-bin - grepfor=Mozilla-bin - ;; - - *sunbird) -- : ${MOZILLA_FIVE_HOME:="/usr/lib/MozillaSunbird"} -+ : ${MOZILLA_FIVE_HOME:="/usr/lib64/MozillaSunbird"} - remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client - mozbin=$MOZILLA_FIVE_HOME/sunbird-bin - grepfor=Sunbird-bin - ;; - - *thunderbird) -- : ${MOZILLA_FIVE_HOME:="/usr/lib/MozillaThunderbird"} -+ : ${MOZILLA_FIVE_HOME:="/usr/lib64/MozillaThunderbird"} - remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client - mozbin=$MOZILLA_FIVE_HOME/thunderbird-bin - grepfor=Thunderbird-bin diff --git a/www-client/mozilla-launcher/files/mozilla-launcher-1.34-multilib.patch b/www-client/mozilla-launcher/files/mozilla-launcher-1.34-multilib.patch deleted file mode 100644 index bd4cc3cdda22..000000000000 --- a/www-client/mozilla-launcher/files/mozilla-launcher-1.34-multilib.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- mozilla-launcher-1.34.multilib 2005-06-28 19:25:05.000000000 -0400 -+++ mozilla-launcher-1.34 2005-06-28 19:25:55.000000000 -0400 -@@ -135,28 +135,28 @@ - # just drops through for binary-based browsers. - case $zero in - *fox) -- : ${MOZILLA_FIVE_HOME:="/usr/lib/MozillaFirefox"} -+ : ${MOZILLA_FIVE_HOME:="/usr/lib64/MozillaFirefox"} - remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client - mozbin=$MOZILLA_FIVE_HOME/firefox-bin - grepfor=Firefox-bin - ;; - - *mozilla) -- : ${MOZILLA_FIVE_HOME:="/usr/lib/mozilla"} -+ : ${MOZILLA_FIVE_HOME:="/usr/lib64/mozilla"} - remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client - mozbin=$MOZILLA_FIVE_HOME/mozilla-bin - grepfor=Mozilla-bin - ;; - - *sunbird) -- : ${MOZILLA_FIVE_HOME:="/usr/lib/MozillaSunbird"} -+ : ${MOZILLA_FIVE_HOME:="/usr/lib64/MozillaSunbird"} - remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client - mozbin=$MOZILLA_FIVE_HOME/sunbird-bin - grepfor=Sunbird-bin - ;; - - *thunderbird) -- : ${MOZILLA_FIVE_HOME:="/usr/lib/MozillaThunderbird"} -+ : ${MOZILLA_FIVE_HOME:="/usr/lib64/MozillaThunderbird"} - remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client - mozbin=$MOZILLA_FIVE_HOME/thunderbird-bin - grepfor=Thunderbird-bin diff --git a/www-client/mozilla-launcher/files/mozilla-launcher-1.37-multilib.patch b/www-client/mozilla-launcher/files/mozilla-launcher-1.39-multilib.patch index ec328671af6e..c628e4735524 100644 --- a/www-client/mozilla-launcher/files/mozilla-launcher-1.37-multilib.patch +++ b/www-client/mozilla-launcher/files/mozilla-launcher-1.39-multilib.patch @@ -1,5 +1,5 @@ ---- mozilla-launcher-1.37.multilib 2005-07-19 15:43:47.000000000 -0400 -+++ mozilla-launcher-1.37 2005-07-19 15:44:20.000000000 -0400 +--- mozilla-launcher-1.39.multilib 2005-07-19 15:43:47.000000000 -0400 ++++ mozilla-launcher-1.39 2005-07-19 15:44:20.000000000 -0400 @@ -136,28 +136,28 @@ # just drops through for binary-based browsers. case $zero in diff --git a/www-client/mozilla-launcher/mozilla-launcher-1.32.ebuild b/www-client/mozilla-launcher/mozilla-launcher-1.32.ebuild deleted file mode 100644 index 22f526df5381..000000000000 --- a/www-client/mozilla-launcher/mozilla-launcher-1.32.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-launcher/mozilla-launcher-1.32.ebuild,v 1.6 2005/06/29 18:41:56 agriffis Exp $ - -inherit eutils - -DESCRIPTION="Script that launches mozilla or firefox" -HOMEPAGE="http://dev.gentoo.org/~agriffis/dist/" -SRC_URI="mirror://gentoo/${P}.bz2 \ - http://dev.gentoo.org/~agriffis/dist/${P}.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} - cd ${S} - - use amd64 && epatch ${FILESDIR}/${P}-multilib.patch -} - -src_install() { - exeinto /usr/libexec - newexe ${P} mozilla-launcher || die -} - -pkg_postinst() { - local f - - 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" - ln -sfn /usr/libexec/mozilla-launcher ${f} - done -} diff --git a/www-client/mozilla-launcher/mozilla-launcher-1.34.ebuild b/www-client/mozilla-launcher/mozilla-launcher-1.34.ebuild deleted file mode 100644 index 10e0a8cbed20..000000000000 --- a/www-client/mozilla-launcher/mozilla-launcher-1.34.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-launcher/mozilla-launcher-1.34.ebuild,v 1.8 2005/07/20 12:28:00 corsair Exp $ - -inherit eutils - -DESCRIPTION="Script that launches mozilla or firefox" -HOMEPAGE="http://dev.gentoo.org/~agriffis/dist/" -SRC_URI="mirror://gentoo/${P}.bz2 \ - http://dev.gentoo.org/~agriffis/dist/${P}.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} - cd ${S} - use amd64 && epatch ${FILESDIR}/${P}-multilib.patch -} - -src_install() { - exeinto /usr/libexec - newexe ${P} mozilla-launcher || die -} - -pkg_postinst() { - local f - - 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" - ln -sfn /usr/libexec/mozilla-launcher ${f} - done -} diff --git a/www-client/mozilla-launcher/mozilla-launcher-1.37.ebuild b/www-client/mozilla-launcher/mozilla-launcher-1.37.ebuild deleted file mode 100644 index eb46bc0695a0..000000000000 --- a/www-client/mozilla-launcher/mozilla-launcher-1.37.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-launcher/mozilla-launcher-1.37.ebuild,v 1.1 2005/07/19 16:46:32 agriffis Exp $ - -inherit eutils - -DESCRIPTION="Script that launches mozilla or firefox" -HOMEPAGE="http://dev.gentoo.org/~agriffis/dist/" -SRC_URI="mirror://gentoo/${P}.bz2 \ - http://dev.gentoo.org/~agriffis/dist/${P}.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} - cd ${S} - use amd64 && epatch ${FILESDIR}/${P}-multilib.patch -} - -src_install() { - exeinto /usr/libexec - newexe ${P} mozilla-launcher || die -} - -pkg_postinst() { - local f - - 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" - ln -sfn /usr/libexec/mozilla-launcher ${f} - done -} diff --git a/www-client/mozilla-launcher/mozilla-launcher-1.33.ebuild b/www-client/mozilla-launcher/mozilla-launcher-1.39.ebuild index 7305552b7d7d..7c7f8e424296 100644 --- a/www-client/mozilla-launcher/mozilla-launcher-1.33.ebuild +++ b/www-client/mozilla-launcher/mozilla-launcher-1.39.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/www-client/mozilla-launcher/mozilla-launcher-1.33.ebuild,v 1.3 2005/06/29 18:41:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-launcher/mozilla-launcher-1.39.ebuild,v 1.1 2005/07/21 12:46:49 agriffis Exp $ inherit eutils |