From 07ee278376180d3643ae5c1f9ac4a5911f6cc35e Mon Sep 17 00:00:00 2001 From: Denis Dupeyron Date: Fri, 7 Jul 2006 17:28:03 +0000 Subject: Replaced einfo occurences with elog. Package-Manager: portage-2.1.1_pre2-r4 --- sci-electronics/chipmunksystem/ChangeLog | 6 +++++- .../chipmunksystem/chipmunksystem-20060624.ebuild | 12 +++++------ sci-electronics/kicad/ChangeLog | 6 +++++- sci-electronics/kicad/kicad-20060328.ebuild | 12 +++++------ sci-electronics/kicad/kicad-20060424.ebuild | 12 +++++------ sci-electronics/kicad/kicad-20060626.ebuild | 12 +++++------ sci-electronics/modelsim/ChangeLog | 5 ++++- sci-electronics/modelsim/modelsim-5.7d.ebuild | 14 ++++++------- sci-electronics/systemc/Manifest | 24 +++++++++++----------- 9 files changed, 57 insertions(+), 46 deletions(-) (limited to 'sci-electronics') diff --git a/sci-electronics/chipmunksystem/ChangeLog b/sci-electronics/chipmunksystem/ChangeLog index 8d9f415ecfbf..cd767c52d05b 100644 --- a/sci-electronics/chipmunksystem/ChangeLog +++ b/sci-electronics/chipmunksystem/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/chipmunksystem # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/chipmunksystem/ChangeLog,v 1.8 2006/07/02 10:51:27 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/chipmunksystem/ChangeLog,v 1.9 2006/07/07 17:21:49 calchan Exp $ + + 07 Jul 2006; Denis Dupeyron + chipmunksystem-20060624.ebuild: + Replaced einfo occurences with elog. 02 Jul 2006; Denis Dupeyron metadata.xml: Adjusted metadata, see bug #138062. diff --git a/sci-electronics/chipmunksystem/chipmunksystem-20060624.ebuild b/sci-electronics/chipmunksystem/chipmunksystem-20060624.ebuild index 91c0fd4f190e..abfee3443338 100644 --- a/sci-electronics/chipmunksystem/chipmunksystem-20060624.ebuild +++ b/sci-electronics/chipmunksystem/chipmunksystem-20060624.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/chipmunksystem/chipmunksystem-20060624.ebuild,v 1.1 2006/06/24 18:28:19 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/chipmunksystem/chipmunksystem-20060624.ebuild,v 1.2 2006/07/07 17:21:49 calchan Exp $ inherit toolchain-funcs @@ -156,9 +156,9 @@ src_install () { } pkg_postinst() { - einfo "Please note that the sf, ss and vc executables have been renamed" - einfo "respectively chipmunk-sf, chipmunk-ss and chipmunk-vc in order to" - einfo "avoid collisions with other packages." - einfo "You may want to emerge xcircuit which integrates well with the" - einfo "Chipmunk tools." + elog "Please note that the sf, ss and vc executables have been renamed" + elog "respectively chipmunk-sf, chipmunk-ss and chipmunk-vc in order to" + elog "avoid collisions with other packages." + elog "You may want to emerge xcircuit which integrates well with the" + elog "Chipmunk tools." } diff --git a/sci-electronics/kicad/ChangeLog b/sci-electronics/kicad/ChangeLog index 7326b82decba..598910592dce 100644 --- a/sci-electronics/kicad/ChangeLog +++ b/sci-electronics/kicad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/kicad # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/ChangeLog,v 1.9 2006/07/06 05:42:50 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/ChangeLog,v 1.10 2006/07/07 17:24:52 calchan Exp $ + + 07 Jul 2006; Denis Dupeyron kicad-20060328.ebuild, + kicad-20060424.ebuild, kicad-20060626.ebuild: + Replaced einfo occurences with elog. *kicad-20060626 (05 Jul 2006) diff --git a/sci-electronics/kicad/kicad-20060328.ebuild b/sci-electronics/kicad/kicad-20060328.ebuild index 9fc8093555a5..6bf22a8312e6 100644 --- a/sci-electronics/kicad/kicad-20060328.ebuild +++ b/sci-electronics/kicad/kicad-20060328.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20060328.ebuild,v 1.3 2006/04/22 20:15:19 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20060328.ebuild,v 1.4 2006/07/07 17:24:52 calchan Exp $ inherit eutils wxwidgets @@ -91,10 +91,10 @@ pkg_postinst() { ewarn "- Fix the libraries' locations in the 'Libs and Dir' preferences." ewarn "- Emerge kicad without the 'minimal' USE flag." else - einfo "Please note that the PDF datasheets that can be linked to components from the default libraries" - einfo "cannot be mirrored by Gentoo for legal reasons." - einfo "If you want them, you need to download them yourself from :" - einfo "${HOMEPAGE}" - einfo "and install them manually." + elog "Please note that the PDF datasheets that can be linked to components from the default libraries" + elog "cannot be mirrored by Gentoo for legal reasons." + elog "If you want them, you need to download them yourself from :" + elog "${HOMEPAGE}" + elog "and install them manually." fi } diff --git a/sci-electronics/kicad/kicad-20060424.ebuild b/sci-electronics/kicad/kicad-20060424.ebuild index a46cd8e158bd..1cc8e24140c9 100644 --- a/sci-electronics/kicad/kicad-20060424.ebuild +++ b/sci-electronics/kicad/kicad-20060424.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20060424.ebuild,v 1.4 2006/06/10 07:59:04 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20060424.ebuild,v 1.5 2006/07/07 17:24:52 calchan Exp $ inherit eutils wxwidgets @@ -108,10 +108,10 @@ pkg_postinst() { ewarn "- Fix the libraries' locations in the 'Libs and Dir' preferences." ewarn "- Emerge kicad without the 'minimal' USE flag." else - einfo "Please note that the PDF datasheets that can be linked to components from the default libraries" - einfo "cannot be mirrored by Gentoo for legal reasons." - einfo "If you want them, you need to download them yourself from :" - einfo "${HOMEPAGE}" - einfo "and install them manually." + elog "Please note that the PDF datasheets that can be linked to components from the default libraries" + elog "cannot be mirrored by Gentoo for legal reasons." + elog "If you want them, you need to download them yourself from :" + elog "${HOMEPAGE}" + elog "and install them manually." fi } diff --git a/sci-electronics/kicad/kicad-20060626.ebuild b/sci-electronics/kicad/kicad-20060626.ebuild index 01a727b6b011..614433169a55 100644 --- a/sci-electronics/kicad/kicad-20060626.ebuild +++ b/sci-electronics/kicad/kicad-20060626.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20060626.ebuild,v 1.1 2006/07/06 05:42:50 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20060626.ebuild,v 1.2 2006/07/07 17:24:52 calchan Exp $ inherit wxwidgets @@ -92,10 +92,10 @@ pkg_postinst() { ewarn "- Fix the libraries' locations in the 'Libs and Dir' preferences." ewarn "- Emerge kicad without the 'minimal' USE flag." else - einfo "Please note that the PDF datasheets that can be linked to components from the default libraries" - einfo "cannot be mirrored by Gentoo for legal reasons." - einfo "If you want them, you need to download them yourself from :" - einfo "${HOMEPAGE}" - einfo "and install them manually." + elog "Please note that the PDF datasheets that can be linked to components from the default libraries" + elog "cannot be mirrored by Gentoo for legal reasons." + elog "If you want them, you need to download them yourself from :" + elog "${HOMEPAGE}" + elog "and install them manually." fi } 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 modelsim-5.7d.ebuild: + Replaced einfo occurences with elog. 02 Jul 2006; Denis Dupeyron 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" } diff --git a/sci-electronics/systemc/Manifest b/sci-electronics/systemc/Manifest index 35ff70d5b521..23386ffa84d9 100644 --- a/sci-electronics/systemc/Manifest +++ b/sci-electronics/systemc/Manifest @@ -1,16 +1,16 @@ DIST systemc-2.0.1.tgz 1590044 -EBUILD systemc-2.0.1-r1.ebuild 3472 RMD160 a17f2f479033cafa900164dc868aca6dc7959e1a SHA1 44ab2b39d7c22af23a83dc40594695d31102ec2c SHA256 d7bff95f647c5497ac40a56776c1edc5ea6f45c7c5df66829fbcfd7ff8d76845 -MD5 2e847c6787e939eecbb1e7c9f7190e49 systemc-2.0.1-r1.ebuild 3472 -RMD160 a17f2f479033cafa900164dc868aca6dc7959e1a systemc-2.0.1-r1.ebuild 3472 -SHA256 d7bff95f647c5497ac40a56776c1edc5ea6f45c7c5df66829fbcfd7ff8d76845 systemc-2.0.1-r1.ebuild 3472 -EBUILD systemc-2.0.1.ebuild 3168 RMD160 c1e635646efd750e232be3201bba5a4550384afa SHA1 fd515a8e667699a68f2c5ebf9ccbf00fee7594f0 SHA256 5b0cbbc154dedbc1810f6bda8b03d513497af63be1bc3dd8c080083f8b9a36bc -MD5 04a913b2e78753237e964eac9b36faf5 systemc-2.0.1.ebuild 3168 -RMD160 c1e635646efd750e232be3201bba5a4550384afa systemc-2.0.1.ebuild 3168 -SHA256 5b0cbbc154dedbc1810f6bda8b03d513497af63be1bc3dd8c080083f8b9a36bc systemc-2.0.1.ebuild 3168 -MISC ChangeLog 1284 RMD160 ebb88d68a6f877136e947e96ac7f0d12f8c12509 SHA1 1cd0290790e147efd50a415716ed80ca7155e835 SHA256 a12a124694cf0346c76354fb2bde1f8e8bbc4414e3eb22f2a49d1728abef718d -MD5 f8ed2da9771c8405b8d7f7dcbb92c143 ChangeLog 1284 -RMD160 ebb88d68a6f877136e947e96ac7f0d12f8c12509 ChangeLog 1284 -SHA256 a12a124694cf0346c76354fb2bde1f8e8bbc4414e3eb22f2a49d1728abef718d ChangeLog 1284 +EBUILD systemc-2.0.1-r1.ebuild 3468 RMD160 a553675ca5aa2db44dd5c4d678f340c370a0603c SHA1 e4ce2e67687afe14016b59458adcd81308cc05ff SHA256 e0b3b4b8ca350a794ac16eb9b6049fb1d16b144e305582367bf3fa35304189dd +MD5 96942dcfc236f4515acf6a884060e532 systemc-2.0.1-r1.ebuild 3468 +RMD160 a553675ca5aa2db44dd5c4d678f340c370a0603c systemc-2.0.1-r1.ebuild 3468 +SHA256 e0b3b4b8ca350a794ac16eb9b6049fb1d16b144e305582367bf3fa35304189dd systemc-2.0.1-r1.ebuild 3468 +EBUILD systemc-2.0.1.ebuild 3165 RMD160 5d851b70c91782169fc64ffd0a83de215c008131 SHA1 08c1b86b2dc2e1618d4901cd25e89bdb1c13894f SHA256 0eee68bd20ab3b66ee051afb7f02bf74a3cda3b89036bd7aa2b0e204ce1c7be3 +MD5 f2d40e9d899f516e7748a7fb7292bf5e systemc-2.0.1.ebuild 3165 +RMD160 5d851b70c91782169fc64ffd0a83de215c008131 systemc-2.0.1.ebuild 3165 +SHA256 0eee68bd20ab3b66ee051afb7f02bf74a3cda3b89036bd7aa2b0e204ce1c7be3 systemc-2.0.1.ebuild 3165 +MISC ChangeLog 1442 RMD160 cc72124fea83e3f146e204064f1308aa924093e8 SHA1 2662c4c5bb62c9456d0ce5279cd3d6aa038eda09 SHA256 708de4d35f39553d8c47a334394e157211e7a4404d7457c9fbb82514b99ea133 +MD5 5771bfbfbfed570f51429c699ed174fe ChangeLog 1442 +RMD160 cc72124fea83e3f146e204064f1308aa924093e8 ChangeLog 1442 +SHA256 708de4d35f39553d8c47a334394e157211e7a4404d7457c9fbb82514b99ea133 ChangeLog 1442 MISC metadata.xml 646 RMD160 60e2ec4364294f0be9419c30413ec93ee8bd96fd SHA1 01247171085cb65ed9c2f210969763228ee316c6 SHA256 c96bd5be1afd449e04d51d43e09dbadf97e5b7d3c8eebf8f05a1b271cd4b3419 MD5 9b4bfe01bfcf4c6c1b731c32d81586ae metadata.xml 646 RMD160 60e2ec4364294f0be9419c30413ec93ee8bd96fd metadata.xml 646 -- cgit v1.2.3-65-gdbad