diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-28 06:20:58 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-28 06:20:58 +0000 |
commit | 8c5731c6f817fe127350d732000dba1691b9ab57 (patch) | |
tree | 5e5211259b4b559c4c94d9d75e7cee6b1d2ddd6d /dev-dotnet/pnet | |
parent | version bump from upstream (diff) | |
download | gentoo-2-8c5731c6f817fe127350d732000dba1691b9ab57.tar.gz gentoo-2-8c5731c6f817fe127350d732000dba1691b9ab57.tar.bz2 gentoo-2-8c5731c6f817fe127350d732000dba1691b9ab57.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-dotnet/pnet')
-rw-r--r-- | dev-dotnet/pnet/ChangeLog | 6 | ||||
-rw-r--r-- | dev-dotnet/pnet/pnet-0.6.10.ebuild | 18 | ||||
-rw-r--r-- | dev-dotnet/pnet/pnet-0.6.12.ebuild | 18 | ||||
-rw-r--r-- | dev-dotnet/pnet/pnet-0.7.0.ebuild | 18 | ||||
-rw-r--r-- | dev-dotnet/pnet/pnet-0.7.2.ebuild | 18 |
5 files changed, 41 insertions, 37 deletions
diff --git a/dev-dotnet/pnet/ChangeLog b/dev-dotnet/pnet/ChangeLog index 061dc93d8ec7..5582921ab6cc 100644 --- a/dev-dotnet/pnet/ChangeLog +++ b/dev-dotnet/pnet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/pnet # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/ChangeLog,v 1.38 2007/01/19 07:18:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/ChangeLog,v 1.39 2007/01/28 06:20:58 genone Exp $ + + 28 Jan 2007; Marius Mauch <genone@gentoo.org> pnet-0.6.10.ebuild, + pnet-0.6.12.ebuild, pnet-0.7.0.ebuild, pnet-0.7.2.ebuild: + Replacing einfo with elog 19 Jan 2007; Jeroen Roovers <jer@gentoo.org> pnet-0.7.4.ebuild: Stable for HPPA (bug #153036). diff --git a/dev-dotnet/pnet/pnet-0.6.10.ebuild b/dev-dotnet/pnet/pnet-0.6.10.ebuild index 320313789fb0..7688fd411321 100644 --- a/dev-dotnet/pnet/pnet-0.6.10.ebuild +++ b/dev-dotnet/pnet/pnet-0.6.10.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/dev-dotnet/pnet/pnet-0.6.10.ebuild,v 1.8 2006/06/20 04:24:18 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.10.ebuild,v 1.9 2007/01/28 06:20:58 genone Exp $ DESCRIPTION="Portable. NET runtime, compiler, tools" HOMEPAGE="http://www.dotgnu.org/" @@ -28,13 +28,13 @@ src_install() { pkg_postinst() { echo - einfo "If you want to avoid typing '<runtime> program.exe'" - einfo "you can configure your runtime in /etc/conf.d/dotnet" - einfo "Use /etc/init.d/dotnet to register your runtime" + elog "If you want to avoid typing '<runtime> program.exe'" + elog "you can configure your runtime in /etc/conf.d/dotnet" + elog "Use /etc/init.d/dotnet to register your runtime" echo - einfo "dev-dotnet/pnet is only the runtime, compiler and tools" - einfo "for DotGNU Portable.NET." - einfo "For running and developing applications that use .NET APIs" - einfo "you will also need to install the library: dev-dotnet/pnetlib" + elog "dev-dotnet/pnet is only the runtime, compiler and tools" + elog "for DotGNU Portable.NET." + elog "For running and developing applications that use .NET APIs" + elog "you will also need to install the library: dev-dotnet/pnetlib" echo } diff --git a/dev-dotnet/pnet/pnet-0.6.12.ebuild b/dev-dotnet/pnet/pnet-0.6.12.ebuild index 5a3155c2d399..b97459a0cb30 100644 --- a/dev-dotnet/pnet/pnet-0.6.12.ebuild +++ b/dev-dotnet/pnet/pnet-0.6.12.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/dev-dotnet/pnet/pnet-0.6.12.ebuild,v 1.9 2006/06/20 04:24:18 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.12.ebuild,v 1.10 2007/01/28 06:20:58 genone Exp $ DESCRIPTION="Portable.NET runtime, compiler, tools" HOMEPAGE="http://www.dotgnu.org/" @@ -50,13 +50,13 @@ src_install() { pkg_postinst() { echo - einfo "If you want to avoid typing '<runtime> program.exe'" - einfo "you can configure your runtime in /etc/conf.d/dotnet" - einfo "Use /etc/init.d/dotnet to register your runtime" + elog "If you want to avoid typing '<runtime> program.exe'" + elog "you can configure your runtime in /etc/conf.d/dotnet" + elog "Use /etc/init.d/dotnet to register your runtime" echo - einfo "dev-dotnet/pnet is only the runtime, compiler and tools" - einfo "for DotGNU Portable.NET." - einfo "For running and developing applications that use .NET APIs" - einfo "you will also need to install the library: dev-dotnet/pnetlib" + elog "dev-dotnet/pnet is only the runtime, compiler and tools" + elog "for DotGNU Portable.NET." + elog "For running and developing applications that use .NET APIs" + elog "you will also need to install the library: dev-dotnet/pnetlib" echo } diff --git a/dev-dotnet/pnet/pnet-0.7.0.ebuild b/dev-dotnet/pnet/pnet-0.7.0.ebuild index a2db0739cbbc..fef864c9f05a 100644 --- a/dev-dotnet/pnet/pnet-0.7.0.ebuild +++ b/dev-dotnet/pnet/pnet-0.7.0.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/dev-dotnet/pnet/pnet-0.7.0.ebuild,v 1.4 2006/06/20 04:24:18 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.7.0.ebuild,v 1.5 2007/01/28 06:20:58 genone Exp $ DESCRIPTION="Portable.NET runtime, compiler, tools" HOMEPAGE="http://www.dotgnu.org/" @@ -51,13 +51,13 @@ src_install() { pkg_postinst() { echo - einfo "If you want to avoid typing '<runtime> program.exe'" - einfo "you can configure your runtime in /etc/conf.d/dotnet" - einfo "Use /etc/init.d/dotnet to register your runtime" + elog "If you want to avoid typing '<runtime> program.exe'" + elog "you can configure your runtime in /etc/conf.d/dotnet" + elog "Use /etc/init.d/dotnet to register your runtime" echo - einfo "dev-dotnet/pnet is only the runtime, compiler and tools" - einfo "for DotGNU Portable.NET." - einfo "For running and developing applications that use .NET APIs" - einfo "you will also need to install the library: dev-dotnet/pnetlib" + elog "dev-dotnet/pnet is only the runtime, compiler and tools" + elog "for DotGNU Portable.NET." + elog "For running and developing applications that use .NET APIs" + elog "you will also need to install the library: dev-dotnet/pnetlib" echo } diff --git a/dev-dotnet/pnet/pnet-0.7.2.ebuild b/dev-dotnet/pnet/pnet-0.7.2.ebuild index 4c4f5fd64f67..215de5688058 100644 --- a/dev-dotnet/pnet/pnet-0.7.2.ebuild +++ b/dev-dotnet/pnet/pnet-0.7.2.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/dev-dotnet/pnet/pnet-0.7.2.ebuild,v 1.2 2006/06/20 04:24:18 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.7.2.ebuild,v 1.3 2007/01/28 06:20:58 genone Exp $ DESCRIPTION="Portable.NET runtime, compiler, tools" HOMEPAGE="http://www.dotgnu.org/" @@ -51,13 +51,13 @@ src_install() { pkg_postinst() { echo - einfo "If you want to avoid typing '<runtime> program.exe'" - einfo "you can configure your runtime in /etc/conf.d/dotnet" - einfo "Use /etc/init.d/dotnet to register your runtime" + elog "If you want to avoid typing '<runtime> program.exe'" + elog "you can configure your runtime in /etc/conf.d/dotnet" + elog "Use /etc/init.d/dotnet to register your runtime" echo - einfo "dev-dotnet/pnet is only the runtime, compiler and tools" - einfo "for DotGNU Portable.NET." - einfo "For running and developing applications that use .NET APIs" - einfo "you will also need to install the library: dev-dotnet/pnetlib" + elog "dev-dotnet/pnet is only the runtime, compiler and tools" + elog "for DotGNU Portable.NET." + elog "For running and developing applications that use .NET APIs" + elog "you will also need to install the library: dev-dotnet/pnetlib" echo } |