summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2006-07-07 17:16:41 +0000
committerDenis Dupeyron <calchan@gentoo.org>2006-07-07 17:16:41 +0000
commit3624b02116bf06253406a1637f041ecf1b24018e (patch)
tree63f3ec277cf412d3e0f8bead58a4c98fe535ebc2 /sci-electronics
parentAdd ~x86-fbsd keyword. (diff)
downloadgentoo-2-3624b02116bf06253406a1637f041ecf1b24018e.tar.gz
gentoo-2-3624b02116bf06253406a1637f041ecf1b24018e.tar.bz2
gentoo-2-3624b02116bf06253406a1637f041ecf1b24018e.zip
Replacing some einfo occurences with elog.
(Portage version: 2.1.1_pre2-r4)
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/balsa/ChangeLog6
-rw-r--r--sci-electronics/balsa/balsa-3.4.3.ebuild14
-rw-r--r--sci-electronics/balsa/balsa-3.4.ebuild14
3 files changed, 19 insertions, 15 deletions
diff --git a/sci-electronics/balsa/ChangeLog b/sci-electronics/balsa/ChangeLog
index 2fc97ac8b204..44e42ae0e8f7 100644
--- a/sci-electronics/balsa/ChangeLog
+++ b/sci-electronics/balsa/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-electronics/balsa
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/balsa/ChangeLog,v 1.6 2006/07/02 10:46:39 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/balsa/ChangeLog,v 1.7 2006/07/07 17:16:41 calchan Exp $
+
+ 07 Jul 2006; Denis Dupeyron <calchan@gentoo.org> balsa-3.4.ebuild,
+ balsa-3.4.3.ebuild:
+ Replacing some einfo occurences with elog.
02 Jul 2006; Denis Dupeyron <calchan@gentoo.org> metadata.xml:
Adjusted metadata, see bug #138062.
diff --git a/sci-electronics/balsa/balsa-3.4.3.ebuild b/sci-electronics/balsa/balsa-3.4.3.ebuild
index 06609608cc26..38876e5e79a7 100644
--- a/sci-electronics/balsa/balsa-3.4.3.ebuild
+++ b/sci-electronics/balsa/balsa-3.4.3.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/balsa/balsa-3.4.3.ebuild,v 1.2 2005/08/23 20:44:53 chrb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/balsa/balsa-3.4.3.ebuild,v 1.3 2006/07/07 17:16:41 calchan Exp $
inherit eutils
@@ -142,11 +142,11 @@ src_install() {
pkg_postinst() {
if [ ! $TECH_AMS ]; then
- einfo "No tech libraries were installed."
- einfo "If you have the appropriate licenses request"
- einfo "the tech support files directly from balsa@cs.man.ac.uk"
- einfo "and add them to /usr/portage/distfiles before emerging."
+ elog "No tech libraries were installed."
+ elog "If you have the appropriate licenses request"
+ elog "the tech support files directly from balsa@cs.man.ac.uk"
+ elog "and add them to /usr/portage/distfiles before emerging."
else
- einfo "The AMS035 tech library was found and installed."
+ elog "The AMS035 tech library was found and installed."
fi
}
diff --git a/sci-electronics/balsa/balsa-3.4.ebuild b/sci-electronics/balsa/balsa-3.4.ebuild
index 3645977b9147..42f41af97710 100644
--- a/sci-electronics/balsa/balsa-3.4.ebuild
+++ b/sci-electronics/balsa/balsa-3.4.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/balsa/balsa-3.4.ebuild,v 1.6 2005/05/06 14:07:31 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/balsa/balsa-3.4.ebuild,v 1.7 2006/07/07 17:16:41 calchan Exp $
inherit eutils
@@ -142,11 +142,11 @@ src_install() {
pkg_postinst() {
if [ ! $TECH_AMS ]; then
- einfo "No tech libraries were installed."
- einfo "If you have the appropriate licenses request"
- einfo "the tech support files directly from balsa@cs.man.ac.uk"
- einfo "and add them to /usr/portage/distfiles before emerging."
+ elog "No tech libraries were installed."
+ elog "If you have the appropriate licenses request"
+ elog "the tech support files directly from balsa@cs.man.ac.uk"
+ elog "and add them to /usr/portage/distfiles before emerging."
else
- einfo "The AMS035 tech library was found and installed."
+ elog "The AMS035 tech library was found and installed."
fi
}