summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 11:45:59 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 11:45:59 +0000
commit72ca3e36d5a2377e0a09289c515e6abbcc91b0f3 (patch)
tree8b2d2618b404ce058012b4dacf8beb9949a92ae5 /net-im/mcabber
parentReplacing einfo with elog (diff)
downloadgentoo-2-72ca3e36d5a2377e0a09289c515e6abbcc91b0f3.tar.gz
gentoo-2-72ca3e36d5a2377e0a09289c515e6abbcc91b0f3.tar.bz2
gentoo-2-72ca3e36d5a2377e0a09289c515e6abbcc91b0f3.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-im/mcabber')
-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
7 files changed, 91 insertions, 86 deletions
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
}