diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-08 13:57:25 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-08 13:57:25 +0000 |
commit | cc606278168bd4f63b03d47899d0e7c6257e6cfe (patch) | |
tree | 4843893785c09966a4c7429733cb24088c6c7298 /mail-client/mozilla-thunderbird | |
parent | Some small modifications, thanks to Cardoe for the suggestion (diff) | |
download | gentoo-2-cc606278168bd4f63b03d47899d0e7c6257e6cfe.tar.gz gentoo-2-cc606278168bd4f63b03d47899d0e7c6257e6cfe.tar.bz2 gentoo-2-cc606278168bd4f63b03d47899d0e7c6257e6cfe.zip |
Some small modifications, thanks to Cardoe for the suggestion
(Portage version: 2.1.2.9)
Diffstat (limited to 'mail-client/mozilla-thunderbird')
3 files changed, 13 insertions, 4 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index b4e097449143..9664edc2753e 100644 --- a/mail-client/mozilla-thunderbird/ChangeLog +++ b/mail-client/mozilla-thunderbird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mozilla-thunderbird # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.201 2007/06/07 09:42:44 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.202 2007/06/08 13:57:25 armin76 Exp $ + + 08 Jun 2007; Raúl Porcel <armin76@gentoo.org> + mozilla-thunderbird-1.5.0.12.ebuild, mozilla-thunderbird-2.0.0.0.ebuild: + Some small modifications, thanks to Cardoe for the suggestion 07 Jun 2007; Markus Rothe <corsair@gentoo.org> mozilla-thunderbird-2.0.0.0.ebuild: diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.12.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.12.ebuild index a916463b5c0b..5a5ee414b761 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.12.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.12.ebuild,v 1.5 2007/06/02 21:21:36 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.12.ebuild,v 1.6 2007/06/08 13:57:25 armin76 Exp $ WANT_AUTOCONF="2.1" @@ -88,6 +88,9 @@ src_unpack() { for X in ${linguas}; do [[ ${X} != en ]] && xpi_unpack ${P}-${X}.xpi done + if [[ ${linguas} != "" ]]; then + einfo "Selected language packs (first will be default): ${linguas}" + fi cd ${S} || die "cd failed" # Apply our patches diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild index d62b2f0c91f1..b0c3aea37f2b 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild,v 1.12 2007/06/07 09:42:44 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild,v 1.13 2007/06/08 13:57:25 armin76 Exp $ WANT_AUTOCONF="2.1" @@ -77,7 +77,6 @@ linguas() { fi ewarn "Sorry, but ${PN} does not support the ${LANG} LINGUA" done - elog "Selected language packs (first will be default): $linguas" } pkg_setup() { @@ -91,6 +90,9 @@ src_unpack() { for X in ${linguas}; do [[ ${X} != "en" ]] && xpi_unpack "${P}-${X}.xpi" done + if [[ ${linguas} != "" ]]; then + elog "Selected language packs (first will be default): ${linguas}" + fi # Apply our patches cd "${S}" || die "cd failed" |