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

18 files changed:
dev-db/dbdesigner/ChangeLog
dev-db/dbdesigner/dbdesigner-4.0.5.4.ebuild
dev-db/fastdb/ChangeLog
dev-db/fastdb/fastdb-2.55.ebuild
dev-db/fastdb/fastdb-2.92.ebuild
dev-db/fastdb/files/digest-fastdb-2.55
dev-db/fastdb/files/digest-fastdb-2.92
dev-db/firebird/ChangeLog
dev-db/firebird/files/digest-firebird-1.5.1
dev-db/firebird/files/digest-firebird-1.5.2
dev-db/firebird/firebird-1.5.1.ebuild
dev-db/firebird/firebird-1.5.2.ebuild
dev-db/firebird/firebird-1.5.3-r1.ebuild
dev-db/firebird/firebird-1.5.3.ebuild
dev-db/monetdb/ChangeLog
dev-db/monetdb/monetdb-4.10.0.ebuild
dev-db/monetdb/monetdb-4.10.2.ebuild
dev-db/monetdb/monetdb-4.12.0.ebuild

index 076bad446e638e2e988a91ea2501373307c5f723..fb9e0e4a4bda6e44d74d1e4567791df43c208dde 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/dbdesigner
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/dbdesigner/ChangeLog,v 1.9 2006/02/24 03:28:17 allanonjl Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/dbdesigner/ChangeLog,v 1.10 2007/01/31 13:32:41 genone Exp $
+
+  31 Jan 2007; Marius Mauch <genone@gentoo.org> dbdesigner-4.0.5.4.ebuild:
+  Replacing einfo with elog
 
   24 Feb 2006; John N. Laliberte <allanonjl@gentoo.org>
   dbdesigner-4.0.5.4.ebuild:
index c1fdc3d6723e27e225a08419f8917b1cac103a4c..551db3d1dcacdaf52ad1286c7179e8b405bdc1c8 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/dbdesigner/dbdesigner-4.0.5.4.ebuild,v 1.9 2006/02/24 03:28:17 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/dbdesigner/dbdesigner-4.0.5.4.ebuild,v 1.10 2007/01/31 13:32:41 genone Exp $
 
 DESCRIPTION="DBDesigner 4 is a visual database design system that integrates database design, modeling, creation and maintenance."
 HOMEPAGE="http://www.fabforce.net/dbdesigner4/"
@@ -49,7 +49,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "To start DBDesigner4, run 'startdbd'"
-       einfo
+       elog
+       elog "To start DBDesigner4, run 'startdbd'"
+       elog
 }
index bee1d143991b11afa0ef29831487b687561e54ff..91c759ebb74b36a9766ca06901717b59db1cf0cf 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/fastdb
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/fastdb/ChangeLog,v 1.7 2005/01/01 17:31:35 eradicator Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/fastdb/ChangeLog,v 1.8 2007/01/31 13:34:04 genone Exp $
+
+  31 Jan 2007; Marius Mauch <genone@gentoo.org> fastdb-2.55.ebuild,
+  fastdb-2.92.ebuild:
+  Replacing einfo with elog
 
   29 Jun 2004; Aron Griffis <agriffis@gentoo.org> fastdb-2.55.ebuild,
   fastdb-2.92.ebuild:
index 20bdf8c4cf5d2b06305c464366f8a752a047913d..e7f78f79d201bf2ec5c37bb272ad5871dce26987 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/fastdb/fastdb-2.55.ebuild,v 1.6 2005/01/01 17:31:35 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/fastdb/fastdb-2.55.ebuild,v 1.7 2007/01/31 13:34:04 genone Exp $
 
 DESCRIPTION="OO-DBMS that holds all data in memory; interfaces for C/C++/Kylix"
 HOMEPAGE="http://www.garret.ru/~knizhnik/fastdb.html"
@@ -38,6 +38,6 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The subsql binary has been renamed to subsql-fdb,"
-       einfo "to avoid a name clash with the GigaBase version of subsql"
+       elog "The subsql binary has been renamed to subsql-fdb,"
+       elog "to avoid a name clash with the GigaBase version of subsql"
 }
index 4629f3efd6cc9a54238f27b440db3c11dceabab1..5484c936beacecd3f661b447d86019fd27338eed 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/fastdb/fastdb-2.92.ebuild,v 1.4 2005/01/01 17:31:35 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/fastdb/fastdb-2.92.ebuild,v 1.5 2007/01/31 13:34:04 genone Exp $
 
 DESCRIPTION="OO-DBMS that holds all data in memory; interfaces for C/C++/Kylix"
 HOMEPAGE="http://www.garret.ru/~knizhnik/fastdb.html"
@@ -38,6 +38,6 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The subsql binary has been renamed to subsql-fdb,"
-       einfo "to avoid a name clash with the GigaBase version of subsql"
+       elog "The subsql binary has been renamed to subsql-fdb,"
+       elog "to avoid a name clash with the GigaBase version of subsql"
 }
index 1573371858909b49d8fe3dbb4fc4a9972bf35afb..1e78f8c5181a492e74312960c9777ad11227ae00 100644 (file)
@@ -1 +1,3 @@
 MD5 c14d3b504f8545be6aeb2c6257c05815 fastdb-2.55.tar.gz 677807
+RMD160 12e674df9adab756e334657de4517bd3f5971f98 fastdb-2.55.tar.gz 677807
+SHA256 d7c5b7d16e570b0e4829991ae84b3d3fbd3f11ffbd4ff5163b157d724995bf11 fastdb-2.55.tar.gz 677807
index 7a828c71bd88f96b0e52e97b4e898d478b20eaa6..61b133c4d170e471bb0bbf1b522d0603ab27e525 100644 (file)
@@ -1 +1,3 @@
 MD5 5ae3e2e0b21d82900c59dbdd9d8746ff fastdb-2.92.tar.gz 775271
+RMD160 b8331314f59b5d8cfb54729b3bc3db2fac5b89e2 fastdb-2.92.tar.gz 775271
+SHA256 1fb17b54203722d707781d3931c7e9b4f1faa83476487ad32e640895805d89d8 fastdb-2.92.tar.gz 775271
index b87d0a0e466969760b3a0130372cf361e36702da..fe2d71de489cefb3f0a1007643ef0db9f2338690 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/firebird
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.48 2006/11/23 20:33:20 blubb Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.49 2007/01/31 13:38:06 genone Exp $
+
+  31 Jan 2007; Marius Mauch <genone@gentoo.org> firebird-1.5.1.ebuild,
+  firebird-1.5.2.ebuild, firebird-1.5.3.ebuild, firebird-1.5.3-r1.ebuild:
+  Replacing einfo with elog
 
   23 Nov 2006; <blubb@gentoo.org> firebird-1.5.3-r1.ebuild:
   stable on amd64
index 0f81ff77df3bbfd462cae3d152cbd1e61a4bff09..17974844614d418db0d62edf0ae68460711396e8 100644 (file)
@@ -1 +1,3 @@
 MD5 b638ddc71661d63c69a3758d00310010 firebird-1.5.1.4481.tar.bz2 4528253
+RMD160 b1c8201838b90b8c4d395c883f9128db490ef15c firebird-1.5.1.4481.tar.bz2 4528253
+SHA256 b3c42debfb0781a411ed449b90da4c143bd420fbdbe73fe1e15c7d727826fad3 firebird-1.5.1.4481.tar.bz2 4528253
index c502f86d57314c761784d019d45ca5effb745e1b..9d954dd0216cfe2522fc1d2cb5d4dfb28665fb9f 100644 (file)
@@ -1 +1,3 @@
 MD5 fea53ed5213cff4bd96513fb1a6c0ca2 firebird-1.5.2.4731.tar.bz2 4764015
+RMD160 fd82dc9dbc5ada51847011cec4f0f9d6f510bc53 firebird-1.5.2.4731.tar.bz2 4764015
+SHA256 a04a52746a4f8ffd4d98ae2f15fc4b4ed7d55b9ddaa8937108c29d37a6c117e9 firebird-1.5.2.4731.tar.bz2 4764015
index 2281f4403e7db2ceb798cf32a1ba801ced2bc3ba..c95649631377f7b67b057199b3179ac6700439b5 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/firebird/firebird-1.5.1.ebuild,v 1.17 2006/03/23 14:57:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.1.ebuild,v 1.18 2007/01/31 13:38:06 genone Exp $
 
 inherit flag-o-matic eutils
 
@@ -113,26 +113,26 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "1. If haven't done so already, please run:"
-       einfo
-       einfo "   \"emerge --config =${PF}\""
-       einfo
-       einfo "   to create lockfiles, set permissions and more"
-       einfo
-       einfo "2. Firebird now runs with it's own user. Please remember to"
-       einfo "   set permissions to firebird:firebird on databases you "
-       einfo "   already have (if any)."
-       einfo
+       elog
+       elog "1. If haven't done so already, please run:"
+       elog
+       elog "   \"emerge --config =${PF}\""
+       elog
+       elog "   to create lockfiles, set permissions and more"
+       elog
+       elog "2. Firebird now runs with it's own user. Please remember to"
+       elog "   set permissions to firebird:firebird on databases you "
+       elog "   already have (if any)."
+       elog
 
        if ! use xinetd
        then
-               einfo "3. You've built the stand alone deamon version,"
-               einfo "   SuperServer. If you were using pre 1.5.0 ebuilds"
-               einfo "   you're probably have one installed via xinetd. please"
-               einfo "   remember to disable it (usually in /etc/xinetd.d/firebird),"
-               einfo "   since the current one has it's own init script under"
-               einfo "   /etc/init.d"
+               elog "3. You've built the stand alone deamon version,"
+               elog "   SuperServer. If you were using pre 1.5.0 ebuilds"
+               elog "   you're probably have one installed via xinetd. please"
+               elog "   remember to disable it (usually in /etc/xinetd.d/firebird),"
+               elog "   since the current one has it's own init script under"
+               elog "   /etc/init.d"
        fi
 }
 
@@ -190,11 +190,11 @@ pkg_config() {
                chown firebird:firebird /etc/firebird/{isc4.*,security.*}
                chmod 660 /etc/firebird/{isc4.*,security.*}
 
-               einfo
-               einfo "Converted old isc4.gdb to security.fdb, isc4.gdb has been "
-               einfo "renamed to isc4.gdb.old. if you had previous security.fdb, "
-               einfo "it's backed to security.fdb.old (all under /etc/firebird)."
-               einfo
+               elog
+               elog "Converted old isc4.gdb to security.fdb, isc4.gdb has been "
+               elog "renamed to isc4.gdb.old. if you had previous security.fdb, "
+               elog "it's backed to security.fdb.old (all under /etc/firebird)."
+               elog
        fi
 
        # we need to enable local access to the server
@@ -218,6 +218,6 @@ pkg_config() {
                einfo "Added ${HS_NAME} to /etc/hosts.equiv"
        fi
 
-       einfo "If you're using UDFs, please remember to move them"
-       einfo "to /opt/firebird/UDF"
+       elog "If you're using UDFs, please remember to move them"
+       elog "to /opt/firebird/UDF"
 }
index 2a2c3477ad19a4ef71a934343f6c337ee8c7620a..e6410eb4833db9c152a89a838c4f39837c7bab51 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/firebird/firebird-1.5.2.ebuild,v 1.11 2006/03/23 14:57:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.2.ebuild,v 1.12 2007/01/31 13:38:06 genone Exp $
 
 inherit flag-o-matic eutils
 
@@ -113,26 +113,26 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "1. If haven't done so already, please run:"
-       einfo
-       einfo "   \"emerge --config =${PF}\""
-       einfo
-       einfo "   to create lockfiles, set permissions and more"
-       einfo
-       einfo "2. Firebird now runs with it's own user. Please remember to"
-       einfo "   set permissions to firebird:firebird on databases you "
-       einfo "   already have (if any)."
-       einfo
+       elog
+       elog "1. If haven't done so already, please run:"
+       elog
+       elog "   \"emerge --config =${PF}\""
+       elog
+       elog "   to create lockfiles, set permissions and more"
+       elog
+       elog "2. Firebird now runs with it's own user. Please remember to"
+       elog "   set permissions to firebird:firebird on databases you "
+       elog "   already have (if any)."
+       elog
 
        if ! use xinetd
        then
-               einfo "3. You've built the stand alone deamon version,"
-               einfo "   SuperServer. If you were using pre 1.5.0 ebuilds"
-               einfo "   you're probably have one installed via xinetd. please"
-               einfo "   remember to disable it (usually in /etc/xinetd.d/firebird),"
-               einfo "   since the current one has it's own init script under"
-               einfo "   /etc/init.d"
+               elog "3. You've built the stand alone deamon version,"
+               elog "   SuperServer. If you were using pre 1.5.0 ebuilds"
+               elog "   you're probably have one installed via xinetd. please"
+               elog "   remember to disable it (usually in /etc/xinetd.d/firebird),"
+               elog "   since the current one has it's own init script under"
+               elog "   /etc/init.d"
        fi
 }
 
@@ -190,11 +190,11 @@ pkg_config() {
                chown firebird:firebird /etc/firebird/{isc4.*,security.*}
                chmod 660 /etc/firebird/{isc4.*,security.*}
 
-               einfo
-               einfo "Converted old isc4.gdb to security.fdb, isc4.gdb has been "
-               einfo "renamed to isc4.gdb.old. if you had previous security.fdb, "
-               einfo "it's backed to security.fdb.old (all under /etc/firebird)."
-               einfo
+               elog
+               elog "Converted old isc4.gdb to security.fdb, isc4.gdb has been "
+               elog "renamed to isc4.gdb.old. if you had previous security.fdb, "
+               elog "it's backed to security.fdb.old (all under /etc/firebird)."
+               elog
        fi
 
        # we need to enable local access to the server
@@ -218,6 +218,6 @@ pkg_config() {
                einfo "Added ${HS_NAME} to /etc/hosts.equiv"
        fi
 
-       einfo "If you're using UDFs, please remember to move them"
-       einfo "to /opt/firebird/UDF"
+       elog "If you're using UDFs, please remember to move them"
+       elog "to /opt/firebird/UDF"
 }
index c1c8f340a94fe4a9f31f8d138314d7a95281ff5d..c05b659438564f278a861a754dec6c296ec191dc 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/firebird/firebird-1.5.3-r1.ebuild,v 1.8 2006/11/23 20:33:20 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.3-r1.ebuild,v 1.9 2007/01/31 13:38:06 genone Exp $
 
 inherit flag-o-matic eutils
 
@@ -138,26 +138,26 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "1. If haven't done so already, please run:"
-       einfo
-       einfo "   \"emerge --config =${PF}\""
-       einfo
-       einfo "   to create lockfiles, set permissions and more"
-       einfo
-       einfo "2. Firebird now runs with it's own user. Please remember to"
-       einfo "   set permissions to firebird:firebird on databases you "
-       einfo "   already have (if any)."
-       einfo
+       elog
+       elog "1. If haven't done so already, please run:"
+       elog
+       elog "   \"emerge --config =${PF}\""
+       elog
+       elog "   to create lockfiles, set permissions and more"
+       elog
+       elog "2. Firebird now runs with it's own user. Please remember to"
+       elog "   set permissions to firebird:firebird on databases you "
+       elog "   already have (if any)."
+       elog
 
        if ! use xinetd
        then
-               einfo "3. You've built the stand alone deamon version,"
-               einfo "   SuperServer. If you were using pre 1.5.0 ebuilds"
-               einfo "   you're probably have one installed via xinetd. please"
-               einfo "   remember to disable it (usually in /etc/xinetd.d/firebird),"
-               einfo "   since the current one has it's own init script under"
-               einfo "   /etc/init.d"
+               elog "3. You've built the stand alone deamon version,"
+               elog "   SuperServer. If you were using pre 1.5.0 ebuilds"
+               elog "   you're probably have one installed via xinetd. please"
+               elog "   remember to disable it (usually in /etc/xinetd.d/firebird),"
+               elog "   since the current one has it's own init script under"
+               elog "   /etc/init.d"
        fi
 }
 
@@ -215,11 +215,11 @@ pkg_config() {
                chown firebird:firebird /etc/firebird/{isc4.*,security.*}
                chmod 660 /etc/firebird/{isc4.*,security.*}
 
-               einfo
-               einfo "Converted old isc4.gdb to security.fdb, isc4.gdb has been "
-               einfo "renamed to isc4.gdb.old. if you had previous security.fdb, "
-               einfo "it's backed to security.fdb.old (all under /etc/firebird)."
-               einfo
+               elog
+               elog "Converted old isc4.gdb to security.fdb, isc4.gdb has been "
+               elog "renamed to isc4.gdb.old. if you had previous security.fdb, "
+               elog "it's backed to security.fdb.old (all under /etc/firebird)."
+               elog
        fi
 
        # we need to enable local access to the server
@@ -243,6 +243,6 @@ pkg_config() {
                einfo "Added ${HS_NAME} to /etc/hosts.equiv"
        fi
 
-       einfo "If you're using UDFs, please remember to move them"
-       einfo "to /opt/firebird/UDF"
+       elog "If you're using UDFs, please remember to move them"
+       elog "to /opt/firebird/UDF"
 }
index 095e0576dbad012a3853fe5ebc4aa00df7773839..b4118e7c34b33785bb2a472771716caefdd1a429 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/firebird/firebird-1.5.3.ebuild,v 1.7 2006/03/23 14:57:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.3.ebuild,v 1.8 2007/01/31 13:38:06 genone Exp $
 
 inherit flag-o-matic eutils
 
@@ -113,26 +113,26 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "1. If haven't done so already, please run:"
-       einfo
-       einfo "   \"emerge --config =${PF}\""
-       einfo
-       einfo "   to create lockfiles, set permissions and more"
-       einfo
-       einfo "2. Firebird now runs with it's own user. Please remember to"
-       einfo "   set permissions to firebird:firebird on databases you "
-       einfo "   already have (if any)."
-       einfo
+       elog
+       elog "1. If haven't done so already, please run:"
+       elog
+       elog "   \"emerge --config =${PF}\""
+       elog
+       elog "   to create lockfiles, set permissions and more"
+       elog
+       elog "2. Firebird now runs with it's own user. Please remember to"
+       elog "   set permissions to firebird:firebird on databases you "
+       elog "   already have (if any)."
+       elog
 
        if ! use xinetd
        then
-               einfo "3. You've built the stand alone deamon version,"
-               einfo "   SuperServer. If you were using pre 1.5.0 ebuilds"
-               einfo "   you're probably have one installed via xinetd. please"
-               einfo "   remember to disable it (usually in /etc/xinetd.d/firebird),"
-               einfo "   since the current one has it's own init script under"
-               einfo "   /etc/init.d"
+               elog "3. You've built the stand alone deamon version,"
+               elog "   SuperServer. If you were using pre 1.5.0 ebuilds"
+               elog "   you're probably have one installed via xinetd. please"
+               elog "   remember to disable it (usually in /etc/xinetd.d/firebird),"
+               elog "   since the current one has it's own init script under"
+               elog "   /etc/init.d"
        fi
 }
 
@@ -190,11 +190,11 @@ pkg_config() {
                chown firebird:firebird /etc/firebird/{isc4.*,security.*}
                chmod 660 /etc/firebird/{isc4.*,security.*}
 
-               einfo
-               einfo "Converted old isc4.gdb to security.fdb, isc4.gdb has been "
-               einfo "renamed to isc4.gdb.old. if you had previous security.fdb, "
-               einfo "it's backed to security.fdb.old (all under /etc/firebird)."
-               einfo
+               elog
+               elog "Converted old isc4.gdb to security.fdb, isc4.gdb has been "
+               elog "renamed to isc4.gdb.old. if you had previous security.fdb, "
+               elog "it's backed to security.fdb.old (all under /etc/firebird)."
+               elog
        fi
 
        # we need to enable local access to the server
@@ -218,6 +218,6 @@ pkg_config() {
                einfo "Added ${HS_NAME} to /etc/hosts.equiv"
        fi
 
-       einfo "If you're using UDFs, please remember to move them"
-       einfo "to /opt/firebird/UDF"
+       elog "If you're using UDFs, please remember to move them"
+       elog "to /opt/firebird/UDF"
 }
index 3db2014e24581468740aae68ef4ea0257d81d046..a5768dfdbe87252e3880dd961ac50f1b58bcb0a2 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/monetdb
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/monetdb/ChangeLog,v 1.11 2006/06/23 19:40:07 grobian Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/monetdb/ChangeLog,v 1.12 2007/01/31 13:41:05 genone Exp $
+
+  31 Jan 2007; Marius Mauch <genone@gentoo.org> monetdb-4.10.0.ebuild,
+  monetdb-4.10.2.ebuild, monetdb-4.12.0.ebuild:
+  Replacing einfo with elog
 
 *monetdb-4.12.0 (23 Jun 2006)
 
index 01f904c308ade4a829dc601ad8eaff350a1c711f..bdb2b83e471acaa85bc6ef9907b32c7d9c6715b3 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/monetdb/monetdb-4.10.0.ebuild,v 1.3 2006/06/17 18:23:43 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/monetdb/monetdb-4.10.0.ebuild,v 1.4 2007/01/31 13:41:05 genone Exp $
 
 inherit flag-o-matic eutils
 
@@ -226,7 +226,7 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-       while read line; do einfo "${line}"; done <<EOF
+       while read line; do elog "${line}"; done <<EOF
 MonetDB has been installed on your system, using data directory
 ${DATA_DIR}.
 To get started using SQL, XQuery or MIL see:
index 5db982faaab28e97fcd15e94da9ec0cd9019226e..5e2996153fd1c6ba5559ea2ddbd12ce48644c99c 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/monetdb/monetdb-4.10.2.ebuild,v 1.6 2006/09/20 08:17:11 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/monetdb/monetdb-4.10.2.ebuild,v 1.7 2007/01/31 13:41:05 genone Exp $
 
 inherit flag-o-matic eutils
 
@@ -224,7 +224,7 @@ src_test() {
 }
 
 pkg_postinst() {
-       while read line; do einfo "${line}"; done <<EOF
+       while read line; do elog "${line}"; done <<EOF
 MonetDB has been installed on your system, using data directory
 ${DATA_DIR}.
 To get started using SQL, XQuery or MIL see:
index b9db1386e4aaf62c19a59e200b1a442074243f9d..3c9618ccc7a229c533cf869fd6c94cb87b641b2c 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/monetdb/monetdb-4.12.0.ebuild,v 1.2 2006/09/20 08:17:11 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/monetdb/monetdb-4.12.0.ebuild,v 1.3 2007/01/31 13:41:05 genone Exp $
 
 inherit flag-o-matic eutils
 
@@ -216,7 +216,7 @@ src_test() {
 }
 
 pkg_postinst() {
-       while read line; do einfo "${line}"; done <<EOF
+       while read line; do elog "${line}"; done <<EOF
 MonetDB has been installed on your system, using data directory
 ${DATA_DIR}.
 To get started using SQL, XQuery or MIL see: