summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-irc/asuka/ChangeLog6
-rw-r--r--net-irc/asuka/asuka-1.0.6.ebuild8
-rw-r--r--net-irc/asuka/asuka-1.2.1.ebuild8
-rw-r--r--net-irc/atheme/ChangeLog8
-rw-r--r--net-irc/atheme/atheme-0.2.2.ebuild10
-rw-r--r--net-irc/atheme/atheme-1.2.1.ebuild10
-rw-r--r--net-irc/bobotpp/ChangeLog5
-rw-r--r--net-irc/bobotpp/bobotpp-2.2.2.ebuild10
-rw-r--r--net-irc/eggdrop/ChangeLog6
-rw-r--r--net-irc/eggdrop/eggdrop-1.6.17-r2.ebuild16
-rw-r--r--net-irc/eggdrop/eggdrop-1.6.17.ebuild12
-rw-r--r--net-irc/eggdrop/eggdrop-1.6.18-r1.ebuild14
-rw-r--r--net-irc/emech/ChangeLog5
-rw-r--r--net-irc/emech/emech-3.0.2.ebuild10
-rw-r--r--net-irc/epic4/ChangeLog6
-rw-r--r--net-irc/epic4/epic4-2.4.ebuild32
-rw-r--r--net-irc/epic4/epic4-2.6.ebuild32
-rw-r--r--net-irc/ircd-hybrid/ChangeLog5
-rw-r--r--net-irc/ircd-hybrid/ircd-hybrid-7.2.2.ebuild6
-rw-r--r--net-irc/ircmap/ChangeLog7
-rw-r--r--net-irc/ircmap/ircmap-0.99.ebuild24
-rw-r--r--net-irc/ircstats/ChangeLog5
-rw-r--r--net-irc/ircstats/ircstats-1.0.ebuild8
-rw-r--r--net-irc/miau/ChangeLog6
-rw-r--r--net-irc/miau/miau-0.6.2.ebuild10
-rw-r--r--net-irc/miau/miau-0.6.4.ebuild10
-rw-r--r--net-irc/muh/ChangeLog5
-rw-r--r--net-irc/muh/muh-2.2a.ebuild14
-rw-r--r--net-irc/oer/ChangeLog5
-rw-r--r--net-irc/oer/oer-1.0.66.ebuild10
-rw-r--r--net-irc/onis/ChangeLog6
-rw-r--r--net-irc/onis/onis-0.6.1.ebuild12
-rw-r--r--net-irc/onis/onis-0.8.2.ebuild10
-rw-r--r--net-irc/psybnc/ChangeLog5
-rw-r--r--net-irc/psybnc/psybnc-2.3.2.7-r2.ebuild23
-rw-r--r--net-irc/ptlink-ircd/ChangeLog5
-rw-r--r--net-irc/ptlink-ircd/ptlink-ircd-6.19.6.ebuild22
-rw-r--r--net-irc/supybot/ChangeLog5
-rw-r--r--net-irc/supybot/supybot-0.83.2.ebuild6
-rw-r--r--net-irc/unrealircd/ChangeLog5
-rw-r--r--net-irc/unrealircd/unrealircd-3.2.6.ebuild20
41 files changed, 244 insertions, 188 deletions
diff --git a/net-irc/asuka/ChangeLog b/net-irc/asuka/ChangeLog
index 019ede2310b8..633ea296d360 100644
--- a/net-irc/asuka/ChangeLog
+++ b/net-irc/asuka/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/asuka
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/asuka/ChangeLog,v 1.17 2007/04/22 11:38:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/asuka/ChangeLog,v 1.18 2007/05/06 12:19:41 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> asuka-1.0.6.ebuild,
+ asuka-1.2.1.ebuild:
+ Replacing einfo with elog
22 Apr 2007; Raúl Porcel <armin76@gentoo.org> asuka-1.0.6.ebuild:
Use doconfd and doinitd, bug 174266
diff --git a/net-irc/asuka/asuka-1.0.6.ebuild b/net-irc/asuka/asuka-1.0.6.ebuild
index 8d32c195f715..0fae07a6fe3d 100644
--- a/net-irc/asuka/asuka-1.0.6.ebuild
+++ b/net-irc/asuka/asuka-1.0.6.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/net-irc/asuka/asuka-1.0.6.ebuild,v 1.13 2007/04/22 11:38:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/asuka/asuka-1.0.6.ebuild,v 1.14 2007/05/06 12:19:41 genone Exp $
inherit eutils
@@ -48,7 +48,7 @@ pkg_postinst() {
enewuser asuka
chown asuka ${ROOT}/var/log/asuka
- einfo
- einfo "A sample config file can be found at /etc/asuka/ircd.conf.sample"
- einfo
+ elog
+ elog "A sample config file can be found at /etc/asuka/ircd.conf.sample"
+ elog
}
diff --git a/net-irc/asuka/asuka-1.2.1.ebuild b/net-irc/asuka/asuka-1.2.1.ebuild
index 1d660bc12d9d..f3b01851cfbf 100644
--- a/net-irc/asuka/asuka-1.2.1.ebuild
+++ b/net-irc/asuka/asuka-1.2.1.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/net-irc/asuka/asuka-1.2.1.ebuild,v 1.6 2007/03/22 18:24:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/asuka/asuka-1.2.1.ebuild,v 1.7 2007/05/06 12:19:41 genone Exp $
inherit eutils flag-o-matic
@@ -50,7 +50,7 @@ pkg_postinst() {
enewuser asuka
chown asuka ${ROOT}/var/log/asuka
- einfo
- einfo "A sample config file can be found at /etc/asuka/ircd.conf.sample"
- einfo
+ elog
+ elog "A sample config file can be found at /etc/asuka/ircd.conf.sample"
+ elog
}
diff --git a/net-irc/atheme/ChangeLog b/net-irc/atheme/ChangeLog
index 0f7bc5953781..027eb98d6a8e 100644
--- a/net-irc/atheme/ChangeLog
+++ b/net-irc/atheme/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/atheme
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/ChangeLog,v 1.4 2006/10/22 12:09:47 swegener Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/ChangeLog,v 1.5 2007/05/06 12:21:19 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> atheme-0.2.2.ebuild,
+ atheme-1.2.1.ebuild:
+ Replacing einfo with elog
*atheme-1.2.1 (22 Oct 2006)
diff --git a/net-irc/atheme/atheme-0.2.2.ebuild b/net-irc/atheme/atheme-0.2.2.ebuild
index 1f46c1b00963..feed1cd6bbaf 100644
--- a/net-irc/atheme/atheme-0.2.2.ebuild
+++ b/net-irc/atheme/atheme-0.2.2.ebuild
@@ -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/net-irc/atheme/atheme-0.2.2.ebuild,v 1.4 2006/10/22 12:09:47 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/atheme-0.2.2.ebuild,v 1.5 2007/05/06 12:21:19 genone Exp $
inherit eutils autotools
@@ -81,7 +81,7 @@ pkg_setup() {
}
pkg_postinst() {
- einfo
- einfo "Don't forget to edit /etc/atheme/atheme.conf!"
- einfo
+ elog
+ elog "Don't forget to edit /etc/atheme/atheme.conf!"
+ elog
}
diff --git a/net-irc/atheme/atheme-1.2.1.ebuild b/net-irc/atheme/atheme-1.2.1.ebuild
index 8872e0c2b8ae..0b6fdcd9035d 100644
--- a/net-irc/atheme/atheme-1.2.1.ebuild
+++ b/net-irc/atheme/atheme-1.2.1.ebuild
@@ -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/net-irc/atheme/atheme-1.2.1.ebuild,v 1.1 2006/10/22 12:09:47 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/atheme-1.2.1.ebuild,v 1.2 2007/05/06 12:21:19 genone Exp $
inherit eutils autotools
@@ -78,7 +78,7 @@ pkg_setup() {
}
pkg_postinst() {
- einfo
- einfo "Don't forget to edit /etc/atheme/atheme.conf!"
- einfo
+ elog
+ elog "Don't forget to edit /etc/atheme/atheme.conf!"
+ elog
}
diff --git a/net-irc/bobotpp/ChangeLog b/net-irc/bobotpp/ChangeLog
index 1b50025cc51d..cb7d0024262b 100644
--- a/net-irc/bobotpp/ChangeLog
+++ b/net-irc/bobotpp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/bobotpp
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.18 2007/04/08 13:19:22 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.19 2007/05/06 12:22:54 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> bobotpp-2.2.2.ebuild:
+ Replacing einfo with elog
08 Apr 2007; Raúl Porcel <armin76@gentoo.org>
-files/2.1.7-ifdef-scripts-fix.patch, -bobotpp-2.1.6.ebuild:
diff --git a/net-irc/bobotpp/bobotpp-2.2.2.ebuild b/net-irc/bobotpp/bobotpp-2.2.2.ebuild
index 426aa7a40da5..2a32c1d5f4ce 100644
--- a/net-irc/bobotpp/bobotpp-2.2.2.ebuild
+++ b/net-irc/bobotpp/bobotpp-2.2.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/net-irc/bobotpp/bobotpp-2.2.2.ebuild,v 1.3 2007/04/06 22:04:38 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.2.2.ebuild,v 1.4 2007/05/06 12:22:54 genone Exp $
DESCRIPTION="A flexible IRC bot scriptable in scheme"
HOMEPAGE="http://unknownlamer.org/code/bobot.html"
@@ -33,8 +33,8 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "You can find a sample configuration file set in"
- einfo "/usr/share/doc/${PF}/example-config"
- einfo
+ elog
+ elog "You can find a sample configuration file set in"
+ elog "/usr/share/doc/${PF}/example-config"
+ elog
}
diff --git a/net-irc/eggdrop/ChangeLog b/net-irc/eggdrop/ChangeLog
index 06302ea1573e..491b46c3a166 100644
--- a/net-irc/eggdrop/ChangeLog
+++ b/net-irc/eggdrop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/eggdrop
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/ChangeLog,v 1.59 2007/04/02 11:19:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/ChangeLog,v 1.60 2007/05/06 12:25:38 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> eggdrop-1.6.17.ebuild,
+ eggdrop-1.6.17-r2.ebuild, eggdrop-1.6.18-r1.ebuild:
+ Replacing einfo with elog
02 Apr 2007; Raúl Porcel <armin76@gentoo.org> eggdrop-1.6.18-r1.ebuild:
Add ~ia64 keyword wrt bug 170668
diff --git a/net-irc/eggdrop/eggdrop-1.6.17-r2.ebuild b/net-irc/eggdrop/eggdrop-1.6.17-r2.ebuild
index 2a78ef6d116d..64cd3f0b04bf 100644
--- a/net-irc/eggdrop/eggdrop-1.6.17-r2.ebuild
+++ b/net-irc/eggdrop/eggdrop-1.6.17-r2.ebuild
@@ -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/net-irc/eggdrop/eggdrop-1.6.17-r2.ebuild,v 1.13 2006/11/23 17:27:38 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.17-r2.ebuild,v 1.14 2007/05/06 12:25:38 genone Exp $
inherit eutils
@@ -32,8 +32,8 @@ src_unpack() {
if use vanilla
then
- einfo "Excluding patches that install additional modules, this effectively"
- einfo "disables the mysql, postgres and ssl USE flags."
+ elog "Excluding patches that install additional modules, this effectively"
+ elog "disables the mysql, postgres and ssl USE flags."
echo
rm "${WORKDIR}"/patch/[12345678]*.patch
fi
@@ -105,8 +105,8 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "NOTE: IPV6 support has been dropped by upstream maintainers."
- einfo "Please run /usr/bin/eggdrop-installer to install your eggdrop bot."
- einfo
+ elog
+ elog "NOTE: IPV6 support has been dropped by upstream maintainers."
+ elog "Please run /usr/bin/eggdrop-installer to install your eggdrop bot."
+ elog
}
diff --git a/net-irc/eggdrop/eggdrop-1.6.17.ebuild b/net-irc/eggdrop/eggdrop-1.6.17.ebuild
index 786cad97226e..c540b2551c1e 100644
--- a/net-irc/eggdrop/eggdrop-1.6.17.ebuild
+++ b/net-irc/eggdrop/eggdrop-1.6.17.ebuild
@@ -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/net-irc/eggdrop/eggdrop-1.6.17.ebuild,v 1.14 2006/11/23 17:27:38 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.17.ebuild,v 1.15 2007/05/06 12:25:38 genone Exp $
inherit eutils
@@ -92,8 +92,8 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "NOTE: IPV6 support has been dropped by upstream maintainers."
- einfo "Please run /usr/bin/eggdrop-installer to install your eggdrop bot."
- einfo
+ elog
+ elog "NOTE: IPV6 support has been dropped by upstream maintainers."
+ elog "Please run /usr/bin/eggdrop-installer to install your eggdrop bot."
+ elog
}
diff --git a/net-irc/eggdrop/eggdrop-1.6.18-r1.ebuild b/net-irc/eggdrop/eggdrop-1.6.18-r1.ebuild
index 03f16201ca2b..a883e6dd6702 100644
--- a/net-irc/eggdrop/eggdrop-1.6.18-r1.ebuild
+++ b/net-irc/eggdrop/eggdrop-1.6.18-r1.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/net-irc/eggdrop/eggdrop-1.6.18-r1.ebuild,v 1.9 2007/04/02 11:19:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.18-r1.ebuild,v 1.10 2007/05/06 12:25:38 genone Exp $
inherit eutils
@@ -32,8 +32,8 @@ src_unpack() {
if use vanilla
then
- einfo "Excluding patches, that install additional modules. This effectively"
- einfo "disables the mysql, postgres and ssl USE flags."
+ elog "Excluding patches, that install additional modules. This effectively"
+ elog "disables the mysql, postgres and ssl USE flags."
echo
rm "${WORKDIR}"/patch/[1-8]*.patch
fi
@@ -105,8 +105,8 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "NOTE: IPV6 support has been dropped by upstream maintainers."
- einfo "Please run /usr/bin/eggdrop-installer to install your eggdrop bot."
- einfo
+ elog
+ elog "NOTE: IPV6 support has been dropped by upstream maintainers."
+ elog "Please run /usr/bin/eggdrop-installer to install your eggdrop bot."
+ elog
}
diff --git a/net-irc/emech/ChangeLog b/net-irc/emech/ChangeLog
index 186ea27527b5..bc639507639f 100644
--- a/net-irc/emech/ChangeLog
+++ b/net-irc/emech/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/emech
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/emech/ChangeLog,v 1.10 2007/02/10 23:21:00 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/emech/ChangeLog,v 1.11 2007/05/06 12:26:53 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> emech-3.0.2.ebuild:
+ Replacing einfo with elog
10 Feb 2007; Christian Faulhammer <opfer@gentoo.org> emech-3.0.2.ebuild:
moved from USE flag tcltk to tcl, see bug 17808
diff --git a/net-irc/emech/emech-3.0.2.ebuild b/net-irc/emech/emech-3.0.2.ebuild
index be8b3fc4792f..b41de84b7602 100644
--- a/net-irc/emech/emech-3.0.2.ebuild
+++ b/net-irc/emech/emech-3.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/net-irc/emech/emech-3.0.2.ebuild,v 1.4 2007/02/10 23:21:00 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/emech/emech-3.0.2.ebuild,v 1.5 2007/05/06 12:26:53 genone Exp $
inherit toolchain-funcs
@@ -69,8 +69,8 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "You can find a sample config file at"
- einfo "/usr/share/doc/${PF}/sample.conf.gz"
- einfo
+ elog
+ elog "You can find a sample config file at"
+ elog "/usr/share/doc/${PF}/sample.conf.gz"
+ elog
}
diff --git a/net-irc/epic4/ChangeLog b/net-irc/epic4/ChangeLog
index c1abd2d77c7e..7f509c29ec1e 100644
--- a/net-irc/epic4/ChangeLog
+++ b/net-irc/epic4/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/epic4
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.71 2007/04/09 05:22:07 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.72 2007/05/06 12:29:17 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> epic4-2.4.ebuild,
+ epic4-2.6.ebuild:
+ Replacing einfo with elog
09 Apr 2007; Peter Weller <welp@gentoo.org> epic4-2.6.ebuild:
Stable on amd64 wrt bug 170747
diff --git a/net-irc/epic4/epic4-2.4.ebuild b/net-irc/epic4/epic4-2.4.ebuild
index 6b6bc29791bd..e77296a08483 100644
--- a/net-irc/epic4/epic4-2.4.ebuild
+++ b/net-irc/epic4/epic4-2.4.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/net-irc/epic4/epic4-2.4.ebuild,v 1.10 2007/03/19 20:36:10 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.4.ebuild,v 1.11 2007/05/06 12:29:17 genone Exp $
inherit flag-o-matic eutils
@@ -71,22 +71,22 @@ src_install () {
pkg_postinst() {
if [ ! -f ${ROOT}/usr/share/epic/script/local ]
then
- einfo "/usr/share/epic/script/local does not exist, I will now"
- einfo "create it. If you do not like the look/feel of this file, or"
- einfo "if you'd prefer to use your own script, simply remove this"
- einfo "file. If you want to prevent this file from being installed"
- einfo "in the future, simply create an empty file with this name."
+ elog "/usr/share/epic/script/local does not exist, I will now"
+ elog "create it. If you do not like the look/feel of this file, or"
+ elog "if you'd prefer to use your own script, simply remove this"
+ elog "file. If you want to prevent this file from being installed"
+ elog "in the future, simply create an empty file with this name."
cp ${WORKDIR}/epic4-local ${ROOT}/usr/share/epic/script/local
- echo
- einfo "This provided local startup script adds a number of nifty"
- einfo "features to Epic including tab completion, a comprehensive set"
- einfo "of aliases, and channel-by-channel logging. To prevent"
- einfo "unintentional conflicts with your own scripting, if either the"
- einfo "~/.ircrc or ~/.epicrc script files exist, then the local script"
- einfo "is *not* run. If you like the script but want to make careful"
- einfo "additions (such as selecting your usual servers or setting your"
- einfo "nickname), simply copy /usr/share/epic/script/local to ~/.ircrc"
- einfo "and then add your additions to the copy."
+ elog
+ elog "This provided local startup script adds a number of nifty"
+ elog "features to Epic including tab completion, a comprehensive set"
+ elog "of aliases, and channel-by-channel logging. To prevent"
+ elog "unintentional conflicts with your own scripting, if either the"
+ elog "~/.ircrc or ~/.epicrc script files exist, then the local script"
+ elog "is *not* run. If you like the script but want to make careful"
+ elog "additions (such as selecting your usual servers or setting your"
+ elog "nickname), simply copy /usr/share/epic/script/local to ~/.ircrc"
+ elog "and then add your additions to the copy."
fi
# Fix for bug 59075
diff --git a/net-irc/epic4/epic4-2.6.ebuild b/net-irc/epic4/epic4-2.6.ebuild
index cd772a80614e..5bb9b6166a2e 100644
--- a/net-irc/epic4/epic4-2.6.ebuild
+++ b/net-irc/epic4/epic4-2.6.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/net-irc/epic4/epic4-2.6.ebuild,v 1.7 2007/04/09 05:22:07 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.6.ebuild,v 1.8 2007/05/06 12:29:17 genone Exp $
inherit flag-o-matic eutils
@@ -71,22 +71,22 @@ src_install () {
pkg_postinst() {
if [ ! -f ${ROOT}/usr/share/epic/script/local ]
then
- einfo "/usr/share/epic/script/local does not exist, I will now"
- einfo "create it. If you do not like the look/feel of this file, or"
- einfo "if you'd prefer to use your own script, simply remove this"
- einfo "file. If you want to prevent this file from being installed"
- einfo "in the future, simply create an empty file with this name."
+ elog "/usr/share/epic/script/local does not exist, I will now"
+ elog "create it. If you do not like the look/feel of this file, or"
+ elog "if you'd prefer to use your own script, simply remove this"
+ elog "file. If you want to prevent this file from being installed"
+ elog "in the future, simply create an empty file with this name."
cp ${WORKDIR}/epic4-local ${ROOT}/usr/share/epic/script/local
- echo
- einfo "This provided local startup script adds a number of nifty"
- einfo "features to Epic including tab completion, a comprehensive set"
- einfo "of aliases, and channel-by-channel logging. To prevent"
- einfo "unintentional conflicts with your own scripting, if either the"
- einfo "~/.ircrc or ~/.epicrc script files exist, then the local script"
- einfo "is *not* run. If you like the script but want to make careful"
- einfo "additions (such as selecting your usual servers or setting your"
- einfo "nickname), simply copy /usr/share/epic/script/local to ~/.ircrc"
- einfo "and then add your additions to the copy."
+ elog
+ elog "This provided local startup script adds a number of nifty"
+ elog "features to Epic including tab completion, a comprehensive set"
+ elog "of aliases, and channel-by-channel logging. To prevent"
+ elog "unintentional conflicts with your own scripting, if either the"
+ elog "~/.ircrc or ~/.epicrc script files exist, then the local script"
+ elog "is *not* run. If you like the script but want to make careful"
+ elog "additions (such as selecting your usual servers or setting your"
+ elog "nickname), simply copy /usr/share/epic/script/local to ~/.ircrc"
+ elog "and then add your additions to the copy."
fi
# Fix for bug 59075
diff --git a/net-irc/ircd-hybrid/ChangeLog b/net-irc/ircd-hybrid/ChangeLog
index f85bcffe4094..de0d94b68476 100644
--- a/net-irc/ircd-hybrid/ChangeLog
+++ b/net-irc/ircd-hybrid/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/ircd-hybrid
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircd-hybrid/ChangeLog,v 1.24 2007/02/24 14:15:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircd-hybrid/ChangeLog,v 1.25 2007/05/06 12:32:08 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> ircd-hybrid-7.2.2.ebuild:
+ Replacing einfo with elog
24 Feb 2007; Raúl Porcel <armin76@gentoo.org>
-files/7.1.0-default-config.patch, -files/7.2.1-default-config.patch,
diff --git a/net-irc/ircd-hybrid/ircd-hybrid-7.2.2.ebuild b/net-irc/ircd-hybrid/ircd-hybrid-7.2.2.ebuild
index 9d7cdf084b1d..39b37929914b 100644
--- a/net-irc/ircd-hybrid/ircd-hybrid-7.2.2.ebuild
+++ b/net-irc/ircd-hybrid/ircd-hybrid-7.2.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/net-irc/ircd-hybrid/ircd-hybrid-7.2.2.ebuild,v 1.2 2007/02/24 13:43:24 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircd-hybrid/ircd-hybrid-7.2.2.ebuild,v 1.3 2007/05/06 12:32:08 genone Exp $
inherit eutils toolchain-funcs
@@ -138,8 +138,8 @@ pkg_postinst() {
if use ssl
then
- einfo "To create an RSA keypair for crypted links execute:"
- einfo "emerge --config =${CATEGORY}/${PF}"
+ elog "To create an RSA keypair for crypted links execute:"
+ elog "emerge --config =${CATEGORY}/${PF}"
fi
}
diff --git a/net-irc/ircmap/ChangeLog b/net-irc/ircmap/ChangeLog
index 2b4aec03ece5..45d8727d1bac 100644
--- a/net-irc/ircmap/ChangeLog
+++ b/net-irc/ircmap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/ircmap
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircmap/ChangeLog,v 1.9 2006/08/09 20:22:12 swegener Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircmap/ChangeLog,v 1.10 2007/05/06 12:33:18 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> ircmap-0.99.ebuild:
+ Replacing einfo with elog
09 Aug 2006; Sven Wegener <swegener@gentoo.org> ircmap-0.99.ebuild:
Move graphviz only to RDEPEND, bug #142730.
diff --git a/net-irc/ircmap/ircmap-0.99.ebuild b/net-irc/ircmap/ircmap-0.99.ebuild
index ba5e091563bd..5a9192167396 100644
--- a/net-irc/ircmap/ircmap-0.99.ebuild
+++ b/net-irc/ircmap/ircmap-0.99.ebuild
@@ -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/net-irc/ircmap/ircmap-0.99.ebuild,v 1.11 2006/08/09 20:22:12 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircmap/ircmap-0.99.ebuild,v 1.12 2007/05/06 12:33:18 genone Exp $
DESCRIPTION="This script connects to the specified IRC server and creates a diagram of the network performing LINKS command."
HOMEPAGE="http://pasky.ji.cz/~pasky/irc/"
@@ -37,14 +37,14 @@ src_install () {
}
pkg_postinst() {
- einfo 'Usage:'
- einfo 'IRCSERVER="irc.generic.com ircmapS.pl [-options parameters] \'
- einfo '| tee /tmp/sendmethisifitdoesntwork \'
- einfo '| ircmapC.pl \'
- einfo '| tee /tmp/coredump \'
- einfo '| ircmapR-aa.pl > ${IRCSERVER}.txt'
- einfo ''
- einfo 'cat /tmp/coredump \'
- einfo '| ircmapR-gvdot.pl \'
- einfo '| dot -Tgif -o ${IRCSERVER}.gif'
+ elog 'Usage:'
+ elog 'IRCSERVER="irc.generic.com ircmapS.pl [-options parameters] \'
+ elog '| tee /tmp/sendmethisifitdoesntwork \'
+ elog '| ircmapC.pl \'
+ elog '| tee /tmp/coredump \'
+ elog '| ircmapR-aa.pl > ${IRCSERVER}.txt'
+ elog ''
+ elog 'cat /tmp/coredump \'
+ elog '| ircmapR-gvdot.pl \'
+ elog '| dot -Tgif -o ${IRCSERVER}.gif'
}
diff --git a/net-irc/ircstats/ChangeLog b/net-irc/ircstats/ChangeLog
index afb4daf48a11..1a3c98855037 100644
--- a/net-irc/ircstats/ChangeLog
+++ b/net-irc/ircstats/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/ircstats
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircstats/ChangeLog,v 1.2 2007/02/09 04:25:16 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircstats/ChangeLog,v 1.3 2007/05/06 12:34:43 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> ircstats-1.0.ebuild:
+ Replacing einfo with elog
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/net-irc/ircstats/ircstats-1.0.ebuild b/net-irc/ircstats/ircstats-1.0.ebuild
index caca36288619..d96e3fb2c3d5 100644
--- a/net-irc/ircstats/ircstats-1.0.ebuild
+++ b/net-irc/ircstats/ircstats-1.0.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/net-irc/ircstats/ircstats-1.0.ebuild,v 1.1 2005/08/18 00:59:02 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircstats/ircstats-1.0.ebuild,v 1.2 2007/05/06 12:34:43 genone Exp $
inherit toolchain-funcs
@@ -31,6 +31,6 @@ src_install() {
}
pkg_postinst() {
- einfo "The IRCStats files have been installed in /usr/share/ircstats"
- einfo "You can find an example ircstats.cfg in /usr/share/doc/${PF}"
+ elog "The IRCStats files have been installed in /usr/share/ircstats"
+ elog "You can find an example ircstats.cfg in /usr/share/doc/${PF}"
}
diff --git a/net-irc/miau/ChangeLog b/net-irc/miau/ChangeLog
index 03851c3ae1c7..897d429fbf0b 100644
--- a/net-irc/miau/ChangeLog
+++ b/net-irc/miau/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/miau
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/miau/ChangeLog,v 1.10 2007/04/11 18:24:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/miau/ChangeLog,v 1.11 2007/05/06 12:36:02 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> miau-0.6.2.ebuild,
+ miau-0.6.4.ebuild:
+ Replacing einfo with elog
*miau-0.6.4 (11 Apr 2007)
diff --git a/net-irc/miau/miau-0.6.2.ebuild b/net-irc/miau/miau-0.6.2.ebuild
index 5318377c445a..473113a3b5a6 100644
--- a/net-irc/miau/miau-0.6.2.ebuild
+++ b/net-irc/miau/miau-0.6.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/net-irc/miau/miau-0.6.2.ebuild,v 1.1 2007/02/19 21:59:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/miau/miau-0.6.2.ebuild,v 1.2 2007/05/06 12:36:02 genone Exp $
inherit eutils
@@ -61,9 +61,9 @@ src_install() {
pkg_postinst() {
echo
- einfo "You'll need to configure miau before running it."
- einfo "Put your config in ~/.miau/miaurc"
- einfo "You can use the sample config is in /usr/share/doc/${PF}/miaurc.sample"
- einfo "For more information, see the documentation."
+ elog "You'll need to configure miau before running it."
+ elog "Put your config in ~/.miau/miaurc"
+ elog "You can use the sample config is in /usr/share/doc/${PF}/miaurc.sample"
+ elog "For more information, see the documentation."
echo
}
diff --git a/net-irc/miau/miau-0.6.4.ebuild b/net-irc/miau/miau-0.6.4.ebuild
index b5e0ba6fcb77..a8f2320f4af9 100644
--- a/net-irc/miau/miau-0.6.4.ebuild
+++ b/net-irc/miau/miau-0.6.4.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/net-irc/miau/miau-0.6.4.ebuild,v 1.1 2007/04/11 18:24:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/miau/miau-0.6.4.ebuild,v 1.2 2007/05/06 12:36:02 genone Exp $
inherit eutils
@@ -61,9 +61,9 @@ src_install() {
pkg_postinst() {
echo
- einfo "You'll need to configure miau before running it."
- einfo "Put your config in ~/.miau/miaurc"
- einfo "You can use the sample config is in /usr/share/doc/${PF}/miaurc.sample"
- einfo "For more information, see the documentation."
+ elog "You'll need to configure miau before running it."
+ elog "Put your config in ~/.miau/miaurc"
+ elog "You can use the sample config is in /usr/share/doc/${PF}/miaurc.sample"
+ elog "For more information, see the documentation."
echo
}
diff --git a/net-irc/muh/ChangeLog b/net-irc/muh/ChangeLog
index 255ef4b7171f..bbb0496c5186 100644
--- a/net-irc/muh/ChangeLog
+++ b/net-irc/muh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/muh
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/ChangeLog,v 1.16 2007/04/24 18:49:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/ChangeLog,v 1.17 2007/05/06 12:37:15 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> muh-2.2a.ebuild:
+ Replacing einfo with elog
24 Apr 2007; Raúl Porcel <armin76@gentoo.org> -muh-2.1_rc1.ebuild:
old
diff --git a/net-irc/muh/muh-2.2a.ebuild b/net-irc/muh/muh-2.2a.ebuild
index 02efadf6ece7..6fde29f6f2db 100644
--- a/net-irc/muh/muh-2.2a.ebuild
+++ b/net-irc/muh/muh-2.2a.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/net-irc/muh/muh-2.2a.ebuild,v 1.4 2007/04/24 18:04:14 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.2a.ebuild,v 1.5 2007/05/06 12:37:15 genone Exp $
DESCRIPTION="Persistent IRC bouncer"
HOMEPAGE="http://mind.riot.org/muh/"
@@ -24,10 +24,10 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "You'll need to configure muh before running it."
- einfo "Put your config in ~/.muh/muhrc"
- einfo "A sample config is /usr/share/muh/muhrc"
- einfo "For more information, see the documentation."
- einfo
+ elog
+ elog "You'll need to configure muh before running it."
+ elog "Put your config in ~/.muh/muhrc"
+ elog "A sample config is /usr/share/muh/muhrc"
+ elog "For more information, see the documentation."
+ elog
}
diff --git a/net-irc/oer/ChangeLog b/net-irc/oer/ChangeLog
index c9d5b92c39cd..bb3826a653da 100644
--- a/net-irc/oer/ChangeLog
+++ b/net-irc/oer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/oer
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/oer/ChangeLog,v 1.8 2007/03/13 18:48:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/oer/ChangeLog,v 1.9 2007/05/06 12:38:16 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> oer-1.0.66.ebuild:
+ Replacing einfo with elog
13 Mar 2007; Raúl Porcel <armin76@gentoo.org> -oer-1.0.64.ebuild,
-oer-1.0.65.ebuild, oer-1.0.66.ebuild:
diff --git a/net-irc/oer/oer-1.0.66.ebuild b/net-irc/oer/oer-1.0.66.ebuild
index 20b92fca92f4..00dde39ec0db 100644
--- a/net-irc/oer/oer-1.0.66.ebuild
+++ b/net-irc/oer/oer-1.0.66.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/net-irc/oer/oer-1.0.66.ebuild,v 1.2 2007/03/13 18:48:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/oer/oer-1.0.66.ebuild,v 1.3 2007/05/06 12:38:16 genone Exp $
inherit fixheadtails eutils versionator
@@ -39,8 +39,8 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "You can find a sample configuration file set in"
- einfo "/usr/share/doc/${PF}/sample-configuration"
- einfo
+ elog
+ elog "You can find a sample configuration file set in"
+ elog "/usr/share/doc/${PF}/sample-configuration"
+ elog
}
diff --git a/net-irc/onis/ChangeLog b/net-irc/onis/ChangeLog
index 849aeb3d1bfd..d33edfa3bf75 100644
--- a/net-irc/onis/ChangeLog
+++ b/net-irc/onis/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/onis
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/onis/ChangeLog,v 1.9 2007/03/13 19:14:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/onis/ChangeLog,v 1.10 2007/05/06 12:39:41 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> onis-0.6.1.ebuild,
+ onis-0.8.2.ebuild:
+ Replacing einfo with elog
*onis-0.8.2 (13 Mar 2007)
diff --git a/net-irc/onis/onis-0.6.1.ebuild b/net-irc/onis/onis-0.6.1.ebuild
index d452b490a881..f367710bc1fd 100644
--- a/net-irc/onis/onis-0.6.1.ebuild
+++ b/net-irc/onis/onis-0.6.1.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/net-irc/onis/onis-0.6.1.ebuild,v 1.4 2005/04/22 15:21:29 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/onis/onis-0.6.1.ebuild,v 1.5 2007/05/06 12:39:41 genone Exp $
inherit eutils
@@ -40,8 +40,8 @@ src_install () {
}
pkg_postinst() {
- einfo
- einfo "The onis themes have been installed in /usr/share/onis/*-theme"
- einfo "You can find a sample configuration at /usr/share/doc/${PF}/config.gz"
- einfo
+ elog
+ elog "The onis themes have been installed in /usr/share/onis/*-theme"
+ elog "You can find a sample configuration at /usr/share/doc/${PF}/config.gz"
+ elog
}
diff --git a/net-irc/onis/onis-0.8.2.ebuild b/net-irc/onis/onis-0.8.2.ebuild
index 981b6532201e..34db18c72ef6 100644
--- a/net-irc/onis/onis-0.8.2.ebuild
+++ b/net-irc/onis/onis-0.8.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/net-irc/onis/onis-0.8.2.ebuild,v 1.1 2007/03/13 19:14:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/onis/onis-0.8.2.ebuild,v 1.2 2007/05/06 12:39:41 genone Exp $
inherit eutils
@@ -40,8 +40,8 @@ src_install () {
}
pkg_postinst() {
- einfo
- einfo "The onis themes have been installed in /usr/share/onis/*-theme"
- einfo "You can find a sample configuration at /usr/share/doc/${PF}/onis.conf.gz"
- einfo
+ elog
+ elog "The onis themes have been installed in /usr/share/onis/*-theme"
+ elog "You can find a sample configuration at /usr/share/doc/${PF}/onis.conf.gz"
+ elog
}
diff --git a/net-irc/psybnc/ChangeLog b/net-irc/psybnc/ChangeLog
index 48eab9a21fd1..796a15e4633c 100644
--- a/net-irc/psybnc/ChangeLog
+++ b/net-irc/psybnc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/psybnc
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/psybnc/ChangeLog,v 1.6 2007/02/26 12:35:49 gurligebis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/psybnc/ChangeLog,v 1.7 2007/05/06 12:41:07 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> psybnc-2.3.2.7-r2.ebuild:
+ Replacing einfo with elog
26 Feb 2007; Bjarke Istrup Pedersen <gurligebis@gentoo.org>:
Fixes several compiler warnings, output should be much cleaner.
diff --git a/net-irc/psybnc/psybnc-2.3.2.7-r2.ebuild b/net-irc/psybnc/psybnc-2.3.2.7-r2.ebuild
index 17cffb47bc68..d2d910ac7c75 100644
--- a/net-irc/psybnc/psybnc-2.3.2.7-r2.ebuild
+++ b/net-irc/psybnc/psybnc-2.3.2.7-r2.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/net-irc/psybnc/psybnc-2.3.2.7-r2.ebuild,v 1.2 2007/02/26 12:35:49 gurligebis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/psybnc/psybnc-2.3.2.7-r2.ebuild,v 1.3 2007/05/06 12:41:07 genone Exp $
inherit eutils versionator toolchain-funcs
MY_PV="$(replace_version_separator 3 -)"
@@ -112,16 +112,15 @@ pkg_config() {
pkg_postinst() {
if use ssl
then
- einfo
- einfo "Please run \"emerge --config =${CATEGORY}/${PF}\" to create needed SSL certificates."
+ elog
+ elog "Please run \"emerge --config =${CATEGORY}/${PF}\" to create needed SSL certificates."
fi
-
- einfo
- einfo "You can connect to psyBNC on port 23998 with user gentoo and password gentoo."
- einfo "Please edit the psyBNC configuration at /etc/psybnc/psybnc.conf to change this."
- einfo
- einfo "To be able to reuse an existing psybnc.conf, you need to make sure that the"
- einfo "old salt.h is available at /usr/share/psybnc/salt.h when compiling a new"
- einfo "version of psyBNC. It is needed for password encryption and decryption."
- einfo
+ elog
+ elog "You can connect to psyBNC on port 23998 with user gentoo and password gentoo."
+ elog "Please edit the psyBNC configuration at /etc/psybnc/psybnc.conf to change this."
+ elog
+ elog "To be able to reuse an existing psybnc.conf, you need to make sure that the"
+ elog "old salt.h is available at /usr/share/psybnc/salt.h when compiling a new"
+ elog "version of psyBNC. It is needed for password encryption and decryption."
+ elog
}
diff --git a/net-irc/ptlink-ircd/ChangeLog b/net-irc/ptlink-ircd/ChangeLog
index e085e7f7d83c..88b39e8d9e8a 100644
--- a/net-irc/ptlink-ircd/ChangeLog
+++ b/net-irc/ptlink-ircd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/ptlink-ircd
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ptlink-ircd/ChangeLog,v 1.11 2007/02/20 15:54:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ptlink-ircd/ChangeLog,v 1.12 2007/05/06 12:44:34 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> ptlink-ircd-6.19.6.ebuild:
+ Replacing einfo with elog
20 Feb 2007; Raúl Porcel <armin76@gentoo.org> -ptlink-ircd-6.19.3.ebuild:
old
diff --git a/net-irc/ptlink-ircd/ptlink-ircd-6.19.6.ebuild b/net-irc/ptlink-ircd/ptlink-ircd-6.19.6.ebuild
index a922c8cbe25b..69d3ebd53de0 100644
--- a/net-irc/ptlink-ircd/ptlink-ircd-6.19.6.ebuild
+++ b/net-irc/ptlink-ircd/ptlink-ircd-6.19.6.ebuild
@@ -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/net-irc/ptlink-ircd/ptlink-ircd-6.19.6.ebuild,v 1.1 2006/10/27 07:11:46 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ptlink-ircd/ptlink-ircd-6.19.6.ebuild,v 1.2 2007/05/06 12:44:34 genone Exp $
inherit eutils ssl-cert
@@ -74,13 +74,13 @@ pkg_postinst() {
${ROOT}/{etc,var/{log,lib}}/ptlink-ircd \
${ROOT}/etc/ptlink-ircd/server.key.pem
- einfo
- einfo "PTlink IRCd will run without configuration, although this is strongly"
- einfo "advised against."
- einfo
- einfo "You can find example cron scripts here:"
- einfo " /usr/share/doc/${PF}/ircd.cron.gz"
- einfo
- einfo "You can also use /etc/init.d/ptlink-ircd to start at boot"
- einfo
+ elog
+ elog "PTlink IRCd will run without configuration, although this is strongly"
+ elog "advised against."
+ elog
+ elog "You can find example cron scripts here:"
+ elog " /usr/share/doc/${PF}/ircd.cron.gz"
+ elog
+ elog "You can also use /etc/init.d/ptlink-ircd to start at boot"
+ elog
}
diff --git a/net-irc/supybot/ChangeLog b/net-irc/supybot/ChangeLog
index 09bd16a92acd..cad65c7a4d76 100644
--- a/net-irc/supybot/ChangeLog
+++ b/net-irc/supybot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/supybot
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.22 2007/05/05 10:43:33 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.23 2007/05/06 12:47:11 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> supybot-0.83.2.ebuild:
+ Replacing einfo with elog
05 May 2007; Tiziano Müller <dev-zero@gentoo.org>
-files/supybot-0.77.0-setup.py.patch, -supybot-0.83.1.ebuild:
diff --git a/net-irc/supybot/supybot-0.83.2.ebuild b/net-irc/supybot/supybot-0.83.2.ebuild
index 434b509ff556..f09d851946d0 100644
--- a/net-irc/supybot/supybot-0.83.2.ebuild
+++ b/net-irc/supybot/supybot-0.83.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/net-irc/supybot/supybot-0.83.2.ebuild,v 1.5 2007/02/20 12:35:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.83.2.ebuild,v 1.6 2007/05/06 12:47:11 genone Exp $
inherit distutils eutils
@@ -32,7 +32,7 @@ src_install() {
}
pkg_postinst() {
- einfo "Use supybot-wizard to create a configuration file"
+ elog "Use supybot-wizard to create a configuration file"
use sqlite || \
- einfo "Some plugins may require emerge with USE=\"sqlite\" to work."
+ elog "Some plugins may require emerge with USE=\"sqlite\" to work."
}
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog
index fc360b6c24e5..e064906ec74e 100644
--- a/net-irc/unrealircd/ChangeLog
+++ b/net-irc/unrealircd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/unrealircd
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.55 2007/04/08 13:16:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.56 2007/05/06 12:48:16 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> unrealircd-3.2.6.ebuild:
+ Replacing einfo with elog
08 Apr 2007; Raúl Porcel <armin76@gentoo.org> -unrealircd-3.2.5.ebuild:
drop old
diff --git a/net-irc/unrealircd/unrealircd-3.2.6.ebuild b/net-irc/unrealircd/unrealircd-3.2.6.ebuild
index ad59db59d7e9..ce034a6f3afd 100644
--- a/net-irc/unrealircd/unrealircd-3.2.6.ebuild
+++ b/net-irc/unrealircd/unrealircd-3.2.6.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/net-irc/unrealircd/unrealircd-3.2.6.ebuild,v 1.5 2007/04/06 22:00:41 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.6.ebuild,v 1.6 2007/05/06 12:48:16 genone Exp $
inherit eutils ssl-cert versionator multilib
@@ -124,13 +124,13 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "UnrealIRCd will not run until you've set up /etc/unrealircd/unrealircd.conf"
- einfo
- einfo "You can find example cron scripts here:"
- einfo " /usr/share/doc/${PF}/ircd.cron.gz"
- einfo " /usr/share/doc/${PF}/ircdchk.gz"
- einfo
- einfo "You can also use /etc/init.d/unrealircd to start at boot"
- einfo
+ elog
+ elog "UnrealIRCd will not run until you've set up /etc/unrealircd/unrealircd.conf"
+ elog
+ elog "You can find example cron scripts here:"
+ elog " /usr/share/doc/${PF}/ircd.cron.gz"
+ elog " /usr/share/doc/${PF}/ircdchk.gz"
+ elog
+ elog "You can also use /etc/init.d/unrealircd to start at boot"
+ elog
}