summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-25 05:45:18 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-25 05:45:18 +0000
commit47856283b3a89aab35c1a4a15d8e0f9c0a3027be (patch)
treeac5ead11ad3e56ced8c1f46a134391926d64161c /app-office
parentReplacing einfo with elog (diff)
downloadgentoo-2-47856283b3a89aab35c1a4a15d8e0f9c0a3027be.tar.gz
gentoo-2-47856283b3a89aab35c1a4a15d8e0f9c0a3027be.tar.bz2
gentoo-2-47856283b3a89aab35c1a4a15d8e0f9c0a3027be.zip
Replacing einfo with eerror
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/qbankmanager/ChangeLog6
-rw-r--r--app-office/qbankmanager/qbankmanager-0.9.38.ebuild8
-rw-r--r--app-office/qbankmanager/qbankmanager-0.9.39.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/app-office/qbankmanager/ChangeLog b/app-office/qbankmanager/ChangeLog
index 0e71d0a7807b..3e55ba59c858 100644
--- a/app-office/qbankmanager/ChangeLog
+++ b/app-office/qbankmanager/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/qbankmanager
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/qbankmanager/ChangeLog,v 1.25 2007/01/17 04:48:18 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/qbankmanager/ChangeLog,v 1.26 2007/01/25 05:45:18 genone Exp $
+
+ 25 Jan 2007; Marius Mauch <genone@gentoo.org> qbankmanager-0.9.38.ebuild,
+ qbankmanager-0.9.39.ebuild:
+ Replacing einfo with eerror
*qbankmanager-0.9.39 (17 Jan 2007)
diff --git a/app-office/qbankmanager/qbankmanager-0.9.38.ebuild b/app-office/qbankmanager/qbankmanager-0.9.38.ebuild
index 79f4176d21e2..e79904c23465 100644
--- a/app-office/qbankmanager/qbankmanager-0.9.38.ebuild
+++ b/app-office/qbankmanager/qbankmanager-0.9.38.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/app-office/qbankmanager/qbankmanager-0.9.38.ebuild,v 1.5 2006/11/13 13:27:37 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/qbankmanager/qbankmanager-0.9.38.ebuild,v 1.6 2007/01/25 05:45:18 genone Exp $
inherit eutils qt3
@@ -19,8 +19,8 @@ S=${WORKDIR}/${P}
pkg_setup() {
if ! built_with_use net-libs/aqbanking qt3; then
- einfo "qbankmanager needs the qt3-bindings of aqbanking."
- einfo "To enable them, rebuild aqbanking with qt3 in USE."
+ eerror "qbankmanager needs the qt3-bindings of aqbanking."
+ eerror "To enable them, rebuild aqbanking with qt3 in USE."
die "aqbanking was built without qt3 support."
fi
}
diff --git a/app-office/qbankmanager/qbankmanager-0.9.39.ebuild b/app-office/qbankmanager/qbankmanager-0.9.39.ebuild
index ab45fda1966e..647789be72d2 100644
--- a/app-office/qbankmanager/qbankmanager-0.9.39.ebuild
+++ b/app-office/qbankmanager/qbankmanager-0.9.39.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/app-office/qbankmanager/qbankmanager-0.9.39.ebuild,v 1.1 2007/01/17 04:48:18 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/qbankmanager/qbankmanager-0.9.39.ebuild,v 1.2 2007/01/25 05:45:18 genone Exp $
inherit eutils qt3
@@ -19,8 +19,8 @@ S=${WORKDIR}/${P}
pkg_setup() {
if ! built_with_use net-libs/aqbanking qt3; then
- einfo "qbankmanager needs the qt3-bindings of aqbanking."
- einfo "To enable them, rebuild aqbanking with qt3 in USE."
+ eerror "qbankmanager needs the qt3-bindings of aqbanking."
+ eerror "To enable them, rebuild aqbanking with qt3 in USE."
die "aqbanking was built without qt3 support."
fi
}