summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-06-08 13:55:12 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-06-08 13:55:12 +0000
commitb5d6d3171cf016ac2864dd27ee65a03ebb45b62b (patch)
tree0ffdab08218d9de163e165ee313a1d2b4f7ce82f /app-office/mozilla-sunbird
parentSome small modifications, thanks to Cardoe for the suggestion (diff)
downloadgentoo-2-b5d6d3171cf016ac2864dd27ee65a03ebb45b62b.tar.gz
gentoo-2-b5d6d3171cf016ac2864dd27ee65a03ebb45b62b.tar.bz2
gentoo-2-b5d6d3171cf016ac2864dd27ee65a03ebb45b62b.zip
Some small modifications, thanks to Cardoe for the suggestion
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-office/mozilla-sunbird')
-rw-r--r--app-office/mozilla-sunbird/ChangeLog6
-rw-r--r--app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild6
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"