From ebd0a89b2fa8dfa864ae39b81068932bcfd03cb8 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Wed, 31 Jan 2007 13:54:33 +0000 Subject: [PATCH] Replacing einfo with elog Package-Manager: portage-2.1.2-r4 --- dev-db/myodbc/ChangeLog | 8 +++++-- dev-db/myodbc/myodbc-3.51.06.ebuild | 10 ++++----- dev-db/myodbc/myodbc-3.51.11.ebuild | 10 ++++----- dev-db/myodbc/myodbc-3.51.12.ebuild | 10 ++++----- dev-db/mysql-administrator/ChangeLog | 8 +++++-- .../mysql-administrator-1.1.10.ebuild | 8 +++---- dev-db/oracle-instantclient-basic/ChangeLog | 8 ++++++- ...oracle-instantclient-basic-10.1.0.5.ebuild | 18 +++++++-------- ...oracle-instantclient-basic-10.2.0.2.ebuild | 16 +++++++------- ...oracle-instantclient-basic-10.2.0.3.ebuild | 22 +++++++++---------- dev-db/oracle-instantclient-jdbc/ChangeLog | 8 ++++++- .../oracle-instantclient-jdbc-10.1.0.5.ebuild | 8 +++---- .../oracle-instantclient-jdbc-10.2.0.2.ebuild | 8 +++---- .../oracle-instantclient-jdbc-10.2.0.3.ebuild | 14 ++++++------ dev-db/oracle-instantclient-sqlplus/ChangeLog | 8 ++++++- ...acle-instantclient-sqlplus-10.1.0.5.ebuild | 14 ++++++------ ...acle-instantclient-sqlplus-10.2.0.2.ebuild | 14 ++++++------ ...acle-instantclient-sqlplus-10.2.0.3.ebuild | 20 ++++++++--------- dev-db/sqlite/ChangeLog | 5 ++++- dev-db/sqlite/sqlite-2.8.16-r4.ebuild | 8 +++---- 20 files changed, 127 insertions(+), 98 deletions(-) diff --git a/dev-db/myodbc/ChangeLog b/dev-db/myodbc/ChangeLog index 9ee6ef2b324b..1ad4b8eb495b 100644 --- a/dev-db/myodbc/ChangeLog +++ b/dev-db/myodbc/ChangeLog @@ -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 myodbc-3.51.06.ebuild, + myodbc-3.51.11.ebuild, myodbc-3.51.12.ebuild: + Replacing einfo with elog 23 Nov 2006; Francesco Riosa myodbc-3.51.06.ebuild, myodbc-3.51.11.ebuild, myodbc-3.51.12.ebuild: diff --git a/dev-db/myodbc/myodbc-3.51.06.ebuild b/dev-db/myodbc/myodbc-3.51.06.ebuild index b05c1ba07f7a..05956b16cd37 100644 --- a/dev-db/myodbc/myodbc-3.51.06.ebuild +++ b/dev-db/myodbc/myodbc-3.51.06.ebuild @@ -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}" } diff --git a/dev-db/myodbc/myodbc-3.51.11.ebuild b/dev-db/myodbc/myodbc-3.51.11.ebuild index 3c7b150ea1ae..688899be1a62 100644 --- a/dev-db/myodbc/myodbc-3.51.11.ebuild +++ b/dev-db/myodbc/myodbc-3.51.11.ebuild @@ -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}" } diff --git a/dev-db/myodbc/myodbc-3.51.12.ebuild b/dev-db/myodbc/myodbc-3.51.12.ebuild index 34ca39a8e446..c1d46466539d 100644 --- a/dev-db/myodbc/myodbc-3.51.12.ebuild +++ b/dev-db/myodbc/myodbc-3.51.12.ebuild @@ -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}" } diff --git a/dev-db/mysql-administrator/ChangeLog b/dev-db/mysql-administrator/ChangeLog index 6563ca54a481..d81f857bba85 100644 --- a/dev-db/mysql-administrator/ChangeLog +++ b/dev-db/mysql-administrator/ChangeLog @@ -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 + mysql-administrator-1.1.10.ebuild: + Replacing einfo with elog 23 Nov 2006; Francesco Riosa mysql-administrator-1.1.10.ebuild: diff --git a/dev-db/mysql-administrator/mysql-administrator-1.1.10.ebuild b/dev-db/mysql-administrator/mysql-administrator-1.1.10.ebuild index 340093682216..fc385add2ca2 100644 --- a/dev-db/mysql-administrator/mysql-administrator-1.1.10.ebuild +++ b/dev-db/mysql-administrator/mysql-administrator-1.1.10.ebuild @@ -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!" } diff --git a/dev-db/oracle-instantclient-basic/ChangeLog b/dev-db/oracle-instantclient-basic/ChangeLog index 23204399e00c..d76eded874a1 100644 --- a/dev-db/oracle-instantclient-basic/ChangeLog +++ b/dev-db/oracle-instantclient-basic/ChangeLog @@ -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 + 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 oracle-instantclient-basic-10.1.0.5.ebuild, diff --git a/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.1.0.5.ebuild b/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.1.0.5.ebuild index 0511d9943197..90c20c4ca885 100644 --- a/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.1.0.5.ebuild +++ b/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.1.0.5.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/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" } diff --git a/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.2.ebuild b/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.2.ebuild index d4ee8f7d04a0..09c27448a435 100644 --- a/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.2.ebuild +++ b/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.2.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/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}/" } diff --git a/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.3.ebuild b/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.3.ebuild index b0e0205e58d0..338cea02fd7b 100644 --- a/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.3.ebuild +++ b/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.3.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/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." } diff --git a/dev-db/oracle-instantclient-jdbc/ChangeLog b/dev-db/oracle-instantclient-jdbc/ChangeLog index 22a7e07906bb..8969b26e21c7 100644 --- a/dev-db/oracle-instantclient-jdbc/ChangeLog +++ b/dev-db/oracle-instantclient-jdbc/ChangeLog @@ -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 + 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 oracle-instantclient-jdbc-10.1.0.5.ebuild, diff --git a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild b/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild index 1ce106689547..bb2fd8efe7fb 100644 --- a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild +++ b/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.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/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." } diff --git a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.2.0.2.ebuild b/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.2.0.2.ebuild index ff9234c3fc48..da3cfe623239 100644 --- a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.2.0.2.ebuild +++ b/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.2.0.2.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/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." } diff --git a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.2.0.3.ebuild b/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.2.0.3.ebuild index a8f37a27e4aa..8e5bb71556ad 100644 --- a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.2.0.3.ebuild +++ b/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.2.0.3.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/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." } diff --git a/dev-db/oracle-instantclient-sqlplus/ChangeLog b/dev-db/oracle-instantclient-sqlplus/ChangeLog index acea50baf8ea..27ce60076fa3 100644 --- a/dev-db/oracle-instantclient-sqlplus/ChangeLog +++ b/dev-db/oracle-instantclient-sqlplus/ChangeLog @@ -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 + 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 oracle-instantclient-sqlplus-10.1.0.5.ebuild, diff --git a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.1.0.5.ebuild b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.1.0.5.ebuild index 2db1f9aac56b..5e885c2debd8 100644 --- a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.1.0.5.ebuild +++ b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.1.0.5.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/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" } diff --git a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.2.ebuild b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.2.ebuild index f17327e226f7..bb5015998c6f 100644 --- a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.2.ebuild +++ b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.2.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/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" } diff --git a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.3.ebuild b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.3.ebuild index 97c925e36b80..ec7c114225f4 100644 --- a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.3.ebuild +++ b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.3.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/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." } diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 8b55fcd11211..abe11e5ebc2c 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -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 sqlite-2.8.16-r4.ebuild: + Replacing einfo with elog 01 Jan 2007; Petteri Räty sqlite-2.8.16-r1.ebuild, sqlite-3.2.1-r3.ebuild, sqlite-3.3.5-r1.ebuild, diff --git a/dev-db/sqlite/sqlite-2.8.16-r4.ebuild b/dev-db/sqlite/sqlite-2.8.16-r4.ebuild index fcc17a51488b..2a805d3e5998 100644 --- a/dev-db/sqlite/sqlite-2.8.16-r4.ebuild +++ b/dev-db/sqlite/sqlite-2.8.16-r4.ebuild @@ -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" -- 2.26.2