diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2006-07-07 17:30:32 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2006-07-07 17:30:32 +0000 |
commit | 576efbbdc23f80198e36dd6d443b49b2d9a4acac (patch) | |
tree | 9f957a253ddd24687671479dd7aff328634496b8 /sci-electronics | |
parent | clean out cruft; add freeglut patch from Tristan Heaven for bug #139445 (diff) | |
download | historical-576efbbdc23f80198e36dd6d443b49b2d9a4acac.tar.gz historical-576efbbdc23f80198e36dd6d443b49b2d9a4acac.tar.bz2 historical-576efbbdc23f80198e36dd6d443b49b2d9a4acac.zip |
Replaced einfo occurences with elog. Fixed minor typo.
Package-Manager: portage-2.1.1_pre2-r4
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/systemc/ChangeLog | 6 | ||||
-rw-r--r-- | sci-electronics/systemc/systemc-2.0.1-r1.ebuild | 10 | ||||
-rw-r--r-- | sci-electronics/systemc/systemc-2.0.1.ebuild | 10 |
3 files changed, 15 insertions, 11 deletions
diff --git a/sci-electronics/systemc/ChangeLog b/sci-electronics/systemc/ChangeLog index 7ebf3db8178b..44c2fe5ab5f7 100644 --- a/sci-electronics/systemc/ChangeLog +++ b/sci-electronics/systemc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/systemc # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/systemc/ChangeLog,v 1.4 2006/07/02 16:00:14 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/systemc/ChangeLog,v 1.5 2006/07/07 17:30:32 calchan Exp $ + + 07 Jul 2006; Denis Dupeyron <calchan@gentoo.org> systemc-2.0.1.ebuild, + systemc-2.0.1-r1.ebuild: + Replaced einfo occurences with elog. Fixed minor typo. 02 Jul 2006; Denis Dupeyron <calchan@gentoo.org> metadata.xml: Adjusted metadata, see bug #138062. diff --git a/sci-electronics/systemc/systemc-2.0.1-r1.ebuild b/sci-electronics/systemc/systemc-2.0.1-r1.ebuild index cc72601555b4..53496b2d0d61 100644 --- a/sci-electronics/systemc/systemc-2.0.1-r1.ebuild +++ b/sci-electronics/systemc/systemc-2.0.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/systemc/systemc-2.0.1-r1.ebuild,v 1.1 2005/10/01 14:54:29 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/systemc/systemc-2.0.1-r1.ebuild,v 1.2 2006/07/07 17:30:32 calchan Exp $ inherit portability @@ -18,9 +18,9 @@ RESTRICT="fetch" DEPEND="virtual/libc" pkg_nofetch() { - einfo "${PN} developers require end-users to accept their license agreement" - einfo "by registering on their Web site (${HOMEPAGE})." - einfo "Please download ${A} manually and place it in ${DISTDIR}." + elog "${PN} developers require end-users to accept their license agreement" + elog "by registering on their Web site (${HOMEPAGE})." + elog "Please download ${A} manually and place it in ${DISTDIR}." } src_unpack() { diff --git a/sci-electronics/systemc/systemc-2.0.1.ebuild b/sci-electronics/systemc/systemc-2.0.1.ebuild index 7e29cb3b560e..e054bfdf8b05 100644 --- a/sci-electronics/systemc/systemc-2.0.1.ebuild +++ b/sci-electronics/systemc/systemc-2.0.1.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/systemc/systemc-2.0.1.ebuild,v 1.1 2004/12/27 20:23:41 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/systemc/systemc-2.0.1.ebuild,v 1.2 2006/07/07 17:30:32 calchan Exp $ IUSE="" @@ -16,9 +16,9 @@ DEPEND="virtual/libc" RESTRICT="fetch" pkg_nofetch() { - einfo "${PN} developes require end-users to accept their license agreement" - einfo "by registering on their site (http://www.systemc.org)" - einfo "Please download ${A} manually and place it in ${DISTDIR}" + elog "${PN} developers require end-users to accept their license agreement" + elog "by registering on their site (http://www.systemc.org)" + elog "Please download ${A} manually and place it in ${DISTDIR}" } src_unpack() { |