Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Wed, 31 Jan 2007 13:54:33 +0000 (13:54 +0000)
committerMarius Mauch <genone@gentoo.org>
Wed, 31 Jan 2007 13:54:33 +0000 (13:54 +0000)
Package-Manager: portage-2.1.2-r4

20 files changed:
dev-db/myodbc/ChangeLog
dev-db/myodbc/myodbc-3.51.06.ebuild
dev-db/myodbc/myodbc-3.51.11.ebuild
dev-db/myodbc/myodbc-3.51.12.ebuild
dev-db/mysql-administrator/ChangeLog
dev-db/mysql-administrator/mysql-administrator-1.1.10.ebuild
dev-db/oracle-instantclient-basic/ChangeLog
dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.1.0.5.ebuild
dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.2.ebuild
dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.3.ebuild
dev-db/oracle-instantclient-jdbc/ChangeLog
dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild
dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.2.0.2.ebuild
dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.2.0.3.ebuild
dev-db/oracle-instantclient-sqlplus/ChangeLog
dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.1.0.5.ebuild
dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.2.ebuild
dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.3.ebuild
dev-db/sqlite/ChangeLog
dev-db/sqlite/sqlite-2.8.16-r4.ebuild

index 9ee6ef2b324b76a6fee8880245d3e4be61ce08b1..1ad4b8eb495b7696a7bc121e2e9261f2f8cb143f 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/myodbc
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/myodbc/ChangeLog,v 1.13 2006/11/23 19:57:20 vivo Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/myodbc/ChangeLog,v 1.14 2007/01/31 13:46:14 genone Exp $
+
+  31 Jan 2007; Marius Mauch <genone@gentoo.org> myodbc-3.51.06.ebuild,
+  myodbc-3.51.11.ebuild, myodbc-3.51.12.ebuild:
+  Replacing einfo with elog
 
   23 Nov 2006; Francesco Riosa <vivo@gentoo.org> myodbc-3.51.06.ebuild,
   myodbc-3.51.11.ebuild, myodbc-3.51.12.ebuild:
index b05c1ba07f7a8097fc0e2ed2dfe361fe16f6f2c1..05956b16cd378d5cf21cdeaa7a5e7ad3395e6d8e 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/myodbc/myodbc-3.51.06.ebuild,v 1.10 2006/11/23 19:57:20 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/myodbc/myodbc-3.51.06.ebuild,v 1.11 2007/01/31 13:46:14 genone Exp $
 
 MY_PN="MyODBC"
 MY_P="${MY_PN}-${PV}"
@@ -81,7 +81,7 @@ pkg_config() {
 }
 
 pkg_postinst() {
-       einfo "If this is a new install, please run the following command"
-       einfo "to configure the MySQL ODBC drivers and sources:"
-       einfo "emerge --config =${CATEGORY}/${PF}"
+       elog "If this is a new install, please run the following command"
+       elog "to configure the MySQL ODBC drivers and sources:"
+       elog "emerge --config =${CATEGORY}/${PF}"
 }
index 3c7b150ea1ae32e9305c2c4c810c4451ae3c61f5..688899be1a6273523487d14817571222b8ca17a2 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/myodbc/myodbc-3.51.11.ebuild,v 1.7 2006/11/23 19:57:20 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/myodbc/myodbc-3.51.11.ebuild,v 1.8 2007/01/31 13:46:14 genone Exp $
 
 MY_PN="MyODBC"
 MY_P="${MY_PN}-${PV}"
@@ -84,7 +84,7 @@ pkg_config() {
 }
 
 pkg_postinst() {
-       einfo "If this is a new install, please run the following command"
-       einfo "to configure the MySQL ODBC drivers and sources:"
-       einfo "emerge --config =${CATEGORY}/${PF}"
+       elog "If this is a new install, please run the following command"
+       elog "to configure the MySQL ODBC drivers and sources:"
+       elog "emerge --config =${CATEGORY}/${PF}"
 }
index 34ca39a8e446ce39838aeb601a2af41935be00c3..c1d46466539d0e7e364db57d784c7ece2d46365f 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/myodbc/myodbc-3.51.12.ebuild,v 1.3 2006/11/23 19:57:20 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/myodbc/myodbc-3.51.12.ebuild,v 1.4 2007/01/31 13:46:14 genone Exp $
 
 MY_PN="mysql-connector-odbc"
 MY_P="${MY_PN}-${PV}"
@@ -90,7 +90,7 @@ pkg_config() {
 }
 
 pkg_postinst() {
-       einfo "If this is a new install, please run the following command"
-       einfo "to configure the MySQL ODBC drivers and sources:"
-       einfo "emerge --config =${CATEGORY}/${PF}"
+       elog "If this is a new install, please run the following command"
+       elog "to configure the MySQL ODBC drivers and sources:"
+       elog "emerge --config =${CATEGORY}/${PF}"
 }
index 6563ca54a48128763240be51b95aa40f7e0b6a36..d81f857bba85ae17018dde9ad980c0c5242f34f9 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/mysql-administrator
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-administrator/ChangeLog,v 1.33 2006/11/23 19:58:20 vivo Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-administrator/ChangeLog,v 1.34 2007/01/31 13:47:33 genone Exp $
+
+  31 Jan 2007; Marius Mauch <genone@gentoo.org>
+  mysql-administrator-1.1.10.ebuild:
+  Replacing einfo with elog
 
   23 Nov 2006; Francesco Riosa <vivo@gentoo.org>
   mysql-administrator-1.1.10.ebuild:
index 340093682216f8092cd2e1d94af7a2d08d11b1b5..fc385add2ca2943ece365bbb8fe256e3ad789b48 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-administrator/mysql-administrator-1.1.10.ebuild,v 1.4 2006/11/23 19:58:20 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-administrator/mysql-administrator-1.1.10.ebuild,v 1.5 2007/01/31 13:47:33 genone Exp $
 
 inherit gnome2 eutils flag-o-matic
 
@@ -58,6 +58,6 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "To use the 'Edit Table Data' feature,"
-       einfo "you need to emerge dev-db/mysql-query-browser!"
+       elog "To use the 'Edit Table Data' feature,"
+       elog "you need to emerge dev-db/mysql-query-browser!"
 }
index 23204399e00c028594c5d78f0fad5bbb432917fa..d76eded874a14ed15a55a033ce4e5df291c2706a 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/oracle-instantclient-basic
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v 1.22 2007/01/27 14:16:57 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v 1.23 2007/01/31 13:49:45 genone Exp $
+
+  31 Jan 2007; Marius Mauch <genone@gentoo.org>
+  oracle-instantclient-basic-10.1.0.5.ebuild,
+  oracle-instantclient-basic-10.2.0.2.ebuild,
+  oracle-instantclient-basic-10.2.0.3.ebuild:
+  Replacing einfo with elog
 
   27 Jan 2007; Tobias Scherbaum <dertobi123@gentoo.org>
   oracle-instantclient-basic-10.1.0.5.ebuild,
index 0511d9943197306267f894a886a59e049637bf59..90c20c4ca8859c4babdaf9c4b89f0c4b694a61ce 100644 (file)
@@ -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/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.1.0.5.ebuild,v 1.3 2007/01/27 14:16:57 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.1.0.5.ebuild,v 1.4 2007/01/31 13:49:45 genone Exp $
 
 inherit eutils
 
@@ -70,13 +70,13 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The Basic client page for Oracle 10g has been installed."
-       einfo "You may also wish to install the oracle-instantclient-jdbc (for"
-       einfo "supplemental JDBC functionality with Oracle) and the"
-       einfo "oracle-instantclient-sqlplus (for running the SQL*Plus application)"
-       einfo "packages as well."
-       einfo
-       einfo "Examples are located in /usr/share/doc/${PF}/"
-       einfo
+       elog "The Basic client page for Oracle 10g has been installed."
+       elog "You may also wish to install the oracle-instantclient-jdbc (for"
+       elog "supplemental JDBC functionality with Oracle) and the"
+       elog "oracle-instantclient-sqlplus (for running the SQL*Plus application)"
+       elog "packages as well."
+       elog
+       elog "Examples are located in /usr/share/doc/${PF}/"
+       elog
        ewarn "ORACLE_HOME (and others) are set in /etc/env.d/50oracle-instantclient-basic"
 }
index d4ee8f7d04a04d2bed2348c325eed0cce9418aaf..09c27448a435cd98551203bf3f703b0e00311c0c 100644 (file)
@@ -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/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.2.ebuild,v 1.6 2007/01/27 14:16:57 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.2.ebuild,v 1.7 2007/01/31 13:49:45 genone Exp $
 
 inherit eutils
 
@@ -93,11 +93,11 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The Basic client page for Oracle 10g has been installed."
-       einfo "You may also wish to install the oracle-instantclient-jdbc (for"
-       einfo "supplemental JDBC functionality with Oracle) and the"
-       einfo "oracle-instantclient-sqlplus (for running the SQL*Plus application)"
-       einfo "packages as well."
-       einfo
-       einfo "Examples are located in /usr/share/doc/${PF}/"
+       elog "The Basic client page for Oracle 10g has been installed."
+       elog "You may also wish to install the oracle-instantclient-jdbc (for"
+       elog "supplemental JDBC functionality with Oracle) and the"
+       elog "oracle-instantclient-sqlplus (for running the SQL*Plus application)"
+       elog "packages as well."
+       elog
+       elog "Examples are located in /usr/share/doc/${PF}/"
 }
index b0e0205e58d05b2c49fe57ac9d8aa3e83ea13c6d..338cea02fd7bba418f90d5d57f493ab2fa6f7997 100644 (file)
@@ -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/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.3.ebuild,v 1.2 2007/01/27 14:16:57 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.3.ebuild,v 1.3 2007/01/31 13:49:45 genone Exp $
 
 inherit eutils
 
@@ -85,14 +85,14 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The Basic client page for Oracle 10g has been installed."
-       einfo "You may also wish to install the oracle-instantclient-jdbc (for"
-       einfo "supplemental JDBC functionality with Oracle) and the"
-       einfo "oracle-instantclient-sqlplus (for running the SQL*Plus application)"
-       einfo "packages as well."
-       einfo
-       einfo "Examples are located in /usr/share/doc/${PF}/"
-       einfo
-       einfo "oracle-instantclient-* packages aren't installed in different"
-       einfo "SLOTs any longer. You may want to uninstall older versions."
+       elog "The Basic client page for Oracle 10g has been installed."
+       elog "You may also wish to install the oracle-instantclient-jdbc (for"
+       elog "supplemental JDBC functionality with Oracle) and the"
+       elog "oracle-instantclient-sqlplus (for running the SQL*Plus application)"
+       elog "packages as well."
+       elog
+       elog "Examples are located in /usr/share/doc/${PF}/"
+       elog
+       elog "oracle-instantclient-* packages aren't installed in different"
+       elog "SLOTs any longer. You may want to uninstall older versions."
 }
index 22a7e07906bb5c7c1d7125d5db101de38478cfe1..8969b26e21c7427c5d9448f2d1ce0c1b1f1c3733 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/oracle-instantclient-jdbc
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v 1.17 2007/01/27 14:15:47 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v 1.18 2007/01/31 13:50:44 genone Exp $
+
+  31 Jan 2007; Marius Mauch <genone@gentoo.org>
+  oracle-instantclient-jdbc-10.1.0.5.ebuild,
+  oracle-instantclient-jdbc-10.2.0.2.ebuild,
+  oracle-instantclient-jdbc-10.2.0.3.ebuild:
+  Replacing einfo with elog
 
   27 Jan 2007; Tobias Scherbaum <dertobi123@gentoo.org>
   oracle-instantclient-jdbc-10.1.0.5.ebuild,
index 1ce106689547fcf29a641ddee566b6cce4bf44c8..bb2fd8efe7fbb76fe81f30f17f2b39d62ae9d93b 100644 (file)
@@ -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/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild,v 1.2 2007/01/27 14:15:47 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild,v 1.3 2007/01/31 13:50:44 genone Exp $
 
 inherit eutils
 
@@ -41,7 +41,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The JDBC supplement package for Oracle 10g has been installed."
-       einfo "You may wish to install the oracle-instantclient-sqlplus (for "
-       einfo "running the SQL*Plus application) package as well."
+       elog "The JDBC supplement package for Oracle 10g has been installed."
+       elog "You may wish to install the oracle-instantclient-sqlplus (for "
+       elog "running the SQL*Plus application) package as well."
 }
index ff9234c3fc488b9356d721849a442a2923185157..da3cfe623239b2f77005d2177e8e5ae240718c80 100644 (file)
@@ -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/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.2.0.2.ebuild,v 1.4 2007/01/27 14:15:47 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.2.0.2.ebuild,v 1.5 2007/01/31 13:50:44 genone Exp $
 
 inherit eutils
 
@@ -54,7 +54,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The JDBC supplement package for Oracle 10g has been installed."
-       einfo "You may wish to install the oracle-instantclient-sqlplus (for "
-       einfo "running the SQL*Plus application) package as well."
+       elog "The JDBC supplement package for Oracle 10g has been installed."
+       elog "You may wish to install the oracle-instantclient-sqlplus (for "
+       elog "running the SQL*Plus application) package as well."
 }
index a8f37a27e4aaeec7e0293c04fc690f5d04e210f3..8e5bb71556addd849379ecedab0de6c146dfc843 100644 (file)
@@ -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/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.2.0.3.ebuild,v 1.2 2007/01/27 14:15:47 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.2.0.3.ebuild,v 1.3 2007/01/31 13:50:44 genone Exp $
 
 inherit eutils
 
@@ -49,10 +49,10 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The JDBC supplement package for Oracle 10g has been installed."
-       einfo "You may wish to install the oracle-instantclient-sqlplus (for "
-       einfo "running the SQL*Plus application) package as well."
-       einfo
-       einfo "oracle-instantclient-* packages aren't installed in different"
-       einfo "SLOTs any longer. You may want to uninstall older versions."
+       elog "The JDBC supplement package for Oracle 10g has been installed."
+       elog "You may wish to install the oracle-instantclient-sqlplus (for "
+       elog "running the SQL*Plus application) package as well."
+       elog
+       elog "oracle-instantclient-* packages aren't installed in different"
+       elog "SLOTs any longer. You may want to uninstall older versions."
 }
index acea50baf8ead15d3955d8de9e2c862942793bcc..27ce60076fa319ee1d04e4a7a6f6715eecc46eea 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/oracle-instantclient-sqlplus
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/ChangeLog,v 1.17 2007/01/27 14:15:07 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/ChangeLog,v 1.18 2007/01/31 13:52:23 genone Exp $
+
+  31 Jan 2007; Marius Mauch <genone@gentoo.org>
+  oracle-instantclient-sqlplus-10.1.0.5.ebuild,
+  oracle-instantclient-sqlplus-10.2.0.2.ebuild,
+  oracle-instantclient-sqlplus-10.2.0.3.ebuild:
+  Replacing einfo with elog
 
   27 Jan 2007; Tobias Scherbaum <dertobi123@gentoo.org>
   oracle-instantclient-sqlplus-10.1.0.5.ebuild,
index 2db1f9aac56be38e7c7298dbfc0796f8f81c72d2..5e885c2debd8025129304db080c7e4a3cb667654 100644 (file)
@@ -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/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.1.0.5.ebuild,v 1.2 2007/01/27 14:15:07 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.1.0.5.ebuild,v 1.3 2007/01/31 13:52:23 genone Exp $
 
 inherit eutils
 
@@ -50,10 +50,10 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The SQL*Plus package for Oracle 10g has been installed."
-       einfo "You may wish to install the oracle-instantclient-jdbc (for"
-       einfo "the supplemental JDBC functionality) package as well."
-       einfo
-       einfo "If you have any questions, be sure to read the README:"
-       einfo "http://otn.oracle.com/docs/tech/sql_plus/10102/readme_ic.htm"
+       elog "The SQL*Plus package for Oracle 10g has been installed."
+       elog "You may wish to install the oracle-instantclient-jdbc (for"
+       elog "the supplemental JDBC functionality) package as well."
+       elog
+       elog "If you have any questions, be sure to read the README:"
+       elog "http://otn.oracle.com/docs/tech/sql_plus/10102/readme_ic.htm"
 }
index f17327e226f7ae5191473cc4a716c068def4a425..bb5015998c6f8a3a535d5d31625f84b50e02e426 100644 (file)
@@ -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/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.2.ebuild,v 1.4 2007/01/27 14:15:07 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.2.ebuild,v 1.5 2007/01/31 13:52:23 genone Exp $
 
 inherit eutils
 
@@ -62,10 +62,10 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The SQL*Plus package for Oracle 10g has been installed."
-       einfo "You may wish to install the oracle-instantclient-jdbc (for"
-       einfo "the supplemental JDBC functionality) package as well."
-       einfo
-       einfo "If you have any questions, be sure to read the README:"
-       einfo "http://otn.oracle.com/docs/tech/sql_plus/10102/readme_ic.htm"
+       elog "The SQL*Plus package for Oracle 10g has been installed."
+       elog "You may wish to install the oracle-instantclient-jdbc (for"
+       elog "the supplemental JDBC functionality) package as well."
+       elog
+       elog "If you have any questions, be sure to read the README:"
+       elog "http://otn.oracle.com/docs/tech/sql_plus/10102/readme_ic.htm"
 }
index 97c925e36b800e0070aa3d318a60b68ecf5982e4..ec7c114225f4364949828fb942168929081a8f6b 100644 (file)
@@ -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/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.3.ebuild,v 1.2 2007/01/27 14:15:07 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.3.ebuild,v 1.3 2007/01/31 13:52:23 genone Exp $
 
 inherit eutils
 
@@ -58,13 +58,13 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The SQL*Plus package for Oracle 10g has been installed."
-       einfo "You may wish to install the oracle-instantclient-jdbc (for"
-       einfo "the supplemental JDBC functionality) package as well."
-       einfo
-       einfo "If you have any questions, be sure to read the README:"
-       einfo "http://otn.oracle.com/docs/tech/sql_plus/10102/readme_ic.htm"
-       einfo
-       einfo "oracle-instantclient-* packages aren't installed in different"
-       einfo "SLOTs any longer. You may want to uninstall older versions."
+       elog "The SQL*Plus package for Oracle 10g has been installed."
+       elog "You may wish to install the oracle-instantclient-jdbc (for"
+       elog "the supplemental JDBC functionality) package as well."
+       elog
+       elog "If you have any questions, be sure to read the README:"
+       elog "http://otn.oracle.com/docs/tech/sql_plus/10102/readme_ic.htm"
+       elog
+       elog "oracle-instantclient-* packages aren't installed in different"
+       elog "SLOTs any longer. You may want to uninstall older versions."
 }
index 8b55fcd1121156ba3fcad0508c0fdf0756184630..abe11e5ebc2cf94c2852c117d9df3bbbbe89672b 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/sqlite
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.132 2007/01/01 20:54:26 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.133 2007/01/31 13:54:33 genone Exp $
+
+  31 Jan 2007; Marius Mauch <genone@gentoo.org> sqlite-2.8.16-r4.ebuild:
+  Replacing einfo with elog
 
   01 Jan 2007; Petteri Räty <betelgeuse@gentoo.org>
   sqlite-2.8.16-r1.ebuild, sqlite-3.2.1-r3.ebuild, sqlite-3.3.5-r1.ebuild,
index fcc17a51488b2882c7b4655fc7f311657922e12f..2a805d3e5998ebb389bde0cf9514b11f68c429ce 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.16-r4.ebuild,v 1.13 2006/11/11 13:13:18 eroyf Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.16-r4.ebuild,v 1.14 2007/01/31 13:54:33 genone Exp $
 
 inherit eutils toolchain-funcs alternatives
 
@@ -82,8 +82,8 @@ src_compile() {
 src_test() {
        if use tcl ; then
                if has userpriv ${FEATURES} ; then
-                       einfo "sqlite 2.x is known to have problems on 64 bit architectures"
-                       einfo "if you observe segmentation faults please use 3.x instead"
+                       elog "sqlite 2.x is known to have problems on 64 bit architectures"
+                       elog "if you observe segmentation faults please use 3.x instead"
 
                        cd ${S}
                        emake test || die "some test failed"