summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 06:20:58 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 06:20:58 +0000
commitf1e853c39f9a9ace98c8fad072e008cddb453d52 (patch)
treef5be43575d3124468303a1576877894728f4fb32 /dev-dotnet
parentversion bump from upstream (diff)
downloadhistorical-f1e853c39f9a9ace98c8fad072e008cddb453d52.tar.gz
historical-f1e853c39f9a9ace98c8fad072e008cddb453d52.tar.bz2
historical-f1e853c39f9a9ace98c8fad072e008cddb453d52.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/mysql-connector-net/ChangeLog6
-rw-r--r--dev-dotnet/mysql-connector-net/files/digest-mysql-connector-net-1.0.42
-rw-r--r--dev-dotnet/mysql-connector-net/mysql-connector-net-1.0.4.ebuild8
-rw-r--r--dev-dotnet/pnet/ChangeLog6
-rw-r--r--dev-dotnet/pnet/pnet-0.6.10.ebuild18
-rw-r--r--dev-dotnet/pnet/pnet-0.6.12.ebuild18
-rw-r--r--dev-dotnet/pnet/pnet-0.7.0.ebuild18
-rw-r--r--dev-dotnet/pnet/pnet-0.7.2.ebuild18
8 files changed, 52 insertions, 42 deletions
diff --git a/dev-dotnet/mysql-connector-net/ChangeLog b/dev-dotnet/mysql-connector-net/ChangeLog
index 95b9dd91d9cb..68a8d7d2a47b 100644
--- a/dev-dotnet/mysql-connector-net/ChangeLog
+++ b/dev-dotnet/mysql-connector-net/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-dotnet/mysql-connector-net
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mysql-connector-net/ChangeLog,v 1.5 2007/01/19 15:00:00 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mysql-connector-net/ChangeLog,v 1.6 2007/01/28 06:18:58 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org>
+ mysql-connector-net-1.0.4.ebuild:
+ Replacing einfo with elog
19 Jan 2007; Charlie Shepherd <masterdriverz@gentoo.org>
mysql-connector-net-1.0.4.ebuild:
diff --git a/dev-dotnet/mysql-connector-net/files/digest-mysql-connector-net-1.0.4 b/dev-dotnet/mysql-connector-net/files/digest-mysql-connector-net-1.0.4
index 87552e6baf94..23ce82c17731 100644
--- a/dev-dotnet/mysql-connector-net/files/digest-mysql-connector-net-1.0.4
+++ b/dev-dotnet/mysql-connector-net/files/digest-mysql-connector-net-1.0.4
@@ -1 +1,3 @@
MD5 1cb9797c3bb3622c70b7a9b0e648a189 mysql-connector-net-1.0.4-noinstall.zip 707521
+RMD160 3c78abb591c49f48e84be3315d181ff1be6bfeb4 mysql-connector-net-1.0.4-noinstall.zip 707521
+SHA256 1006e865773ce463caf216f59e0129000d83da60070592d8b083d15d265428d0 mysql-connector-net-1.0.4-noinstall.zip 707521
diff --git a/dev-dotnet/mysql-connector-net/mysql-connector-net-1.0.4.ebuild b/dev-dotnet/mysql-connector-net/mysql-connector-net-1.0.4.ebuild
index 2b4065ba7971..e4842ecaa702 100644
--- a/dev-dotnet/mysql-connector-net/mysql-connector-net-1.0.4.ebuild
+++ b/dev-dotnet/mysql-connector-net/mysql-connector-net-1.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mysql-connector-net/mysql-connector-net-1.0.4.ebuild,v 1.5 2007/01/19 15:00:00 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mysql-connector-net/mysql-connector-net-1.0.4.ebuild,v 1.6 2007/01/28 06:18:58 genone Exp $
inherit eutils multilib mono
@@ -51,7 +51,7 @@ src_install() {
}
pkg_postinst() {
- einfo "Adding the path for this connector in your mod_mono"
- einfo "configuration may be needed:"
- einfo "MonoPath \"/usr/lib/mono/1.0/mysql-connector-net/\""
+ elog "Adding the path for this connector in your mod_mono"
+ elog "configuration may be needed:"
+ elog "MonoPath \"/usr/lib/mono/1.0/mysql-connector-net/\""
}
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
}