diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-04 07:15:54 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-04 07:15:54 +0000 |
commit | 01f376e7de8b3fd95509dc5955850693ce308931 (patch) | |
tree | b133a33e3caf272ddf673c54d01f02e1172ab80b /app-office/mozilla-sunbird-bin | |
parent | Fixed SRC_URI. (diff) | |
download | gentoo-2-01f376e7de8b3fd95509dc5955850693ce308931.tar.gz gentoo-2-01f376e7de8b3fd95509dc5955850693ce308931.tar.bz2 gentoo-2-01f376e7de8b3fd95509dc5955850693ce308931.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'app-office/mozilla-sunbird-bin')
-rw-r--r-- | app-office/mozilla-sunbird-bin/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.3.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/mozilla-sunbird-bin/ChangeLog b/app-office/mozilla-sunbird-bin/ChangeLog index d1774d78ec16..5dcff524b028 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.17 2007/02/22 20:51:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/ChangeLog,v 1.18 2007/03/04 07:15:54 genone Exp $ + + 04 Mar 2007; Marius Mauch <genone@gentoo.org> + mozilla-sunbird-bin-0.3.1.ebuild: + Replacing einfo with elog *mozilla-sunbird-bin-0.3.1 (22 Feb 2007) 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 61d282b37752..503bdb9bd16a 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.1 2007/02/22 20:51:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.3.1.ebuild,v 1.2 2007/03/04 07:15:54 genone Exp $ inherit eutils mozilla-launcher multilib mozextension @@ -75,7 +75,7 @@ linguas() { fi ewarn "Sorry, but ${PN} does not support the ${LANG} LINGUA" done - einfo "Selected language packs (first will be default): $linguas" + elog "Selected language packs (first will be default): $linguas" } |