summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2007-10-15 01:23:57 +0000
committerChristoph Mende <angelos@gentoo.org>2007-10-15 01:23:57 +0000
commitaebb5213a24702fb0a9485294135997cb06bdd05 (patch)
tree1b6818a913ac4388078619da23842c1a60902b32 /net-p2p/btg
parentwhitespace (diff)
downloadgentoo-2-aebb5213a24702fb0a9485294135997cb06bdd05.tar.gz
gentoo-2-aebb5213a24702fb0a9485294135997cb06bdd05.tar.bz2
gentoo-2-aebb5213a24702fb0a9485294135997cb06bdd05.zip
Changed einfo to elog
(Portage version: 2.1.3.13)
Diffstat (limited to 'net-p2p/btg')
-rw-r--r--net-p2p/btg/ChangeLog5
-rw-r--r--net-p2p/btg/btg-0.9.6.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/net-p2p/btg/ChangeLog b/net-p2p/btg/ChangeLog
index 58aab41bac7c..5f5b2701f641 100644
--- a/net-p2p/btg/ChangeLog
+++ b/net-p2p/btg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/btg
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/btg/ChangeLog,v 1.1 2007/10/14 23:37:13 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/btg/ChangeLog,v 1.2 2007/10/15 01:23:57 angelos Exp $
+
+ 15 Oct 2007; Christoph Mende <angelos@gentoo.org> btg-0.9.6.ebuild:
+ Changed einfo to elog
*btg-0.9.6 (14 Oct 2007)
diff --git a/net-p2p/btg/btg-0.9.6.ebuild b/net-p2p/btg/btg-0.9.6.ebuild
index 5edd6a41da42..b4e829d4d40b 100644
--- a/net-p2p/btg/btg-0.9.6.ebuild
+++ b/net-p2p/btg/btg-0.9.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-p2p/btg/btg-0.9.6.ebuild,v 1.2 2007/10/15 00:06:14 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/btg/btg-0.9.6.ebuild,v 1.3 2007/10/15 01:23:57 angelos Exp $
inherit eutils
@@ -34,8 +34,8 @@ pkg_setup() {
if ! built_with_use --missing true "dev-libs/boost" threads && \
! built_with_use --missing true "dev-libs/boost" threads-only ; then
einfo
- einfo "Compile dev-libs/boost with USE=threads or USE=threads-only"
- einfo "if you want threading support for btg"
+ elog "Compile dev-libs/boost with USE=threads or USE=threads-only"
+ elog "if you want threading support for btg"
einfo
fi
}
@@ -83,7 +83,7 @@ pkg_postinst() {
enewuser p2p -1 -1 /home/p2p p2p
einfo
- einfo "BTG needs a daemon.ini and client.ini, to create them run btg-config"
- einfo "and put them in the user running btg (/home/p2p by default)"
+ elog "BTG needs a daemon.ini and client.ini, to create them run btg-config"
+ elog "and put them in the user running btg (/home/p2p by default)"
einfo
}