summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 11:52:07 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 11:52:07 +0000
commitb777ba26fcb674d1dca897e3c93c65622646e651 (patch)
tree5e9515365aa7bbcdc16a7a16f1df12926e0bc001 /net-im
parentAdded ~x86-fbsd keyword. (diff)
downloadhistorical-b777ba26fcb674d1dca897e3c93c65622646e651.tar.gz
historical-b777ba26fcb674d1dca897e3c93c65622646e651.tar.bz2
historical-b777ba26fcb674d1dca897e3c93c65622646e651.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-im')
-rw-r--r--net-im/aim-transport/ChangeLog6
-rw-r--r--net-im/aim-transport/aim-transport-20040131-r2.ebuild12
-rw-r--r--net-im/coccinella/ChangeLog6
-rw-r--r--net-im/coccinella/coccinella-0.95.10.ebuild6
-rw-r--r--net-im/coccinella/coccinella-0.95.7.ebuild4
-rw-r--r--net-im/jabberd/ChangeLog5
-rw-r--r--net-im/jabberd/jabberd-1.4.4-r3.ebuild18
-rw-r--r--net-im/jit/ChangeLog5
-rw-r--r--net-im/jit/jit-1.1.6-r3.ebuild12
-rw-r--r--net-im/jud/ChangeLog5
-rw-r--r--net-im/jud/jud-0.5.ebuild10
-rw-r--r--net-im/kpopup/ChangeLog5
-rw-r--r--net-im/kpopup/kpopup-0.9.7.ebuild16
-rw-r--r--net-im/linpopup/ChangeLog7
-rw-r--r--net-im/linpopup/linpopup-2.0.4-r1.ebuild28
-rw-r--r--net-im/mcabber/ChangeLog7
-rw-r--r--net-im/mcabber/mcabber-0.7.4.ebuild12
-rw-r--r--net-im/mcabber/mcabber-0.7.6.ebuild12
-rw-r--r--net-im/mcabber/mcabber-0.7.8.ebuild12
-rw-r--r--net-im/mcabber/mcabber-0.8.2.ebuild30
-rw-r--r--net-im/mcabber/mcabber-0.9.0.ebuild50
-rw-r--r--net-im/mcabber/mcabber-0.9.1.ebuild54
-rw-r--r--net-im/msn-transport/ChangeLog6
-rw-r--r--net-im/msn-transport/msn-transport-20040531-r1.ebuild12
-rw-r--r--net-im/msn-transport/msn-transport-20040531.ebuild12
-rw-r--r--net-im/mu-conference/ChangeLog6
-rw-r--r--net-im/mu-conference/mu-conference-0.6.0-r1.ebuild12
-rw-r--r--net-im/mu-conference/mu-conference-0.6.0-r2.ebuild12
-rw-r--r--net-im/ntame/ChangeLog5
-rw-r--r--net-im/ntame/ntame-998020954.ebuild6
-rw-r--r--net-im/pork/ChangeLog6
-rw-r--r--net-im/pork/pork-0.99.7.ebuild10
-rw-r--r--net-im/pork/pork-0.99.8.1.ebuild10
33 files changed, 230 insertions, 189 deletions
diff --git a/net-im/aim-transport/ChangeLog b/net-im/aim-transport/ChangeLog
index 37cc74fa6961..cf775ebab306 100644
--- a/net-im/aim-transport/ChangeLog
+++ b/net-im/aim-transport/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/aim-transport
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/ChangeLog,v 1.29 2007/04/28 17:34:08 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/ChangeLog,v 1.30 2007/05/06 11:24:42 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org>
+ aim-transport-20040131-r2.ebuild:
+ Replacing einfo with elog
28 Apr 2007; Sven Wegener <swegener@gentoo.org>
aim-transport-20040131-r2.ebuild:
diff --git a/net-im/aim-transport/aim-transport-20040131-r2.ebuild b/net-im/aim-transport/aim-transport-20040131-r2.ebuild
index cb7fd723b036..fd6329e3b29f 100644
--- a/net-im/aim-transport/aim-transport-20040131-r2.ebuild
+++ b/net-im/aim-transport/aim-transport-20040131-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-im/aim-transport/aim-transport-20040131-r2.ebuild,v 1.13 2007/04/28 19:26:10 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/aim-transport-20040131-r2.ebuild,v 1.14 2007/05/06 11:24:42 genone Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -50,9 +50,9 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Please read /usr/share/doc/${PF}/README.Gentoo.gz"
- einfo "And please notice that now aim-transport comes with a init.d script"
- einfo "dont forget to add it to your runlevel."
- einfo
+ elog
+ elog "Please read /usr/share/doc/${PF}/README.Gentoo.gz"
+ elog "And please notice that now aim-transport comes with a init.d script"
+ elog "dont forget to add it to your runlevel."
+ elog
}
diff --git a/net-im/coccinella/ChangeLog b/net-im/coccinella/ChangeLog
index 09247d4df0ee..a65b8e7967ca 100644
--- a/net-im/coccinella/ChangeLog
+++ b/net-im/coccinella/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/coccinella
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/ChangeLog,v 1.7 2007/04/28 17:34:49 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/ChangeLog,v 1.8 2007/05/06 11:27:05 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> coccinella-0.95.7.ebuild,
+ coccinella-0.95.10.ebuild:
+ Replacing einfo with elog
28 Apr 2007; Sven Wegener <swegener@gentoo.org> coccinella-0.95.7.ebuild,
coccinella-0.95.10.ebuild:
diff --git a/net-im/coccinella/coccinella-0.95.10.ebuild b/net-im/coccinella/coccinella-0.95.10.ebuild
index d63bb3e39d88..41d3cd9c5a2f 100644
--- a/net-im/coccinella/coccinella-0.95.10.ebuild
+++ b/net-im/coccinella/coccinella-0.95.10.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-im/coccinella/coccinella-0.95.10.ebuild,v 1.2 2007/04/28 17:34:49 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.95.10.ebuild,v 1.3 2007/05/06 11:27:05 genone Exp $
NAME=Coccinella
S="${WORKDIR}/${NAME}-${PV}Src"
@@ -27,7 +27,5 @@ src_install () {
}
pkg_postinst() {
- echo
- einfo "To run coccinella just type coccinella"
- echo
+ elog "To run coccinella just type coccinella"
}
diff --git a/net-im/coccinella/coccinella-0.95.7.ebuild b/net-im/coccinella/coccinella-0.95.7.ebuild
index a8de42f35b17..86acdf86dc1b 100644
--- a/net-im/coccinella/coccinella-0.95.7.ebuild
+++ b/net-im/coccinella/coccinella-0.95.7.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-im/coccinella/coccinella-0.95.7.ebuild,v 1.3 2007/04/28 17:34:49 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.95.7.ebuild,v 1.4 2007/05/06 11:27:05 genone Exp $
NAME=Coccinella
S="${WORKDIR}/${NAME}-${PV}Src"
@@ -27,5 +27,5 @@ src_install () {
}
pkg_postinst() {
- einfo "To run coccinella just type coccinella"
+ elog "To run coccinella just type coccinella"
}
diff --git a/net-im/jabberd/ChangeLog b/net-im/jabberd/ChangeLog
index f2cebdb4422c..8b8604a2bc68 100644
--- a/net-im/jabberd/ChangeLog
+++ b/net-im/jabberd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/jabberd
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/jabberd/ChangeLog,v 1.96 2007/04/10 08:44:43 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/jabberd/ChangeLog,v 1.97 2007/05/06 11:31:22 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> jabberd-1.4.4-r3.ebuild:
+ Replacing einfo with elog
10 Apr 2007; Krzysiek Pawlik <nelchael@gentoo.org>
jabberd-2.0.11-r1.ebuild:
diff --git a/net-im/jabberd/jabberd-1.4.4-r3.ebuild b/net-im/jabberd/jabberd-1.4.4-r3.ebuild
index dbd7b63fd6cf..33f4295414b4 100644
--- a/net-im/jabberd/jabberd-1.4.4-r3.ebuild
+++ b/net-im/jabberd/jabberd-1.4.4-r3.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-im/jabberd/jabberd-1.4.4-r3.ebuild,v 1.13 2007/02/05 00:44:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/jabberd/jabberd-1.4.4-r3.ebuild,v 1.14 2007/05/06 11:31:22 genone Exp $
inherit eutils
@@ -96,17 +96,17 @@ src_install() {
pkg_postinst() {
echo
- einfo 'The various IM transports for jabber are now separate packages,'
- einfo 'which you will need to install separately if you want them:'
- einfo ' net-im/jit - ICQ transport'
- einfo ' net-im/pymsn-t - MSN transport'
- einfo ' net-im/jud - Jabber User Directory'
- einfo ' net-im/yahoo-transport - Yahoo IM system'
- einfo ' net-im/mu-conference - Jabber multi user conference'
+ elog 'The various IM transports for jabber are now separate packages,'
+ elog 'which you will need to install separately if you want them:'
+ elog ' net-im/jit - ICQ transport'
+ elog ' net-im/pymsn-t - MSN transport'
+ elog ' net-im/jud - Jabber User Directory'
+ elog ' net-im/yahoo-transport - Yahoo IM system'
+ elog ' net-im/mu-conference - Jabber multi user conference'
echo
ewarn 'If upgrading from an older version, please stop jabberd BEFORE'
ewarn 'updating the init.d script, or you will end with a "dead" server.'
- echo
+ ewarn
ewarn 'The configuration filename has changed:'
ewarn ' Configure your server in /etc/jabber/jabberd.xml'
echo
diff --git a/net-im/jit/ChangeLog b/net-im/jit/ChangeLog
index bbc4edbd7cad..2e2a509ce576 100644
--- a/net-im/jit/ChangeLog
+++ b/net-im/jit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/jit
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/jit/ChangeLog,v 1.25 2007/04/28 17:36:09 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/jit/ChangeLog,v 1.26 2007/05/06 11:35:55 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> jit-1.1.6-r3.ebuild:
+ Replacing einfo with elog
28 Apr 2007; Sven Wegener <swegener@gentoo.org> jit-1.1.6-r3.ebuild:
Fix *initd, *confd and *envd calls (#173884, #174266)
diff --git a/net-im/jit/jit-1.1.6-r3.ebuild b/net-im/jit/jit-1.1.6-r3.ebuild
index 946c43bc0e78..8704203e3051 100644
--- a/net-im/jit/jit-1.1.6-r3.ebuild
+++ b/net-im/jit/jit-1.1.6-r3.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-im/jit/jit-1.1.6-r3.ebuild,v 1.20 2007/04/28 17:36:09 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/jit/jit-1.1.6-r3.ebuild,v 1.21 2007/05/06 11:35:55 genone Exp $
inherit flag-o-matic eutils
@@ -48,9 +48,9 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Please read /usr/share/doc/${PF}/README.Gentoo.gz"
- einfo "And please notice that now jit-transport comes with a init.d script"
- einfo "dont forget to add it to your runlevel."
- einfo
+ elog
+ elog "Please read /usr/share/doc/${PF}/README.Gentoo.gz"
+ elog "And please notice that now jit-transport comes with a init.d script"
+ elog "dont forget to add it to your runlevel."
+ elog
}
diff --git a/net-im/jud/ChangeLog b/net-im/jud/ChangeLog
index 7f7e0fa529a3..dcd002f5c829 100644
--- a/net-im/jud/ChangeLog
+++ b/net-im/jud/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/jud
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/jud/ChangeLog,v 1.8 2007/02/09 04:17:49 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/jud/ChangeLog,v 1.9 2007/05/06 11:37:10 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> jud-0.5.ebuild:
+ Replacing einfo with elog
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/net-im/jud/jud-0.5.ebuild b/net-im/jud/jud-0.5.ebuild
index 4d93620606f7..ecad688f354e 100644
--- a/net-im/jud/jud-0.5.ebuild
+++ b/net-im/jud/jud-0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/jud/jud-0.5.ebuild,v 1.9 2004/06/24 22:54:36 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/jud/jud-0.5.ebuild,v 1.10 2007/05/06 11:37:10 genone Exp $
inherit eutils
@@ -34,7 +34,7 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Please read /usr/share/doc/${P}/README.Gentoo.gz"
- einfo
+ elog
+ elog "Please read /usr/share/doc/${P}/README.Gentoo.gz"
+ elog
}
diff --git a/net-im/kpopup/ChangeLog b/net-im/kpopup/ChangeLog
index d1cf2f22af5a..5f45de386086 100644
--- a/net-im/kpopup/ChangeLog
+++ b/net-im/kpopup/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/kpopup
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/kpopup/ChangeLog,v 1.8 2007/02/04 00:06:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/kpopup/ChangeLog,v 1.9 2007/05/06 11:42:05 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> kpopup-0.9.7.ebuild:
+ Replacing einfo with elog
04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/net-im/kpopup/kpopup-0.9.7.ebuild b/net-im/kpopup/kpopup-0.9.7.ebuild
index 4a4edf48ec02..cf0be4f94651 100644
--- a/net-im/kpopup/kpopup-0.9.7.ebuild
+++ b/net-im/kpopup/kpopup-0.9.7.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-im/kpopup/kpopup-0.9.7.ebuild,v 1.4 2005/09/21 17:02:09 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/kpopup/kpopup-0.9.7.ebuild,v 1.5 2007/05/06 11:42:05 genone Exp $
inherit kde
@@ -25,10 +25,10 @@ src_install() {
}
pkg_postinst() {
- einfo ""
- einfo "Locate the [global] section of your Samba configuration file (smb.conf) and"
- einfo "add the following line:"
- einfo ""
- einfo "message command = sh -c '/usr/bin/receivepopup.sh \"%s\" \"%f\"'"
- einfo ""
+ elog ""
+ elog "Locate the [global] section of your Samba configuration file (smb.conf) and"
+ elog "add the following line:"
+ elog ""
+ elog "message command = sh -c '/usr/bin/receivepopup.sh \"%s\" \"%f\"'"
+ elog ""
}
diff --git a/net-im/linpopup/ChangeLog b/net-im/linpopup/ChangeLog
index 612273f9db8a..571d859e5233 100644
--- a/net-im/linpopup/ChangeLog
+++ b/net-im/linpopup/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/linpopup
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/ChangeLog,v 1.14 2006/12/01 23:47:43 masterdriverz Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/ChangeLog,v 1.15 2007/05/06 11:43:30 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> linpopup-2.0.4-r1.ebuild:
+ Replacing einfo with elog
01 Dec 2006; Charlie Shepherd <masterdriverz@gentoo.org>
linpopup-2.0.4-r1.ebuild:
diff --git a/net-im/linpopup/linpopup-2.0.4-r1.ebuild b/net-im/linpopup/linpopup-2.0.4-r1.ebuild
index 38b4533b39ad..8c125be7de95 100644
--- a/net-im/linpopup/linpopup-2.0.4-r1.ebuild
+++ b/net-im/linpopup/linpopup-2.0.4-r1.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-im/linpopup/linpopup-2.0.4-r1.ebuild,v 1.2 2006/12/01 23:47:43 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-2.0.4-r1.ebuild,v 1.3 2007/05/06 11:43:30 genone Exp $
inherit gnome2 eutils
@@ -42,17 +42,17 @@ src_install() {
pkg_postinst() {
echo
- einfo "To be able to receive messages that are sent to you, you will need to"
- einfo "edit your /etc/samba/smb.conf file."
- einfo
- einfo "Add this line to the [global settings] section:"
- einfo
- einfo " message command = /usr/bin/linpopup \"%f\" \"%m\" %s; rm %s"
- einfo
- einfo "PLEASE NOTE that \"%f\" is not the same thing as %f , '%f' or %f"
- einfo "and take care to enter \"%f\" \"%m\" %s exactly as shown above."
- einfo
- einfo "For more information, please refer to the documentation, found in"
- einfo "/usr/share/doc/${P}/"
+ elog "To be able to receive messages that are sent to you, you will need to"
+ elog "edit your /etc/samba/smb.conf file."
+ elog
+ elog "Add this line to the [global settings] section:"
+ elog
+ elog " message command = /usr/bin/linpopup \"%f\" \"%m\" %s; rm %s"
+ elog
+ elog "PLEASE NOTE that \"%f\" is not the same thing as %f , '%f' or %f"
+ elog "and take care to enter \"%f\" \"%m\" %s exactly as shown above."
+ elog
+ elog "For more information, please refer to the documentation, found in"
+ elog "/usr/share/doc/${P}/"
echo
}
diff --git a/net-im/mcabber/ChangeLog b/net-im/mcabber/ChangeLog
index ff1eb592506c..c7571985e6cd 100644
--- a/net-im/mcabber/ChangeLog
+++ b/net-im/mcabber/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/mcabber
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/mcabber/ChangeLog,v 1.13 2007/02/26 08:35:18 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/mcabber/ChangeLog,v 1.14 2007/05/06 11:45:59 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> mcabber-0.7.4.ebuild,
+ mcabber-0.7.6.ebuild, mcabber-0.7.8.ebuild, mcabber-0.8.2.ebuild,
+ mcabber-0.9.0.ebuild, mcabber-0.9.1.ebuild:
+ Replacing einfo with elog
*mcabber-0.9.1 (26 Feb 2007)
diff --git a/net-im/mcabber/mcabber-0.7.4.ebuild b/net-im/mcabber/mcabber-0.7.4.ebuild
index f614552cff25..e2565fdd5d93 100644
--- a/net-im/mcabber/mcabber-0.7.4.ebuild
+++ b/net-im/mcabber/mcabber-0.7.4.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-im/mcabber/mcabber-0.7.4.ebuild,v 1.2 2006/09/24 23:31:35 troll Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/mcabber/mcabber-0.7.4.ebuild,v 1.3 2007/05/06 11:45:59 genone Exp $
DESCRIPTION="A small Jabber console client that includes features such as SSL
support, MUC (Multi-User Chat) support, history logging, commands completion,
@@ -36,8 +36,8 @@ src_install() {
}
pkg_postinst() {
- einfo "MCabber requires you to create a configuration file in your home directory."
- einfo "A template of such file was installed as part of the documentation for this software."
- einfo "This file is intended to be self-documenting."
- einfo "See the CONFIGURATION FILE and FILES sections of mcabber(1) for more information."
+ elog "MCabber requires you to create a configuration file in your home directory."
+ elog "A template of such file was installed as part of the documentation for this software."
+ elog "This file is intended to be self-documenting."
+ elog "See the CONFIGURATION FILE and FILES sections of mcabber(1) for more information."
}
diff --git a/net-im/mcabber/mcabber-0.7.6.ebuild b/net-im/mcabber/mcabber-0.7.6.ebuild
index 51e4ebd464dd..828947ef2043 100644
--- a/net-im/mcabber/mcabber-0.7.6.ebuild
+++ b/net-im/mcabber/mcabber-0.7.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-im/mcabber/mcabber-0.7.6.ebuild,v 1.2 2006/09/24 23:31:35 troll Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/mcabber/mcabber-0.7.6.ebuild,v 1.3 2007/05/06 11:45:59 genone Exp $
DESCRIPTION="A small Jabber console client that includes features such as SSL
support, MUC (Multi-User Chat) support, history logging, commands completion,
@@ -36,8 +36,8 @@ src_install() {
}
pkg_postinst() {
- einfo "MCabber requires you to create a configuration file in your home directory."
- einfo "A template of such file was installed as part of the documentation for this software."
- einfo "This file is intended to be self-documenting."
- einfo "See the CONFIGURATION FILE and FILES sections of mcabber(1) for more information."
+ elog "MCabber requires you to create a configuration file in your home directory."
+ elog "A template of such file was installed as part of the documentation for this software."
+ elog "This file is intended to be self-documenting."
+ elog "See the CONFIGURATION FILE and FILES sections of mcabber(1) for more information."
}
diff --git a/net-im/mcabber/mcabber-0.7.8.ebuild b/net-im/mcabber/mcabber-0.7.8.ebuild
index 9505b35a1b18..468f19d273ed 100644
--- a/net-im/mcabber/mcabber-0.7.8.ebuild
+++ b/net-im/mcabber/mcabber-0.7.8.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-im/mcabber/mcabber-0.7.8.ebuild,v 1.3 2006/09/24 23:31:35 troll Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/mcabber/mcabber-0.7.8.ebuild,v 1.4 2007/05/06 11:45:59 genone Exp $
DESCRIPTION="A small Jabber console client that includes features such as SSL
support, MUC (Multi-User Chat) support, history logging, commands completion,
@@ -36,8 +36,8 @@ src_install() {
}
pkg_postinst() {
- einfo "MCabber requires you to create a configuration file in your home directory."
- einfo "A template of such file was installed as part of the documentation for this software."
- einfo "This file is intended to be self-documenting."
- einfo "See the CONFIGURATION FILE and FILES sections of mcabber(1) for more information."
+ elog "MCabber requires you to create a configuration file in your home directory."
+ elog "A template of such file was installed as part of the documentation for this software."
+ elog "This file is intended to be self-documenting."
+ elog "See the CONFIGURATION FILE and FILES sections of mcabber(1) for more information."
}
diff --git a/net-im/mcabber/mcabber-0.8.2.ebuild b/net-im/mcabber/mcabber-0.8.2.ebuild
index 1b832b924b49..5a1600302691 100644
--- a/net-im/mcabber/mcabber-0.8.2.ebuild
+++ b/net-im/mcabber/mcabber-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-im/mcabber/mcabber-0.8.2.ebuild,v 1.5 2007/01/10 23:14:05 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/mcabber/mcabber-0.8.2.ebuild,v 1.6 2007/05/06 11:45:59 genone Exp $
DESCRIPTION="A small Jabber console client with various features, like MUC and ssl"
HOMEPAGE="http://www.lilotux.net/~mikael/mcabber/"
@@ -50,18 +50,18 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "MCabber requires you to create a subdirectory .mcabber in your home"
- einfo "directory and to to place there a configuration file."
- einfo "A template of such file was installed as part of the documentation"
- einfo "and you can find it here:"
- einfo "${ROOT}usr/share/doc/${PF}/mcabberrc.example.gz"
- einfo "Use gunzip tool to unzip it and edit before running MCabber"
- einfo
- einfo "As of MCabber version 0.8.2, there is also an wizzard script"
- einfo "with which you can create all neccessery configuration tasks."
- einfo "To start it simply run ${PN}_mcwizz.pl in console"
- einfo
- einfo "See the CONFIGURATION FILE and FILES sections of mcabber(1) for more information."
- einfo
+ elog
+ elog "MCabber requires you to create a subdirectory .mcabber in your home"
+ elog "directory and to to place there a configuration file."
+ elog "A template of such file was installed as part of the documentation"
+ elog "and you can find it here:"
+ elog "${ROOT}usr/share/doc/${PF}/mcabberrc.example.gz"
+ elog "Use gunzip tool to unzip it and edit before running MCabber"
+ elog
+ elog "As of MCabber version 0.8.2, there is also an wizzard script"
+ elog "with which you can create all neccessery configuration tasks."
+ elog "To start it simply run ${PN}_mcwizz.pl in console"
+ elog
+ elog "See the CONFIGURATION FILE and FILES sections of mcabber(1) for more information."
+ elog
}
diff --git a/net-im/mcabber/mcabber-0.9.0.ebuild b/net-im/mcabber/mcabber-0.9.0.ebuild
index f99bb86f8a4d..b26d3a2aae81 100644
--- a/net-im/mcabber/mcabber-0.9.0.ebuild
+++ b/net-im/mcabber/mcabber-0.9.0.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-im/mcabber/mcabber-0.9.0.ebuild,v 1.2 2007/01/22 15:22:04 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/mcabber/mcabber-0.9.0.ebuild,v 1.3 2007/05/06 11:45:59 genone Exp $
DESCRIPTION="A small Jabber console client with various features, like MUC, SSL, PGP"
HOMEPAGE="http://www.lilotux.net/~mikael/mcabber/"
@@ -53,28 +53,28 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "MCabber requires you to create a subdirectory .mcabber in your home"
- einfo "directory and to place a configuration file there."
- einfo "An example mcabberrc was installed as part of the documentation."
- einfo "To create a new mcabberrc based on the example mcabberrc, execute the"
- einfo "following commands:"
- einfo
- einfo " mkdir -p ~/.mcabber"
- einfo " zcat ${ROOT}usr/share/doc/${PF}/mcabberrc.example.gz >~/.mcabber/mcabberrc"
- einfo
- einfo "Then edit ~/.mcabber/mcabberrc with your favorite editor."
- einfo
- einfo "As of MCabber version 0.8.2, there is also a wizard script"
- einfo "with which you can create all necessary configuration options."
- einfo "To use it, simply execute the following command:"
- einfo
- einfo " ${PN}_mcwizz.pl"
- einfo
- einfo "See the CONFIGURATION FILE and FILES sections of the mcabber"
- einfo "manual page (section 1) for more information."
- einfo
- einfo "From version 0.9.0 on, MCabber supports PGP encryption of messages."
- einfo "See README_PGP.txt for details."
- einfo
+ elog
+ elog "MCabber requires you to create a subdirectory .mcabber in your home"
+ elog "directory and to place a configuration file there."
+ elog "An example mcabberrc was installed as part of the documentation."
+ elog "To create a new mcabberrc based on the example mcabberrc, execute the"
+ elog "following commands:"
+ elog
+ elog " mkdir -p ~/.mcabber"
+ elog " zcat ${ROOT}usr/share/doc/${PF}/mcabberrc.example.gz >~/.mcabber/mcabberrc"
+ elog
+ elog "Then edit ~/.mcabber/mcabberrc with your favorite editor."
+ elog
+ elog "As of MCabber version 0.8.2, there is also a wizard script"
+ elog "with which you can create all necessary configuration options."
+ elog "To use it, simply execute the following command:"
+ elog
+ elog " ${PN}_mcwizz.pl"
+ elog
+ elog "See the CONFIGURATION FILE and FILES sections of the mcabber"
+ elog "manual page (section 1) for more information."
+ elog
+ elog "From version 0.9.0 on, MCabber supports PGP encryption of messages."
+ elog "See README_PGP.txt for details."
+ elog
}
diff --git a/net-im/mcabber/mcabber-0.9.1.ebuild b/net-im/mcabber/mcabber-0.9.1.ebuild
index bdf1fdc7dd0d..a063d2376c49 100644
--- a/net-im/mcabber/mcabber-0.9.1.ebuild
+++ b/net-im/mcabber/mcabber-0.9.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-im/mcabber/mcabber-0.9.1.ebuild,v 1.1 2007/02/26 08:35:18 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/mcabber/mcabber-0.9.1.ebuild,v 1.2 2007/05/06 11:45:59 genone Exp $
DESCRIPTION="A small Jabber console client with various features, like MUC, SSL, PGP"
HOMEPAGE="http://www.lilotux.net/~mikael/mcabber/"
@@ -56,30 +56,30 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "MCabber requires you to create a subdirectory .mcabber in your home"
- einfo "directory and to place a configuration file there."
- einfo "An example mcabberrc was installed as part of the documentation."
- einfo "To create a new mcabberrc based on the example mcabberrc, execute the"
- einfo "following commands:"
- einfo
- einfo " mkdir -p ~/.mcabber"
- einfo " bzcat ${ROOT}usr/share/doc/${PF}/mcabberrc.example.bz2 >~/.mcabber/mcabberrc"
- einfo
- einfo "Then edit ~/.mcabber/mcabberrc with your favorite editor."
- einfo
- einfo "As of MCabber version 0.8.2, there is also a wizard script"
- einfo "with which you can create all necessary configuration options."
- einfo "To use it, simply execute the following command:"
- einfo
- einfo " ${ROOT}usr/share/${PN}/scripts/mcwizz.rb"
- einfo
- einfo "See the CONFIGURATION FILE and FILES sections of the mcabber"
- einfo "manual page (section 1) for more information."
- einfo
- einfo "From version 0.9.0 on, MCabber supports PGP encryption of messages."
- einfo "See README_PGP.txt for details."
- einfo
- einfo "Check out ${ROOT}usr/share/${PN} for contributed themes and event scripts."
- einfo
+ elog
+ elog "MCabber requires you to create a subdirectory .mcabber in your home"
+ elog "directory and to place a configuration file there."
+ elog "An example mcabberrc was installed as part of the documentation."
+ elog "To create a new mcabberrc based on the example mcabberrc, execute the"
+ elog "following commands:"
+ elog
+ elog " mkdir -p ~/.mcabber"
+ elog " bzcat ${ROOT}usr/share/doc/${PF}/mcabberrc.example.bz2 >~/.mcabber/mcabberrc"
+ elog
+ elog "Then edit ~/.mcabber/mcabberrc with your favorite editor."
+ elog
+ elog "As of MCabber version 0.8.2, there is also a wizard script"
+ elog "with which you can create all necessary configuration options."
+ elog "To use it, simply execute the following command:"
+ elog
+ elog " ${ROOT}usr/share/${PN}/scripts/mcwizz.rb"
+ elog
+ elog "See the CONFIGURATION FILE and FILES sections of the mcabber"
+ elog "manual page (section 1) for more information."
+ elog
+ elog "From version 0.9.0 on, MCabber supports PGP encryption of messages."
+ elog "See README_PGP.txt for details."
+ elog
+ elog "Check out ${ROOT}usr/share/${PN} for contributed themes and event scripts."
+ elog
}
diff --git a/net-im/msn-transport/ChangeLog b/net-im/msn-transport/ChangeLog
index 84e0fb765200..b42827575d04 100644
--- a/net-im/msn-transport/ChangeLog
+++ b/net-im/msn-transport/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/msn-transport
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/msn-transport/ChangeLog,v 1.22 2007/04/28 17:36:54 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/msn-transport/ChangeLog,v 1.23 2007/05/06 11:47:42 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org>
+ msn-transport-20040531.ebuild, msn-transport-20040531-r1.ebuild:
+ Replacing einfo with elog
28 Apr 2007; Sven Wegener <swegener@gentoo.org>
msn-transport-20040531.ebuild, msn-transport-20040531-r1.ebuild:
diff --git a/net-im/msn-transport/msn-transport-20040531-r1.ebuild b/net-im/msn-transport/msn-transport-20040531-r1.ebuild
index 307be0814d72..8dd23973ca40 100644
--- a/net-im/msn-transport/msn-transport-20040531-r1.ebuild
+++ b/net-im/msn-transport/msn-transport-20040531-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-im/msn-transport/msn-transport-20040531-r1.ebuild,v 1.10 2007/04/28 19:23:49 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/msn-transport/msn-transport-20040531-r1.ebuild,v 1.11 2007/05/06 11:47:42 genone Exp $
MY_PV="2004-05-31"
#Ugly, msn-transport weired version numbers
@@ -39,9 +39,9 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Please read /usr/share/doc/${P}/README.Gentoo.gz"
- einfo "And please notice that now msn-transport comes with a init.d script"
- einfo "dont forget to add it to your runlevel."
- einfo
+ elog
+ elog "Please read /usr/share/doc/${P}/README.Gentoo.gz"
+ elog "And please notice that now msn-transport comes with a init.d script"
+ elog "dont forget to add it to your runlevel."
+ elog
}
diff --git a/net-im/msn-transport/msn-transport-20040531.ebuild b/net-im/msn-transport/msn-transport-20040531.ebuild
index 85975197b206..c6423ca838ac 100644
--- a/net-im/msn-transport/msn-transport-20040531.ebuild
+++ b/net-im/msn-transport/msn-transport-20040531.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-im/msn-transport/msn-transport-20040531.ebuild,v 1.12 2007/04/28 17:36:54 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/msn-transport/msn-transport-20040531.ebuild,v 1.13 2007/05/06 11:47:42 genone Exp $
MY_PV="2004-05-31"
#Ugly, msn-transport weired version numbers
@@ -38,9 +38,9 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Please read /usr/share/doc/${P}/README.Gentoo.gz"
- einfo "And please notice that now msn-transport comes with a init.d script"
- einfo "dont forget to add it to your runlevel."
- einfo
+ elog
+ elog "Please read /usr/share/doc/${P}/README.Gentoo.gz"
+ elog "And please notice that now msn-transport comes with a init.d script"
+ elog "dont forget to add it to your runlevel."
+ elog
}
diff --git a/net-im/mu-conference/ChangeLog b/net-im/mu-conference/ChangeLog
index e028c733e3c6..c85bcfb4b5b9 100644
--- a/net-im/mu-conference/ChangeLog
+++ b/net-im/mu-conference/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/mu-conference
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/mu-conference/ChangeLog,v 1.19 2007/04/28 17:37:14 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/mu-conference/ChangeLog,v 1.20 2007/05/06 11:49:16 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org>
+ mu-conference-0.6.0-r1.ebuild, mu-conference-0.6.0-r2.ebuild:
+ Replacing einfo with elog
28 Apr 2007; Sven Wegener <swegener@gentoo.org>
mu-conference-0.6.0-r1.ebuild, mu-conference-0.6.0-r2.ebuild:
diff --git a/net-im/mu-conference/mu-conference-0.6.0-r1.ebuild b/net-im/mu-conference/mu-conference-0.6.0-r1.ebuild
index 8f8582d59cab..abdc97ff0daa 100644
--- a/net-im/mu-conference/mu-conference-0.6.0-r1.ebuild
+++ b/net-im/mu-conference/mu-conference-0.6.0-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-im/mu-conference/mu-conference-0.6.0-r1.ebuild,v 1.9 2007/04/28 17:37:14 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/mu-conference/mu-conference-0.6.0-r1.ebuild,v 1.10 2007/05/06 11:49:16 genone Exp $
inherit eutils
@@ -49,10 +49,10 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Please read /usr/share/doc/${PF}/README.Gentoo.gz"
- einfo "And please notice that now muc-transport comes with a init.d script"
- einfo "dont forget to add it to your runlevel."
- einfo
+ elog
+ elog "Please read /usr/share/doc/${PF}/README.Gentoo.gz"
+ elog "And please notice that now muc-transport comes with a init.d script"
+ elog "dont forget to add it to your runlevel."
+ elog
}
diff --git a/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild b/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild
index 3faedb452642..5b4be8a3feef 100644
--- a/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild
+++ b/net-im/mu-conference/mu-conference-0.6.0-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-im/mu-conference/mu-conference-0.6.0-r2.ebuild,v 1.8 2007/04/28 19:22:06 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild,v 1.9 2007/05/06 11:49:16 genone Exp $
inherit eutils
@@ -51,10 +51,10 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Please read /usr/share/doc/${PF}/README.Gentoo.gz"
- einfo "And please notice that now muc-transport comes with a init.d script"
- einfo "dont forget to add it to your runlevel."
- einfo
+ elog
+ elog "Please read /usr/share/doc/${PF}/README.Gentoo.gz"
+ elog "And please notice that now muc-transport comes with a init.d script"
+ elog "dont forget to add it to your runlevel."
+ elog
}
diff --git a/net-im/ntame/ChangeLog b/net-im/ntame/ChangeLog
index dfbbe45e79e8..3f8db3a67c1d 100644
--- a/net-im/ntame/ChangeLog
+++ b/net-im/ntame/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/ntame
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ntame/ChangeLog,v 1.4 2007/02/22 02:24:07 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ntame/ChangeLog,v 1.5 2007/05/06 11:50:25 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> ntame-998020954.ebuild:
+ Replacing einfo with elog
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/net-im/ntame/ntame-998020954.ebuild b/net-im/ntame/ntame-998020954.ebuild
index 3a0c22ca2edf..b67ae62518e0 100644
--- a/net-im/ntame/ntame-998020954.ebuild
+++ b/net-im/ntame/ntame-998020954.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ntame/ntame-998020954.ebuild,v 1.7 2004/07/15 00:18:33 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ntame/ntame-998020954.ebuild,v 1.8 2007/05/06 11:50:25 genone Exp $
S=${WORKDIR}/ntaim
DESCRIPTION="Ncurses based AOL Instant Messenger"
@@ -29,5 +29,5 @@ src_install () {
}
pkg_postinst () {
- einfo "Executable name is actually ntaim"
+ elog "Executable name is actually ntaim"
}
diff --git a/net-im/pork/ChangeLog b/net-im/pork/ChangeLog
index c0f3278c741c..f7550cffbd71 100644
--- a/net-im/pork/ChangeLog
+++ b/net-im/pork/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/pork
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pork/ChangeLog,v 1.36 2007/02/09 04:21:54 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pork/ChangeLog,v 1.37 2007/05/06 11:52:07 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> pork-0.99.7.ebuild,
+ pork-0.99.8.1.ebuild:
+ Replacing einfo with elog
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/net-im/pork/pork-0.99.7.ebuild b/net-im/pork/pork-0.99.7.ebuild
index a0cdffe21704..bab015887a14 100644
--- a/net-im/pork/pork-0.99.7.ebuild
+++ b/net-im/pork/pork-0.99.7.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-im/pork/pork-0.99.7.ebuild,v 1.2 2005/05/05 13:25:34 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.7.ebuild,v 1.3 2007/05/06 11:52:07 genone Exp $
DESCRIPTION="Console based AIM client that looks like ircII"
HOMEPAGE="http://dev.ojnk.net/"
@@ -33,8 +33,8 @@ src_install() {
}
pkg_postinst() {
- einfo "Be aware that the syntax for IRC connections has"
- einfo "changed. Read ${HOMEPAGE}/stuff/pork.news"
- einfo "for details."
+ elog "Be aware that the syntax for IRC connections has"
+ elog "changed. Read ${HOMEPAGE}/stuff/pork.news"
+ elog "for details."
}
diff --git a/net-im/pork/pork-0.99.8.1.ebuild b/net-im/pork/pork-0.99.8.1.ebuild
index 28766daa1cd7..0cb05074c9ed 100644
--- a/net-im/pork/pork-0.99.8.1.ebuild
+++ b/net-im/pork/pork-0.99.8.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-im/pork/pork-0.99.8.1.ebuild,v 1.10 2006/02/10 14:20:18 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.8.1.ebuild,v 1.11 2007/05/06 11:52:07 genone Exp $
DESCRIPTION="Console based AIM client that looks like ircII"
HOMEPAGE="http://dev.ojnk.net/"
@@ -31,8 +31,8 @@ src_install() {
}
pkg_postinst() {
- einfo "Be aware that the syntax for IRC connections has"
- einfo "changed. Read ${HOMEPAGE}/stuff/pork.news"
- einfo "for details."
+ elog "Be aware that the syntax for IRC connections has"
+ elog "changed. Read ${HOMEPAGE}/stuff/pork.news"
+ elog "for details."
}