diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-08 13:55:12 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-08 13:55:12 +0000 |
commit | a87f139c358697bc1fcca59c67d7b5dc19a5b291 (patch) | |
tree | 24b1cff32ffea8d1dbf9e1de49c7fbddbdb37993 /app-office/mozilla-sunbird | |
parent | Better don't use elog (diff) | |
download | historical-a87f139c358697bc1fcca59c67d7b5dc19a5b291.tar.gz historical-a87f139c358697bc1fcca59c67d7b5dc19a5b291.tar.bz2 historical-a87f139c358697bc1fcca59c67d7b5dc19a5b291.zip |
Some small modifications, thanks to Cardoe for the suggestion
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'app-office/mozilla-sunbird')
-rw-r--r-- | app-office/mozilla-sunbird/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-office/mozilla-sunbird/ChangeLog b/app-office/mozilla-sunbird/ChangeLog index b125c19918a1..16ba2c15ad0a 100644 --- a/app-office/mozilla-sunbird/ChangeLog +++ b/app-office/mozilla-sunbird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/mozilla-sunbird # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.9 2007/03/24 13:11:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.10 2007/06/08 13:55:12 armin76 Exp $ + + 08 Jun 2007; Raúl Porcel <armin76@gentoo.org> + mozilla-sunbird-0.3.1.ebuild: + Some small modifications, thanks to Cardoe for the suggestion 24 Mar 2007; Raúl Porcel <armin76@gentoo.org> mozilla-sunbird-0.3.1.ebuild: diff --git a/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild b/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild index dac4dd4d9b6c..cbb15df06dbb 100644 --- a/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild +++ b/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.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/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild,v 1.8 2007/03/24 13:11:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild,v 1.9 2007/06/08 13:55:12 armin76 Exp $ WANT_AUTOCONF="2.1" @@ -60,7 +60,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(){ @@ -86,6 +85,9 @@ src_unpack() { for X in ${linguas}; do [[ ${X} != "en" ]] && xpi_unpack "${MY_PN}-${PV}.${X}.langpack.xpi" done + if [[ ${linguas} != "" ]]; then + elog "Selected language packs (first will be default): ${linguas}" + fi # Apply our patches cd "${S}" || die "cd failed" |