diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:09:02 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:09:02 +0000 |
commit | 0c93fc23bdeb6faf87992d3f2fc80ad86137a092 (patch) | |
tree | 3737b758c5cbfcb7041123a89a8809b53f6b70b5 /media-sound/terminatorx | |
parent | Convert to use elog. (diff) | |
download | gentoo-2-0c93fc23bdeb6faf87992d3f2fc80ad86137a092.tar.gz gentoo-2-0c93fc23bdeb6faf87992d3f2fc80ad86137a092.tar.bz2 gentoo-2-0c93fc23bdeb6faf87992d3f2fc80ad86137a092.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-sound/terminatorx')
-rw-r--r-- | media-sound/terminatorx/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/terminatorx/terminatorx-3.81.ebuild | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/media-sound/terminatorx/ChangeLog b/media-sound/terminatorx/ChangeLog index 88ec3459b6c0..7b360f550e6c 100644 --- a/media-sound/terminatorx/ChangeLog +++ b/media-sound/terminatorx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/terminatorx -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.19 2006/10/23 21:25:24 blubb Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.20 2007/01/05 20:09:02 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + terminatorx-3.81.ebuild: + Convert to use elog. 23 Oct 2006; Simon Stelling <blubb@gentoo.org> terminatorx-3.82.ebuild: remove bogus 3dnow use flag diff --git a/media-sound/terminatorx/terminatorx-3.81.ebuild b/media-sound/terminatorx/terminatorx-3.81.ebuild index 92d5e7433efd..11902b9dda46 100644 --- a/media-sound/terminatorx/terminatorx-3.81.ebuild +++ b/media-sound/terminatorx/terminatorx-3.81.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/media-sound/terminatorx/terminatorx-3.81.ebuild,v 1.16 2006/02/11 17:09:33 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild,v 1.17 2007/01/05 20:09:02 flameeyes Exp $ inherit gnome2 @@ -78,10 +78,10 @@ src_install() { } pkg_postinst() { - einfo "Since Version 3.73 terminatorX supports running" - einfo "suid root. If you install the terminatorX binary" - einfo "suid root it will then create the engine thread" - einfo "with realtime priority." + elog "Since Version 3.73 terminatorX supports running" + elog "suid root. If you install the terminatorX binary" + elog "suid root it will then create the engine thread" + elog "with realtime priority." ewarn "Please read http://www.terminatorx.cx/faq.html#11" ewarn "for details and potential security risks." } |