summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-02 07:56:36 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-02 07:56:36 +0000
commit97be4f710e7d6535ed402273a7ef9e61530432f0 (patch)
treef9b81943dc121bd74381e805c77d0faa1cdb3d7c /net-dialup
parent30 days up so time for saxon-bin to rest in piece. (diff)
downloadhistorical-97be4f710e7d6535ed402273a7ef9e61530432f0.tar.gz
historical-97be4f710e7d6535ed402273a7ef9e61530432f0.tar.bz2
historical-97be4f710e7d6535ed402273a7ef9e61530432f0.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/fritzcapi/ChangeLog5
-rw-r--r--net-dialup/fritzcapi/fritzcapi-2.6.43.ebuild26
-rw-r--r--net-dialup/globespan-adsl/ChangeLog8
-rw-r--r--net-dialup/globespan-adsl/globespan-adsl-0.10.ebuild20
-rw-r--r--net-dialup/globespan-adsl/globespan-adsl-0.11.ebuild20
-rw-r--r--net-dialup/gtkterm/ChangeLog5
-rw-r--r--net-dialup/gtkterm/gtkterm-0.99.5-r1.ebuild6
7 files changed, 50 insertions, 40 deletions
diff --git a/net-dialup/fritzcapi/ChangeLog b/net-dialup/fritzcapi/ChangeLog
index 0c3629f5fc5f..f05a7f5cb7e8 100644
--- a/net-dialup/fritzcapi/ChangeLog
+++ b/net-dialup/fritzcapi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/fritzcapi
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fritzcapi/ChangeLog,v 1.29 2007/02/06 18:25:52 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/fritzcapi/ChangeLog,v 1.30 2007/05/02 07:53:25 genone Exp $
+
+ 02 May 2007; Marius Mauch <genone@gentoo.org> fritzcapi-2.6.43.ebuild:
+ Replacing einfo with elog
06 Feb 2007; <genstef@gentoo.org> fritzcapi-2.6.43.ebuild:
comment out 2.6.20 patch for dsd
diff --git a/net-dialup/fritzcapi/fritzcapi-2.6.43.ebuild b/net-dialup/fritzcapi/fritzcapi-2.6.43.ebuild
index 6fe4d00efc15..7acab9d8b682 100644
--- a/net-dialup/fritzcapi/fritzcapi-2.6.43.ebuild
+++ b/net-dialup/fritzcapi/fritzcapi-2.6.43.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/net-dialup/fritzcapi/fritzcapi-2.6.43.ebuild,v 1.10 2007/02/06 18:25:52 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/fritzcapi/fritzcapi-2.6.43.ebuild,v 1.11 2007/05/02 07:53:25 genone Exp $
inherit linux-mod rpm eutils
@@ -68,12 +68,12 @@ pkg_setup() {
die "Module ${USERCARD} not present in ${P}"
done
else
- einfo
- einfo "You can control the modules which are built with the variable"
- einfo "FRITZCAPI_CARDS which should contain a blank separated list"
- einfo "of a selection from the following cards:"
- einfo " ${FRITZCAPI_MODULES[*]}"
- einfo
+ elog
+ elog "You can control the modules which are built with the variable"
+ elog "FRITZCAPI_CARDS which should contain a blank separated list"
+ elog "of a selection from the following cards:"
+ elog " ${FRITZCAPI_MODULES[*]}"
+ elog
ewarn "I give you the chance of hitting Ctrl-C and make the necessary"
ewarn "adjustments in /etc/make.conf."
ebeep
@@ -92,7 +92,7 @@ pkg_setup() {
done
fi
- einfo "Selected cards: ${FRITZCAPI_BUILD_CARDS}"
+ elog "Selected cards: ${FRITZCAPI_BUILD_CARDS}"
}
src_unpack() {
@@ -137,11 +137,11 @@ src_install() {
pkg_postinst() {
linux-mod_pkg_postinst
- einfo "If your device needs a firmware, you should edit copy the firmware files"
- einfo "in /lib/firmware and edit /etc/capi.conf."
- einfo
+ elog "If your device needs a firmware, you should edit copy the firmware files"
+ elog "in /lib/firmware and edit /etc/capi.conf."
+ elog
[ "${FRITZCAPI_BUILD_TARGETS/usb2/}" != "${FRITZCAPI_BUILD_TARGETS}" ] && (
- einfo "Note: This ebuild has already installed firmware files necessary for following modules:"
- einfo " fcusb2"
+ elog "Note: This ebuild has already installed firmware files necessary for following modules:"
+ elog " fcusb2"
)
}
diff --git a/net-dialup/globespan-adsl/ChangeLog b/net-dialup/globespan-adsl/ChangeLog
index 3e6c4445bcdc..321520f8a4c3 100644
--- a/net-dialup/globespan-adsl/ChangeLog
+++ b/net-dialup/globespan-adsl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/globespan-adsl
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/globespan-adsl/ChangeLog,v 1.19 2006/10/23 07:53:06 mrness Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/globespan-adsl/ChangeLog,v 1.20 2007/05/02 07:54:52 genone Exp $
+
+ 02 May 2007; Marius Mauch <genone@gentoo.org> globespan-adsl-0.10.ebuild,
+ globespan-adsl-0.11.ebuild:
+ Replacing einfo with elog
23 Oct 2006; Alin Nastac <mrness@gentoo.org> globespan-adsl-0.10.ebuild,
globespan-adsl-0.11.ebuild:
diff --git a/net-dialup/globespan-adsl/globespan-adsl-0.10.ebuild b/net-dialup/globespan-adsl/globespan-adsl-0.10.ebuild
index d6d96d0431a5..3c675317b762 100644
--- a/net-dialup/globespan-adsl/globespan-adsl-0.10.ebuild
+++ b/net-dialup/globespan-adsl/globespan-adsl-0.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/net-dialup/globespan-adsl/globespan-adsl-0.10.ebuild,v 1.7 2006/10/23 07:53:06 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/globespan-adsl/globespan-adsl-0.10.ebuild,v 1.8 2007/05/02 07:54:52 genone Exp $
inherit fixheadtails
@@ -43,15 +43,15 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Package succesfully installed you should now run "
- einfo "eciconf.sh (graphical, requires TCL/TK) or eciconftxt.sh"
- einfo
- einfo "Paquetage installé avec succés vous devriez maintenant"
- einfo "executer eciconf.sh (qui requiert TCL/TK) ou eciconftxt.sh"
- einfo
+ elog
+ elog "Package succesfully installed you should now run "
+ elog "eciconf.sh (graphical, requires TCL/TK) or eciconftxt.sh"
+ elog
+ elog "Paquetage installé avec succés vous devriez maintenant"
+ elog "executer eciconf.sh (qui requiert TCL/TK) ou eciconftxt.sh"
+ elog
ewarn "Please note that if you're using a 2.6.x kernel you'll"
ewarn "probably need to apply a patch to fix a USB bug. See"
ewarn "http://eciadsl.flashtux.org/download/beta/"
- einfo
+ ewarn
}
diff --git a/net-dialup/globespan-adsl/globespan-adsl-0.11.ebuild b/net-dialup/globespan-adsl/globespan-adsl-0.11.ebuild
index 7d6d900add47..4d001217c82e 100644
--- a/net-dialup/globespan-adsl/globespan-adsl-0.11.ebuild
+++ b/net-dialup/globespan-adsl/globespan-adsl-0.11.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/net-dialup/globespan-adsl/globespan-adsl-0.11.ebuild,v 1.3 2006/10/23 07:53:06 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/globespan-adsl/globespan-adsl-0.11.ebuild,v 1.4 2007/05/02 07:54:52 genone Exp $
MY_PN="eciadsl-usermode-${PV}"
@@ -25,15 +25,15 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Package succesfully installed you should now run "
- einfo "eciconf.sh (graphical, requires TCL/TK) or eciconftxt.sh"
- einfo
- einfo "Paquetage installé avec succés vous devriez maintenant"
- einfo "executer eciconf.sh (qui requiert TCL/TK) ou eciconftxt.sh"
- einfo
+ elog
+ elog "Package succesfully installed you should now run "
+ elog "eciconf.sh (graphical, requires TCL/TK) or eciconftxt.sh"
+ elog
+ elog "Paquetage installé avec succés vous devriez maintenant"
+ elog "executer eciconf.sh (qui requiert TCL/TK) ou eciconftxt.sh"
+ elog
ewarn "Please note that if you're using a 2.6.x kernel you'll"
ewarn "probably need to apply a patch to fix a USB bug. See"
ewarn "http://eciadsl.flashtux.org/download/beta/"
- einfo
+ ewarn
}
diff --git a/net-dialup/gtkterm/ChangeLog b/net-dialup/gtkterm/ChangeLog
index ed599f6a15c1..80132e856ee4 100644
--- a/net-dialup/gtkterm/ChangeLog
+++ b/net-dialup/gtkterm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/gtkterm
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtkterm/ChangeLog,v 1.18 2007/03/14 22:05:42 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtkterm/ChangeLog,v 1.19 2007/05/02 07:56:36 genone Exp $
+
+ 02 May 2007; Marius Mauch <genone@gentoo.org> gtkterm-0.99.5-r1.ebuild:
+ Replacing einfo with elog
*gtkterm-0.99.5-r1 (14 Mar 2007)
diff --git a/net-dialup/gtkterm/gtkterm-0.99.5-r1.ebuild b/net-dialup/gtkterm/gtkterm-0.99.5-r1.ebuild
index db95b277fe93..2e9c68aeca6f 100644
--- a/net-dialup/gtkterm/gtkterm-0.99.5-r1.ebuild
+++ b/net-dialup/gtkterm/gtkterm-0.99.5-r1.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/net-dialup/gtkterm/gtkterm-0.99.5-r1.ebuild,v 1.1 2007/03/14 22:05:42 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtkterm/gtkterm-0.99.5-r1.ebuild,v 1.2 2007/05/02 07:56:36 genone Exp $
DESCRIPTION="A serial port terminal written in GTK+, similar to Windows' HyperTerminal."
HOMEPAGE="http://www.jls-info.com/julien/linux/"
@@ -52,8 +52,8 @@ src_install() {
MY_LINGUAS="${MY_AVAILABLE_LINGUAS}"
fi
- einfo "Locale messages will be installed for following languages:"
- einfo " ${MY_LINGUAS}"
+ elog "Locale messages will be installed for following languages:"
+ elog " ${MY_LINGUAS}"
for lang in ${MY_LINGUAS}; do
msgfmt -o ${lang}.mo ${lang}.po && \