Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145953 - www-client/opera should use elog rather that einfo in postinst
Summary: www-client/opera should use elog rather that einfo in postinst
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Thomas Matthijs (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-02 00:01 UTC by Bo Ørsted Andresen (RETIRED)
Modified: 2006-09-07 07:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
opera_postinst_einfo_2_elog.patch (opera_postinst_einfo_2_elog.patch,3.34 KB, text/plain)
2006-09-02 00:03 UTC, Bo Ørsted Andresen (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bo Ørsted Andresen (RETIRED) gentoo-dev 2006-09-02 00:01:13 UTC
diff -u opera-orig/opera-9.00.ebuild opera/opera-9.00.ebuild
--- opera-orig/opera-9.00.ebuild        2006-09-02 08:49:56.000000000 +0200
+++ opera/opera-9.00.ebuild     2006-09-02 08:52:24.000000000 +0200
@@ -130,11 +130,11 @@
 pkg_postinst() {
        use gnome && gnome2_pkg_postinst

-       einfo "For localized language files take a look at:"
-       einfo "http://www.opera.com/download/languagefiles/index.dml?platform=linux"
-       einfo
-       einfo "To change the spellcheck language edit /opt/opera/share/opera/ini/spellcheck.ini"
-       einfo "and emerge app-text/aspell-language."
+       elog "For localized language files take a look at:"
+       elog "http://www.opera.com/download/languagefiles/index.dml?platform=linux"
+       elog
+       elog "To change the spellcheck language edit /opt/opera/share/opera/ini/spellcheck.ini"
+       elog "and emerge app-text/aspell-language."
 }
Comment 1 Bo Ørsted Andresen (RETIRED) gentoo-dev 2006-09-02 00:03:07 UTC
Created attachment 95711 [details]
opera_postinst_einfo_2_elog.patch

This patch applies the change for all opera ebuilds.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2006-09-02 11:46:41 UTC
Thanks for reporting. Fixed in opera-9.01-r1.
Comment 3 Denilson Sá Maia 2006-09-07 07:36:24 UTC
In fact, I think opera ebuild should use LINGUAS variable to download and install the localized language files.