summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-06-08 13:53:24 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-06-08 13:53:24 +0000
commit57be19ba861dbd7613b00fee5d01f7bbcfbe76db (patch)
tree7d695fa757c906817dde45b0b3d7b8a0491a6542 /app-office/mozilla-sunbird-bin
parentBetter don't use elog (diff)
downloadgentoo-2-57be19ba861dbd7613b00fee5d01f7bbcfbe76db.tar.gz
gentoo-2-57be19ba861dbd7613b00fee5d01f7bbcfbe76db.tar.bz2
gentoo-2-57be19ba861dbd7613b00fee5d01f7bbcfbe76db.zip
Some small modifications, thanks to Cardoe for the suggestion
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-office/mozilla-sunbird-bin')
-rw-r--r--app-office/mozilla-sunbird-bin/ChangeLog6
-rw-r--r--app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.3.1.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/app-office/mozilla-sunbird-bin/ChangeLog b/app-office/mozilla-sunbird-bin/ChangeLog
index 101e294e46f1..b8888e5053be 100644
--- a/app-office/mozilla-sunbird-bin/ChangeLog
+++ b/app-office/mozilla-sunbird-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/mozilla-sunbird-bin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/ChangeLog,v 1.20 2007/03/24 15:01:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/ChangeLog,v 1.21 2007/06/08 13:53:24 armin76 Exp $
+
+ 08 Jun 2007; Raúl Porcel <armin76@gentoo.org>
+ mozilla-sunbird-bin-0.3.1.ebuild:
+ Some small modifications, thanks to Cardoe for the suggestion
24 Mar 2007; Raúl Porcel <armin76@gentoo.org>
mozilla-sunbird-bin-0.3.1.ebuild:
diff --git a/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.3.1.ebuild b/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.3.1.ebuild
index 5e8c28222cfd..1ed841d4147b 100644
--- a/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.3.1.ebuild
+++ b/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-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-bin/mozilla-sunbird-bin-0.3.1.ebuild,v 1.4 2007/03/24 15:01:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.3.1.ebuild,v 1.5 2007/06/08 13:53:24 armin76 Exp $
inherit eutils mozilla-launcher multilib mozextension
@@ -73,7 +73,6 @@ linguas() {
fi
ewarn "Sorry, but ${PN} does not support the ${LANG} LINGUA"
done
- elog "Selected language packs (first will be default): $linguas"
}
@@ -84,6 +83,9 @@ src_unpack() {
for X in ${linguas}; do
[[ ${X} != "en" ]] && xpi_unpack "${MY_P/-bin/}.${X}.langpack.xpi"
done
+ if [[ ${linguas} != "" ]]; then
+ einfo "Selected language packs (first will be default): ${linguas}"
+ fi
}
src_install() {