diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-31 13:54:33 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-31 13:54:33 +0000 |
commit | ebd0a89b2fa8dfa864ae39b81068932bcfd03cb8 (patch) | |
tree | 1e4fb814104e0ba38086a5f8cb8a0a2c948363aa /dev-db/oracle-instantclient-jdbc | |
parent | Version bump (diff) | |
download | historical-ebd0a89b2fa8dfa864ae39b81068932bcfd03cb8.tar.gz historical-ebd0a89b2fa8dfa864ae39b81068932bcfd03cb8.tar.bz2 historical-ebd0a89b2fa8dfa864ae39b81068932bcfd03cb8.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'dev-db/oracle-instantclient-jdbc')
4 files changed, 22 insertions, 16 deletions
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 <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, 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." } |