summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 15:11:32 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 15:11:32 +0000
commitfb0eae85b335e5aecc3034888e7c3f07c4f3496c (patch)
tree7c9c782c0d9b1172025eb5a0df5e9bf4570b0730
parentReplacing einfo with elog (diff)
downloadgentoo-2-fb0eae85b335e5aecc3034888e7c3f07c4f3496c.tar.gz
gentoo-2-fb0eae85b335e5aecc3034888e7c3f07c4f3496c.tar.bz2
gentoo-2-fb0eae85b335e5aecc3034888e7c3f07c4f3496c.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
-rw-r--r--app-admin/zope-config/ChangeLog10
-rw-r--r--app-admin/zope-config/zope-config-0.3.ebuild8
-rw-r--r--app-admin/zope-config/zope-config-0.4-r1.ebuild8
-rw-r--r--app-admin/zope-config/zope-config-0.4-r2.ebuild8
-rw-r--r--app-admin/zope-config/zope-config-0.4-r3.ebuild8
-rw-r--r--app-admin/zope-config/zope-config-0.4.ebuild8
-rw-r--r--app-admin/zope-config/zope-config-0.5-r1.ebuild8
-rw-r--r--app-admin/zope-config/zope-config-0.5.ebuild8
8 files changed, 36 insertions, 30 deletions
diff --git a/app-admin/zope-config/ChangeLog b/app-admin/zope-config/ChangeLog
index 83a6469cbdc1..c55331e0ca66 100644
--- a/app-admin/zope-config/ChangeLog
+++ b/app-admin/zope-config/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-admin/zope-config
-# Copyright 2003-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/ChangeLog,v 1.38 2005/12/24 13:12:42 radek Exp $
+# Copyright 2003-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/ChangeLog,v 1.39 2007/01/24 15:11:32 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> zope-config-0.3.ebuild,
+ zope-config-0.4.ebuild, zope-config-0.4-r1.ebuild,
+ zope-config-0.4-r2.ebuild, zope-config-0.4-r3.ebuild,
+ zope-config-0.5.ebuild, zope-config-0.5-r1.ebuild:
+ Replacing einfo with elog
24 Dec 2005; Radoslaw Stachowiak <radek@gentoo.org> files/0.5/zope-config:
simple fix to internal version number, #115256
diff --git a/app-admin/zope-config/zope-config-0.3.ebuild b/app-admin/zope-config/zope-config-0.3.ebuild
index 3a098948b8d9..a6d691b4d474 100644
--- a/app-admin/zope-config/zope-config-0.3.ebuild
+++ b/app-admin/zope-config/zope-config-0.3.ebuild
@@ -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/app-admin/zope-config/zope-config-0.3.ebuild,v 1.13 2005/01/01 11:38:00 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.3.ebuild,v 1.14 2007/01/24 15:11:32 genone Exp $
DESCRIPTION="A Gentoo Zope multi-Instance configure tool"
SRC_URI=""
@@ -31,6 +31,6 @@ src_install() {
pkg_postinst() {
source ${FILESDIR}/${PV}/zope-config.conf
- einfo "Please note that new instances now log into ${EVENTLOGDIR}"
- einfo "Please see the configuration file /etc/zope-config.conf"
+ elog "Please note that new instances now log into ${EVENTLOGDIR}"
+ elog "Please see the configuration file /etc/zope-config.conf"
}
diff --git a/app-admin/zope-config/zope-config-0.4-r1.ebuild b/app-admin/zope-config/zope-config-0.4-r1.ebuild
index 3b1548fd99c2..1f5424d8ed8a 100644
--- a/app-admin/zope-config/zope-config-0.4-r1.ebuild
+++ b/app-admin/zope-config/zope-config-0.4-r1.ebuild
@@ -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/app-admin/zope-config/zope-config-0.4-r1.ebuild,v 1.3 2005/01/01 11:38:00 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.4-r1.ebuild,v 1.4 2007/01/24 15:11:32 genone Exp $
DESCRIPTION="A Gentoo Zope multi-Instance configure tool"
SRC_URI=""
@@ -31,6 +31,6 @@ src_install() {
pkg_postinst() {
source ${FILESDIR}/${PV}/zope-config.conf
- einfo "Please note that new instances now log into ${EVENTLOGDIR}"
- einfo "Please see the configuration file /etc/zope-config.conf"
+ elog "Please note that new instances now log into ${EVENTLOGDIR}"
+ elog "Please see the configuration file /etc/zope-config.conf"
}
diff --git a/app-admin/zope-config/zope-config-0.4-r2.ebuild b/app-admin/zope-config/zope-config-0.4-r2.ebuild
index 4261c6ea1bb4..19bc27377e3c 100644
--- a/app-admin/zope-config/zope-config-0.4-r2.ebuild
+++ b/app-admin/zope-config/zope-config-0.4-r2.ebuild
@@ -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/app-admin/zope-config/zope-config-0.4-r2.ebuild,v 1.2 2005/01/01 11:38:00 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.4-r2.ebuild,v 1.3 2007/01/24 15:11:32 genone Exp $
DESCRIPTION="A Gentoo Zope multi-Instance configure tool"
SRC_URI=""
@@ -31,6 +31,6 @@ src_install() {
pkg_postinst() {
source ${FILESDIR}/${PV}/zope-config.conf
- einfo "Please note that new instances now log into ${EVENTLOGDIR}"
- einfo "Please see the configuration file /etc/zope-config.conf"
+ elog "Please note that new instances now log into ${EVENTLOGDIR}"
+ elog "Please see the configuration file /etc/zope-config.conf"
}
diff --git a/app-admin/zope-config/zope-config-0.4-r3.ebuild b/app-admin/zope-config/zope-config-0.4-r3.ebuild
index 02a7cae42b0e..21a29646b977 100644
--- a/app-admin/zope-config/zope-config-0.4-r3.ebuild
+++ b/app-admin/zope-config/zope-config-0.4-r3.ebuild
@@ -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/app-admin/zope-config/zope-config-0.4-r3.ebuild,v 1.5 2005/01/01 11:38:00 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.4-r3.ebuild,v 1.6 2007/01/24 15:11:32 genone Exp $
DESCRIPTION="A Gentoo Zope multi-Instance configure tool"
SRC_URI=""
@@ -31,6 +31,6 @@ src_install() {
pkg_postinst() {
source ${FILESDIR}/${PV}/zope-config.conf
- einfo "Please note that new instances now log into ${EVENTLOGDIR}"
- einfo "Please see the configuration file /etc/zope-config.conf"
+ elog "Please note that new instances now log into ${EVENTLOGDIR}"
+ elog "Please see the configuration file /etc/zope-config.conf"
}
diff --git a/app-admin/zope-config/zope-config-0.4.ebuild b/app-admin/zope-config/zope-config-0.4.ebuild
index e4310d9265ce..3c21d267a7f4 100644
--- a/app-admin/zope-config/zope-config-0.4.ebuild
+++ b/app-admin/zope-config/zope-config-0.4.ebuild
@@ -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/app-admin/zope-config/zope-config-0.4.ebuild,v 1.2 2005/01/01 11:38:00 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.4.ebuild,v 1.3 2007/01/24 15:11:32 genone Exp $
DESCRIPTION="A Gentoo Zope multi-Instance configure tool"
SRC_URI=""
@@ -31,6 +31,6 @@ src_install() {
pkg_postinst() {
source ${FILESDIR}/${PV}/zope-config.conf
- einfo "Please note that new instances now log into ${EVENTLOGDIR}"
- einfo "Please see the configuration file /etc/zope-config.conf"
+ elog "Please note that new instances now log into ${EVENTLOGDIR}"
+ elog "Please see the configuration file /etc/zope-config.conf"
}
diff --git a/app-admin/zope-config/zope-config-0.5-r1.ebuild b/app-admin/zope-config/zope-config-0.5-r1.ebuild
index 8dec13252381..becdf2daa8ca 100644
--- a/app-admin/zope-config/zope-config-0.5-r1.ebuild
+++ b/app-admin/zope-config/zope-config-0.5-r1.ebuild
@@ -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/app-admin/zope-config/zope-config-0.5-r1.ebuild,v 1.1 2005/01/02 14:05:24 batlogg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.5-r1.ebuild,v 1.2 2007/01/24 15:11:32 genone Exp $
DESCRIPTION="A Gentoo Zope multi-Instance configure tool"
SRC_URI=""
@@ -32,6 +32,6 @@ src_install() {
pkg_postinst() {
source ${FILESDIR}/${PV}/zope-config.conf
- einfo "Please note that new instances now log into ${EVENTLOGDIR}"
- einfo "Please see the configuration file /etc/zope-config.conf"
+ elog "Please note that new instances now log into ${EVENTLOGDIR}"
+ elog "Please see the configuration file /etc/zope-config.conf"
}
diff --git a/app-admin/zope-config/zope-config-0.5.ebuild b/app-admin/zope-config/zope-config-0.5.ebuild
index 21e41e0c0253..c65c1f007680 100644
--- a/app-admin/zope-config/zope-config-0.5.ebuild
+++ b/app-admin/zope-config/zope-config-0.5.ebuild
@@ -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/app-admin/zope-config/zope-config-0.5.ebuild,v 1.7 2005/09/11 15:06:34 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.5.ebuild,v 1.8 2007/01/24 15:11:32 genone Exp $
DESCRIPTION="A Gentoo Zope multi-Instance configure tool"
SRC_URI=""
@@ -33,6 +33,6 @@ src_install() {
pkg_postinst() {
source ${FILESDIR}/0.4/zope-config.conf
- einfo "Please note that new instances now log into ${EVENTLOGDIR}"
- einfo "Please see the configuration file /etc/zope-config.conf"
+ elog "Please note that new instances now log into ${EVENTLOGDIR}"
+ elog "Please see the configuration file /etc/zope-config.conf"
}