diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-07 23:20:37 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-07 23:20:37 +0000 |
commit | 993b33147f9b16ef0257479c1da342abadff7012 (patch) | |
tree | 7c5dd25d7cbadbacc26c45ff7ce37f6bc75094b2 /net-im | |
parent | Use elog for fetch error. (diff) | |
download | gentoo-2-993b33147f9b16ef0257479c1da342abadff7012.tar.gz gentoo-2-993b33147f9b16ef0257479c1da342abadff7012.tar.bz2 gentoo-2-993b33147f9b16ef0257479c1da342abadff7012.zip |
Use elog for fetch error.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/sim/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/sim/sim-0.9.4.3-r3.ebuild | 16 |
2 files changed, 14 insertions, 10 deletions
diff --git a/net-im/sim/ChangeLog b/net-im/sim/ChangeLog index 4b43f973fff0..34350cb3998f 100644 --- a/net-im/sim/ChangeLog +++ b/net-im/sim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/sim -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/sim/ChangeLog,v 1.94 2008/10/25 17:36:23 nixnut Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/sim/ChangeLog,v 1.95 2009/07/07 23:20:37 flameeyes Exp $ + + 07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> + sim-0.9.4.3-r3.ebuild: + Use elog for fetch error. 25 Oct 2008; nixnut <nixnut@gentoo.org> sim-0.9.4.3-r3.ebuild: Stable on ppc wrt bug 243488 diff --git a/net-im/sim/sim-0.9.4.3-r3.ebuild b/net-im/sim/sim-0.9.4.3-r3.ebuild index 50ab459c86fe..dea77ad686fb 100644 --- a/net-im/sim/sim-0.9.4.3-r3.ebuild +++ b/net-im/sim/sim-0.9.4.3-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/sim/sim-0.9.4.3-r3.ebuild,v 1.4 2008/10/25 17:36:23 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/sim/sim-0.9.4.3-r3.ebuild,v 1.5 2009/07/07 23:20:37 flameeyes Exp $ EAPI=1 @@ -35,14 +35,14 @@ DEPEND="${RDEPEND} x11-proto/scrnsaverproto" pkg_nofetch() { - einfo "${CATEGORY}/${P} contains icons and sounds with unclear licensing and thus" - einfo "you have to download and it put into '${DISTDIR}' by yourself." - einfo "Download location:" + elog "${CATEGORY}/${P} contains icons and sounds with unclear licensing and thus" + elog "you have to download and it put into '${DISTDIR}' by yourself." + elog "Download location:" echo - einfo "${SRC_URI}" + elog "${SRC_URI}" echo - einfo "See http://archives.gentoo.org/gentoo-dev/msg_144003.xml for further" - einfo "information." + elog "See http://archives.gentoo.org/gentoo-dev/msg_144003.xml for further" + elog "information." } pkg_setup() { |