diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-31 13:52:23 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-31 13:52:23 +0000 |
commit | 099ac6927809cfa5b667dacbff8b42c521b3c44c (patch) | |
tree | c45623ff4f747b0d68acbd257da064f6ef9c0f91 /dev-db/oracle-instantclient-sqlplus | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-099ac6927809cfa5b667dacbff8b42c521b3c44c.tar.gz gentoo-2-099ac6927809cfa5b667dacbff8b42c521b3c44c.tar.bz2 gentoo-2-099ac6927809cfa5b667dacbff8b42c521b3c44c.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-db/oracle-instantclient-sqlplus')
4 files changed, 31 insertions, 25 deletions
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 <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, 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." } |