diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-01-06 15:40:11 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-01-06 15:40:11 +0000 |
commit | 8b58375c05e7fd22afd7e1507e0c917398e21dbd (patch) | |
tree | 7c204464cbd995987ab10bb3b0ba080a3e33f01d /net-im | |
parent | stable x86, security bug #160369 (diff) | |
download | gentoo-2-8b58375c05e7fd22afd7e1507e0c917398e21dbd.tar.gz gentoo-2-8b58375c05e7fd22afd7e1507e0c917398e21dbd.tar.bz2 gentoo-2-8b58375c05e7fd22afd7e1507e0c917398e21dbd.zip |
s/einfo/elog/
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/tapiocaui/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/tapiocaui/tapiocaui-0.3.9.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/net-im/tapiocaui/ChangeLog b/net-im/tapiocaui/ChangeLog index 7c7ba969bee7..f091bc00d715 100644 --- a/net-im/tapiocaui/ChangeLog +++ b/net-im/tapiocaui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/tapiocaui -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocaui/ChangeLog,v 1.4 2006/10/30 16:56:23 peper Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocaui/ChangeLog,v 1.5 2007/01/06 15:40:11 drizzt Exp $ + + 06 Jan 2007; Timothy Redaelli <drizzt@gentoo.org> tapiocaui-0.3.9.ebuild: + s/einfo/elog/ 30 Oct 2006; Piotr Jaroszyński <peper@gentoo.org> +files/tapiocaui-0.3.9-farsight.patch, tapiocaui-0.3.9.ebuild: diff --git a/net-im/tapiocaui/tapiocaui-0.3.9.ebuild b/net-im/tapiocaui/tapiocaui-0.3.9.ebuild index 5f05d92886a8..25f480134932 100644 --- a/net-im/tapiocaui/tapiocaui-0.3.9.ebuild +++ b/net-im/tapiocaui/tapiocaui-0.3.9.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/tapiocaui/tapiocaui-0.3.9.ebuild,v 1.4 2006/10/30 16:56:23 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocaui/tapiocaui-0.3.9.ebuild,v 1.5 2007/01/06 15:40:11 drizzt Exp $ inherit eutils @@ -53,11 +53,11 @@ src_unpack() { } src_install() { - make DESTDIR=${D} install || die "make install failed" + make DESTDIR="${D}" install || die "make install failed" } pkg_postinst() { - einfo "If you are using kde you need to run" - echo 'eval `dbus-launch --sh-syntax --exit-with-session`' - einfo "in the same environment where you start tapiocaui later" + elog "If you are using kde you need to run" + elog 'eval `dbus-launch --sh-syntax --exit-with-session`' + elog "in the same environment where you start tapiocaui later" } |