diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-31 13:50:44 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-31 13:50:44 +0000 |
commit | 62d3fa8682791c87ed81f49bf4dd69fc58254fe9 (patch) | |
tree | 3a7e6403f9fccce069dfe03f4fcecb45a2dae5ff /dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-62d3fa8682791c87ed81f49bf4dd69fc58254fe9.tar.gz gentoo-2-62d3fa8682791c87ed81f49bf4dd69fc58254fe9.tar.bz2 gentoo-2-62d3fa8682791c87ed81f49bf4dd69fc58254fe9.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild')
-rw-r--r-- | dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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." } |