diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2006-07-07 17:28:03 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2006-07-07 17:28:03 +0000 |
commit | 5e38784babfc6a0596bb46148e4ab94d10d9a04a (patch) | |
tree | 54d7451876832e06e03293b72f59eb45db36af3e /sci-electronics/modelsim | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-5e38784babfc6a0596bb46148e4ab94d10d9a04a.tar.gz gentoo-2-5e38784babfc6a0596bb46148e4ab94d10d9a04a.tar.bz2 gentoo-2-5e38784babfc6a0596bb46148e4ab94d10d9a04a.zip |
Replaced einfo occurences with elog.
(Portage version: 2.1.1_pre2-r4)
Diffstat (limited to 'sci-electronics/modelsim')
-rw-r--r-- | sci-electronics/modelsim/ChangeLog | 5 | ||||
-rw-r--r-- | sci-electronics/modelsim/modelsim-5.7d.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/sci-electronics/modelsim/ChangeLog b/sci-electronics/modelsim/ChangeLog index d3d6890ab9df..9b84ad725aef 100644 --- a/sci-electronics/modelsim/ChangeLog +++ b/sci-electronics/modelsim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/modelsim # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/modelsim/ChangeLog,v 1.3 2006/07/02 14:59:18 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/modelsim/ChangeLog,v 1.4 2006/07/07 17:28:03 calchan Exp $ + + 07 Jul 2006; Denis Dupeyron <calchan@gentoo.org> modelsim-5.7d.ebuild: + Replaced einfo occurences with elog. 02 Jul 2006; Denis Dupeyron <calchan@gentoo.org> metadata.xml: Adjusted metadata, see bug #138062. diff --git a/sci-electronics/modelsim/modelsim-5.7d.ebuild b/sci-electronics/modelsim/modelsim-5.7d.ebuild index 1a23444fbcb5..3b9802623b2c 100644 --- a/sci-electronics/modelsim/modelsim-5.7d.ebuild +++ b/sci-electronics/modelsim/modelsim-5.7d.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/modelsim/modelsim-5.7d.ebuild,v 1.1 2004/12/27 20:01:41 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/modelsim/modelsim-5.7d.ebuild,v 1.2 2006/07/07 17:28:03 calchan Exp $ DESCRIPTION="VHDL and mixed-VHDL/Verilog simulator" HOMEPAGE="http://www.model.com/" @@ -17,8 +17,8 @@ RESTRICT="nostrip fetch" DEPEND="" pkg_nofetch() { - einfo "You must download the files yourself and put them in ${DISTDIR}" - einfo "Goto http://www.model.com/products/release.asp" + elog "You must download the files yourself and put them in ${DISTDIR}" + elog "Goto http://www.model.com/products/release.asp" } src_unpack() { @@ -38,7 +38,7 @@ src_install() { } pkg_postinst() { - einfo "Read the installation manual for details of configuring a" - einfo "standalone license server, or set LM_LICENSE_FILE=xxxx@host" - einfo "if you already have a running license server" + elog "Read the installation manual for details of configuring a" + elog "standalone license server, or set LM_LICENSE_FILE=xxxx@host" + elog "if you already have a running license server" } |