diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 11:58:57 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 11:58:57 +0000 |
commit | 1b48605b38fe4f85d481c348b37eb6fa0a17e6df (patch) | |
tree | 89f67fcb4924980054acbe62bd4c437015b03067 /net-im | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-1b48605b38fe4f85d481c348b37eb6fa0a17e6df.tar.gz gentoo-2-1b48605b38fe4f85d481c348b37eb6fa0a17e6df.tar.bz2 gentoo-2-1b48605b38fe4f85d481c348b37eb6fa0a17e6df.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/psi/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/psi/psi-0.10-r2.ebuild | 6 | ||||
-rw-r--r-- | net-im/psi/psi-0.10.ebuild | 10 |
3 files changed, 13 insertions, 9 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog index 1b15d4002cd1..ae4e0bc6e398 100644 --- a/net-im/psi/ChangeLog +++ b/net-im/psi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/psi # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.115 2007/05/05 05:05:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.116 2007/05/06 11:58:57 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> psi-0.10.ebuild, + psi-0.10-r2.ebuild: + Replacing einfo with elog 05 May 2007; Jeroen Roovers <jer@gentoo.org> psi-0.11_pre20070314.ebuild: Marked ~hppa too. diff --git a/net-im/psi/psi-0.10-r2.ebuild b/net-im/psi/psi-0.10-r2.ebuild index 2d42ce8fc732..fc492a1371c6 100644 --- a/net-im/psi/psi-0.10-r2.ebuild +++ b/net-im/psi/psi-0.10-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/psi/psi-0.10-r2.ebuild,v 1.3 2007/03/06 00:16:31 troll Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.10-r2.ebuild,v 1.4 2007/05/06 11:58:57 genone Exp $ inherit eutils qt3 @@ -80,10 +80,10 @@ src_unpack() { else ewarn "You are about to build a version of Psi with extra patches." ewarn "Patched psi versions will not be supported by the psi development team," - ewarn "but only (int limited scope) by the psi-gentoo patchset author." + ewarn "but only (in limited scope) by the psi-gentoo patchset author." ewarn "If you find any problem with patched psi, first contact with" ewarn "troll@gentoo.org through the bugzilla or directly by email." - echo + ewarn ewarn "If you do not want patched psi version, please press Control-C now and" ewarn "add '-extras' to your USE flags." ebeep diff --git a/net-im/psi/psi-0.10.ebuild b/net-im/psi/psi-0.10.ebuild index faa8ae219f10..7facbd5fda1d 100644 --- a/net-im/psi/psi-0.10.ebuild +++ b/net-im/psi/psi-0.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/psi/psi-0.10.ebuild,v 1.14 2007/03/06 00:16:31 troll Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.10.ebuild,v 1.15 2007/05/06 11:58:57 genone Exp $ inherit eutils qt3 @@ -228,10 +228,10 @@ src_unpack() { epatch ${PATCHDIR}/psi-gentoo-version.patch fi - einfo "" - einfo "Unpacking language files, you must have linguas_* in USE where" - einfo "'*' is the language files you wish. English is always available" - einfo "" + elog + elog "Unpacking language files, you must have linguas_* in USE where" + elog "'*' is the language files you wish. English is always available" + elog cd ${WORKDIR} if ! [ -d langs ] ; then mkdir langs |