summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJason Wever <weeve@gentoo.org>2007-01-05 17:48:42 +0000
committerJason Wever <weeve@gentoo.org>2007-01-05 17:48:42 +0000
commit9c7795fe00fe502bdf82a6e35decf7e9ffc40a1d (patch)
tree6c45980a751505cf2a50ebbb5bf3b66c170661c7 /net-im
parentConvert to use elog. (diff)
downloadgentoo-2-9c7795fe00fe502bdf82a6e35decf7e9ffc40a1d.tar.gz
gentoo-2-9c7795fe00fe502bdf82a6e35decf7e9ffc40a1d.tar.bz2
gentoo-2-9c7795fe00fe502bdf82a6e35decf7e9ffc40a1d.zip
Change einfo statements into elog statements.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/bitlbee/ChangeLog10
-rw-r--r--net-im/bitlbee/bitlbee-0.92-r1.ebuild20
-rw-r--r--net-im/bitlbee/bitlbee-0.92-r2.ebuild38
-rw-r--r--net-im/bitlbee/bitlbee-0.92-r3.ebuild46
-rw-r--r--net-im/bitlbee/bitlbee-0.92.ebuild16
-rw-r--r--net-im/bitlbee/bitlbee-0.99.ebuild30
-rw-r--r--net-im/bitlbee/bitlbee-1.0.1.ebuild30
-rw-r--r--net-im/bitlbee/bitlbee-1.0.2.ebuild30
-rw-r--r--net-im/bitlbee/bitlbee-1.0.3.ebuild18
-rw-r--r--net-im/bitlbee/bitlbee-1.0.ebuild30
10 files changed, 137 insertions, 131 deletions
diff --git a/net-im/bitlbee/ChangeLog b/net-im/bitlbee/ChangeLog
index fc4e69194e6c..ed500af4d59e 100644
--- a/net-im/bitlbee/ChangeLog
+++ b/net-im/bitlbee/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-im/bitlbee
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/ChangeLog,v 1.74 2006/09/10 17:30:35 exg Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/ChangeLog,v 1.75 2007/01/05 17:48:42 weeve Exp $
+
+ 05 Jan 2007; Jason Wever <weeve@gentoo.org> bitlbee-0.92.ebuild,
+ bitlbee-0.92-r1.ebuild, bitlbee-0.92-r2.ebuild, bitlbee-0.92-r3.ebuild,
+ bitlbee-0.99.ebuild, bitlbee-1.0.ebuild, bitlbee-1.0.1.ebuild,
+ bitlbee-1.0.2.ebuild, bitlbee-1.0.3.ebuild:
+ Change einfo statements into elog statements.
10 Sep 2006; Emanuele Giaquinta <exg@gentoo.org> bitlbee-1.0.3.ebuild:
Stable on ppc; bug #146417
diff --git a/net-im/bitlbee/bitlbee-0.92-r1.ebuild b/net-im/bitlbee/bitlbee-0.92-r1.ebuild
index 76ce0a1b7b23..e4d7037e9aa9 100644
--- a/net-im/bitlbee/bitlbee-0.92-r1.ebuild
+++ b/net-im/bitlbee/bitlbee-0.92-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/bitlbee/bitlbee-0.92-r1.ebuild,v 1.2 2006/02/27 01:09:20 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-0.92-r1.ebuild,v 1.3 2007/01/05 17:48:42 weeve Exp $
inherit eutils toolchain-funcs
@@ -31,10 +31,10 @@ no_flags_die() {
}
pkg_setup() {
- einfo "Note: as of bitlbee-0.82-r1, all protocols are useflags."
- einfo " Make sure you've enabled the flags you want."
- einfo "To use jabber over SSL or MSN Messenger, you will need to enable"
- einfo "either the gnutls, nss or openssl useflags."
+ elog "Note: as of bitlbee-0.82-r1, all protocols are useflags."
+ elog " Make sure you've enabled the flags you want."
+ elog "To use jabber over SSL or MSN Messenger, you will need to enable"
+ elog "either the gnutls, nss or openssl useflags."
use jabber || use msn || use oscar || use yahoo || no_flags_die
}
@@ -113,8 +113,8 @@ src_install() {
pkg_postinst() {
chown nobody:nobody ${ROOT}/var/lib/bitlbee
chmod 700 ${ROOT}/var/lib/bitlbee
- einfo "The utils included in bitlbee (other than bitlbeed) are now"
- einfo "located in /usr/share/bitlbee"
- einfo
- einfo "NOTE: The irssi script is no longer provided by bitlbee."
+ elog "The utils included in bitlbee (other than bitlbeed) are now"
+ elog "located in /usr/share/bitlbee"
+ elog
+ elog "NOTE: The irssi script is no longer provided by bitlbee."
}
diff --git a/net-im/bitlbee/bitlbee-0.92-r2.ebuild b/net-im/bitlbee/bitlbee-0.92-r2.ebuild
index 14c4ec4321ab..65d5cf185d4a 100644
--- a/net-im/bitlbee/bitlbee-0.92-r2.ebuild
+++ b/net-im/bitlbee/bitlbee-0.92-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-im/bitlbee/bitlbee-0.92-r2.ebuild,v 1.2 2006/02/27 01:09:20 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-0.92-r2.ebuild,v 1.3 2007/01/05 17:48:42 weeve Exp $
inherit eutils toolchain-funcs
@@ -33,24 +33,24 @@ no_flags_die() {
}
pkg_setup() {
- einfo "Note: as of bitlbee-0.82-r1, all protocols are useflags."
- einfo " Make sure you've enabled the flags you want."
- einfo ""
- einfo "To use jabber over SSL or MSN Messenger, you will need to enable"
- einfo "either the gnutls or openssl useflags."
+ elog "Note: as of bitlbee-0.82-r1, all protocols are useflags."
+ elog " Make sure you've enabled the flags you want."
+ elog ""
+ elog "To use jabber over SSL or MSN Messenger, you will need to enable"
+ elog "either the gnutls or openssl useflags."
if use aimextras; then
- einfo ""
- einfo "NOTE: This is a patch for extra AIM functionality that is NOT"
- einfo " supported by upstream. Please do not report any problems"
- einfo " to them about this as they will be ignored."
+ elog ""
+ elog "NOTE: This is a patch for extra AIM functionality that is NOT"
+ elog " supported by upstream. Please do not report any problems"
+ elog " to them about this as they will be ignored."
fi
if use msnextras; then
- einfo ""
- einfo "NOTE: This is a patch for extra MSN functionality that is NOT"
- einfo " supported by upstream. Please do not report any problems"
- einfo " to them about this as they will be ignored."
+ elog ""
+ elog "NOTE: This is a patch for extra MSN functionality that is NOT"
+ elog " supported by upstream. Please do not report any problems"
+ elog " to them about this as they will be ignored."
fi
use jabber || use msn || use oscar || use yahoo || no_flags_die
@@ -137,8 +137,8 @@ src_install() {
pkg_postinst() {
chown nobody:nobody ${ROOT}/var/lib/bitlbee
chmod 700 ${ROOT}/var/lib/bitlbee
- einfo "The utils included in bitlbee (other than bitlbeed) are now"
- einfo "located in /usr/share/bitlbee"
- einfo
- einfo "NOTE: The irssi script is no longer provided by bitlbee."
+ elog "The utils included in bitlbee (other than bitlbeed) are now"
+ elog "located in /usr/share/bitlbee"
+ elog
+ elog "NOTE: The irssi script is no longer provided by bitlbee."
}
diff --git a/net-im/bitlbee/bitlbee-0.92-r3.ebuild b/net-im/bitlbee/bitlbee-0.92-r3.ebuild
index 9d560f74c180..378e4ca06013 100644
--- a/net-im/bitlbee/bitlbee-0.92-r3.ebuild
+++ b/net-im/bitlbee/bitlbee-0.92-r3.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/bitlbee/bitlbee-0.92-r3.ebuild,v 1.2 2006/02/27 01:09:20 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-0.92-r3.ebuild,v 1.3 2007/01/05 17:48:42 weeve Exp $
inherit eutils toolchain-funcs
@@ -34,31 +34,31 @@ no_flags_die() {
}
pkg_setup() {
- einfo "Note: as of bitlbee-0.82-r1, all protocols are useflags."
- einfo " Make sure you've enabled the flags you want."
- einfo ""
- einfo "To use jabber over SSL or MSN Messenger, you will need to enable"
- einfo "either the gnutls or openssl useflags."
+ elog "Note: as of bitlbee-0.82-r1, all protocols are useflags."
+ elog " Make sure you've enabled the flags you want."
+ elog ""
+ elog "To use jabber over SSL or MSN Messenger, you will need to enable"
+ elog "either the gnutls or openssl useflags."
if use aimextras; then
- einfo ""
- einfo "NOTE: This is a patch for extra AIM functionality that is NOT"
- einfo " supported by upstream. Please do not report any problems"
- einfo " to them about this as they will be ignored."
+ elog ""
+ elog "NOTE: This is a patch for extra AIM functionality that is NOT"
+ elog " supported by upstream. Please do not report any problems"
+ elog " to them about this as they will be ignored."
fi
if use msnextras; then
- einfo ""
- einfo "NOTE: This is a patch for extra MSN functionality that is NOT"
- einfo " supported by upstream. Please do not report any problems"
- einfo " to them about this as they will be ignored."
+ elog ""
+ elog "NOTE: This is a patch for extra MSN functionality that is NOT"
+ elog " supported by upstream. Please do not report any problems"
+ elog " to them about this as they will be ignored."
fi
if use gtalk; then
- einfo ""
- einfo "NOTE: This is a patch for Google Talk ability over Jabber"
- einfo " It is provided by ludvig.ericson@gmail.com - do not"
- einfo " mail any questions to the Portage buglist."
+ elog ""
+ elog "NOTE: This is a patch for Google Talk ability over Jabber"
+ elog " It is provided by ludvig.ericson@gmail.com - do not"
+ elog " mail any questions to the Portage buglist."
fi
use jabber || use msn || use oscar || use yahoo || no_flags_die
@@ -149,8 +149,8 @@ src_install() {
pkg_postinst() {
chown nobody:nobody ${ROOT}/var/lib/bitlbee
chmod 700 ${ROOT}/var/lib/bitlbee
- einfo "The utils included in bitlbee (other than bitlbeed) are now"
- einfo "located in /usr/share/bitlbee"
- einfo
- einfo "NOTE: The irssi script is no longer provided by bitlbee."
+ elog "The utils included in bitlbee (other than bitlbeed) are now"
+ elog "located in /usr/share/bitlbee"
+ elog
+ elog "NOTE: The irssi script is no longer provided by bitlbee."
}
diff --git a/net-im/bitlbee/bitlbee-0.92.ebuild b/net-im/bitlbee/bitlbee-0.92.ebuild
index 1c2c38b7a6f7..374075d20b1c 100644
--- a/net-im/bitlbee/bitlbee-0.92.ebuild
+++ b/net-im/bitlbee/bitlbee-0.92.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/bitlbee/bitlbee-0.92.ebuild,v 1.7 2006/02/27 01:09:20 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-0.92.ebuild,v 1.8 2007/01/05 17:48:42 weeve Exp $
inherit eutils toolchain-funcs
@@ -29,8 +29,8 @@ no_flags_die() {
}
pkg_setup() {
- einfo "Note: as of bitlbee-0.82-r1, all protocols are useflags."
- einfo " Make sure you've enabled the flags you want."
+ elog "Note: as of bitlbee-0.82-r1, all protocols are useflags."
+ elog " Make sure you've enabled the flags you want."
use jabber || use msn || use oscar || use yahoo || no_flags_die
}
@@ -107,8 +107,8 @@ src_install() {
pkg_postinst() {
chown nobody:nobody ${ROOT}/var/lib/bitlbee
chmod 700 ${ROOT}/var/lib/bitlbee
- einfo "The utils included in bitlbee (other than bitlbeed) are now"
- einfo "located in /usr/share/bitlbee"
- einfo
- einfo "NOTE: The irssi script is no longer provided by bitlbee."
+ elog "The utils included in bitlbee (other than bitlbeed) are now"
+ elog "located in /usr/share/bitlbee"
+ elog
+ elog "NOTE: The irssi script is no longer provided by bitlbee."
}
diff --git a/net-im/bitlbee/bitlbee-0.99.ebuild b/net-im/bitlbee/bitlbee-0.99.ebuild
index b0fc64a0d36c..20cc12b323ac 100644
--- a/net-im/bitlbee/bitlbee-0.99.ebuild
+++ b/net-im/bitlbee/bitlbee-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-im/bitlbee/bitlbee-0.99.ebuild,v 1.3 2006/09/02 22:20:35 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-0.99.ebuild,v 1.4 2007/01/05 17:48:42 weeve Exp $
inherit eutils toolchain-funcs
@@ -32,17 +32,17 @@ no_flags_die() {
}
pkg_setup() {
- einfo "Note: as of bitlbee-0.82-r1, all protocols are useflags."
- einfo " Make sure you've enabled the flags you want."
- einfo ""
- einfo "To use jabber over SSL or MSN Messenger, you will need to enable"
- einfo "either the gnutls or openssl useflags."
+ elog "Note: as of bitlbee-0.82-r1, all protocols are useflags."
+ elog " Make sure you've enabled the flags you want."
+ elog ""
+ elog "To use jabber over SSL or MSN Messenger, you will need to enable"
+ elog "either the gnutls or openssl useflags."
if use msnextras; then
- einfo ""
- einfo "NOTE: This is a patch for extra MSN functionality that is NOT"
- einfo " supported by upstream. Please do not report any problems"
- einfo " to them about this as they will be ignored."
+ elog ""
+ elog "NOTE: This is a patch for extra MSN functionality that is NOT"
+ elog " supported by upstream. Please do not report any problems"
+ elog " to them about this as they will be ignored."
fi
use jabber || use msn || use oscar || use yahoo || no_flags_die
@@ -123,8 +123,8 @@ src_install() {
pkg_postinst() {
chown nobody:nobody ${ROOT}/var/lib/bitlbee
chmod 700 ${ROOT}/var/lib/bitlbee
- einfo "The utils included in bitlbee (other than bitlbeed) are now"
- einfo "located in /usr/share/bitlbee"
- einfo
- einfo "NOTE: The IRSSI script is no longer provided by BitlBee."
+ elog "The utils included in bitlbee (other than bitlbeed) are now"
+ elog "located in /usr/share/bitlbee"
+ elog
+ elog "NOTE: The IRSSI script is no longer provided by BitlBee."
}
diff --git a/net-im/bitlbee/bitlbee-1.0.1.ebuild b/net-im/bitlbee/bitlbee-1.0.1.ebuild
index 061618927e10..e8a857ce9c15 100644
--- a/net-im/bitlbee/bitlbee-1.0.1.ebuild
+++ b/net-im/bitlbee/bitlbee-1.0.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/bitlbee/bitlbee-1.0.1.ebuild,v 1.10 2006/09/02 22:20:35 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-1.0.1.ebuild,v 1.11 2007/01/05 17:48:42 weeve Exp $
inherit eutils toolchain-funcs
@@ -32,17 +32,17 @@ no_flags_die() {
}
pkg_setup() {
- einfo "Note: as of bitlbee-0.82-r1, all protocols are useflags."
- einfo " Make sure you've enabled the flags you want."
- einfo ""
- einfo "To use jabber over SSL or MSN Messenger, you will need to enable"
- einfo "either the gnutls or openssl useflags."
+ elog "Note: as of bitlbee-0.82-r1, all protocols are useflags."
+ elog " Make sure you've enabled the flags you want."
+ elog ""
+ elog "To use jabber over SSL or MSN Messenger, you will need to enable"
+ elog "either the gnutls or openssl useflags."
if use msnextras; then
- einfo ""
- einfo "NOTE: This is a patch for extra MSN functionality that is NOT"
- einfo " supported by upstream. Please do not report any problems"
- einfo " to them about this as they will be ignored."
+ elog ""
+ elog "NOTE: This is a patch for extra MSN functionality that is NOT"
+ elog " supported by upstream. Please do not report any problems"
+ elog " to them about this as they will be ignored."
fi
use jabber || use msn || use oscar || use yahoo || no_flags_die
@@ -126,8 +126,8 @@ src_install() {
pkg_postinst() {
chown nobody:nobody ${ROOT}/var/lib/bitlbee
chmod 700 ${ROOT}/var/lib/bitlbee
- einfo "The utils included in bitlbee (other than bitlbeed) are now"
- einfo "located in /usr/share/bitlbee"
- einfo
- einfo "NOTE: The IRSSI script is no longer provided by BitlBee."
+ elog "The utils included in bitlbee (other than bitlbeed) are now"
+ elog "located in /usr/share/bitlbee"
+ elog
+ elog "NOTE: The IRSSI script is no longer provided by BitlBee."
}
diff --git a/net-im/bitlbee/bitlbee-1.0.2.ebuild b/net-im/bitlbee/bitlbee-1.0.2.ebuild
index 0f9c0ba1d211..d916bd2f4acc 100644
--- a/net-im/bitlbee/bitlbee-1.0.2.ebuild
+++ b/net-im/bitlbee/bitlbee-1.0.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-im/bitlbee/bitlbee-1.0.2.ebuild,v 1.2 2006/09/02 22:20:35 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-1.0.2.ebuild,v 1.3 2007/01/05 17:48:42 weeve Exp $
inherit eutils toolchain-funcs
@@ -32,17 +32,17 @@ no_flags_die() {
}
pkg_setup() {
- einfo "Note: as of bitlbee-0.82-r1, all protocols are useflags."
- einfo " Make sure you've enabled the flags you want."
- einfo ""
- einfo "To use jabber over SSL or MSN Messenger, you will need to enable"
- einfo "either the gnutls or openssl useflags."
+ elog "Note: as of bitlbee-0.82-r1, all protocols are useflags."
+ elog " Make sure you've enabled the flags you want."
+ elog ""
+ elog "To use jabber over SSL or MSN Messenger, you will need to enable"
+ elog "either the gnutls or openssl useflags."
if use msnextras; then
- einfo ""
- einfo "NOTE: This is a patch for extra MSN functionality that is NOT"
- einfo " supported by upstream. Please do not report any problems"
- einfo " to them about this as they will be ignored."
+ elog ""
+ elog "NOTE: This is a patch for extra MSN functionality that is NOT"
+ elog " supported by upstream. Please do not report any problems"
+ elog " to them about this as they will be ignored."
fi
use jabber || use msn || use oscar || use yahoo || no_flags_die
@@ -126,8 +126,8 @@ src_install() {
pkg_postinst() {
chown nobody:nobody ${ROOT}/var/lib/bitlbee
chmod 700 ${ROOT}/var/lib/bitlbee
- einfo "The utils included in bitlbee (other than bitlbeed) are now"
- einfo "located in /usr/share/bitlbee"
- einfo
- einfo "NOTE: The IRSSI script is no longer provided by BitlBee."
+ elog "The utils included in bitlbee (other than bitlbeed) are now"
+ elog "located in /usr/share/bitlbee"
+ elog
+ elog "NOTE: The IRSSI script is no longer provided by BitlBee."
}
diff --git a/net-im/bitlbee/bitlbee-1.0.3.ebuild b/net-im/bitlbee/bitlbee-1.0.3.ebuild
index 220e3be235d2..54bc998b94f1 100644
--- a/net-im/bitlbee/bitlbee-1.0.3.ebuild
+++ b/net-im/bitlbee/bitlbee-1.0.3.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/bitlbee/bitlbee-1.0.3.ebuild,v 1.7 2006/09/10 17:30:35 exg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-1.0.3.ebuild,v 1.8 2007/01/05 17:48:42 weeve Exp $
inherit eutils toolchain-funcs
@@ -33,9 +33,9 @@ no_flags_die() {
}
pkg_setup() {
- einfo "Note: Support for all IM protocols are controlled by use flags."
- einfo " Make sure you've enabled the flags you want."
- einfo ""
+ elog "Note: Support for all IM protocols are controlled by use flags."
+ elog " Make sure you've enabled the flags you want."
+ elog ""
# Warn but not die if jabber is enabled but SSL is not
if ( use jabber && ( use !ssl && use !gnutls && use !nss ) ); then
@@ -141,8 +141,8 @@ src_install() {
pkg_postinst() {
chown nobody:nobody ${ROOT}/var/lib/bitlbee
chmod 700 ${ROOT}/var/lib/bitlbee
- einfo "The utils included in bitlbee (other than bitlbeed) are now"
- einfo "located in /usr/share/bitlbee"
- einfo
- einfo "NOTE: The IRSSI script is no longer provided by BitlBee."
+ elog "The utils included in bitlbee (other than bitlbeed) are now"
+ elog "located in /usr/share/bitlbee"
+ elog
+ elog "NOTE: The IRSSI script is no longer provided by BitlBee."
}
diff --git a/net-im/bitlbee/bitlbee-1.0.ebuild b/net-im/bitlbee/bitlbee-1.0.ebuild
index 2df81bc13d59..c93dee5ae0a3 100644
--- a/net-im/bitlbee/bitlbee-1.0.ebuild
+++ b/net-im/bitlbee/bitlbee-1.0.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/bitlbee/bitlbee-1.0.ebuild,v 1.3 2006/09/02 22:20:35 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-1.0.ebuild,v 1.4 2007/01/05 17:48:42 weeve Exp $
inherit eutils toolchain-funcs
@@ -32,17 +32,17 @@ no_flags_die() {
}
pkg_setup() {
- einfo "Note: as of bitlbee-0.82-r1, all protocols are useflags."
- einfo " Make sure you've enabled the flags you want."
- einfo ""
- einfo "To use jabber over SSL or MSN Messenger, you will need to enable"
- einfo "either the gnutls or openssl useflags."
+ elog "Note: as of bitlbee-0.82-r1, all protocols are useflags."
+ elog " Make sure you've enabled the flags you want."
+ elog ""
+ elog "To use jabber over SSL or MSN Messenger, you will need to enable"
+ elog "either the gnutls or openssl useflags."
if use msnextras; then
- einfo ""
- einfo "NOTE: This is a patch for extra MSN functionality that is NOT"
- einfo " supported by upstream. Please do not report any problems"
- einfo " to them about this as they will be ignored."
+ elog ""
+ elog "NOTE: This is a patch for extra MSN functionality that is NOT"
+ elog " supported by upstream. Please do not report any problems"
+ elog " to them about this as they will be ignored."
fi
use jabber || use msn || use oscar || use yahoo || no_flags_die
@@ -123,8 +123,8 @@ src_install() {
pkg_postinst() {
chown nobody:nobody ${ROOT}/var/lib/bitlbee
chmod 700 ${ROOT}/var/lib/bitlbee
- einfo "The utils included in bitlbee (other than bitlbeed) are now"
- einfo "located in /usr/share/bitlbee"
- einfo
- einfo "NOTE: The IRSSI script is no longer provided by BitlBee."
+ elog "The utils included in bitlbee (other than bitlbeed) are now"
+ elog "located in /usr/share/bitlbee"
+ elog
+ elog "NOTE: The IRSSI script is no longer provided by BitlBee."
}