summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-04-30 20:06:06 +0000
committerMarius Mauch <genone@gentoo.org>2007-04-30 20:06:06 +0000
commit021f00ea3b46895ff143095a61c63de660d52f92 (patch)
tree0cebd8ad198988468ab4a93e889bdd9a48e33658 /app-crypt
parent Remove incorrectly applied patch, remove virtual/x11 dependency. (diff)
downloadgentoo-2-021f00ea3b46895ff143095a61c63de660d52f92.tar.gz
gentoo-2-021f00ea3b46895ff143095a61c63de660d52f92.tar.bz2
gentoo-2-021f00ea3b46895ff143095a61c63de660d52f92.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/seahorse/ChangeLog6
-rw-r--r--app-crypt/seahorse/seahorse-1.0.1.ebuild16
-rw-r--r--app-crypt/seahorse/seahorse-1.0.ebuild16
3 files changed, 21 insertions, 17 deletions
diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog
index 26a141b5d4e0..62e8f38e9ae0 100644
--- a/app-crypt/seahorse/ChangeLog
+++ b/app-crypt/seahorse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/seahorse
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.70 2007/04/11 07:23:38 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.71 2007/04/30 20:06:06 genone Exp $
+
+ 30 Apr 2007; Marius Mauch <genone@gentoo.org> seahorse-1.0.ebuild,
+ seahorse-1.0.1.ebuild:
+ Replacing einfo with elog
*seahorse-1.0.1 (11 Apr 2007)
diff --git a/app-crypt/seahorse/seahorse-1.0.1.ebuild b/app-crypt/seahorse/seahorse-1.0.1.ebuild
index e8f725f92025..77314136b770 100644
--- a/app-crypt/seahorse/seahorse-1.0.1.ebuild
+++ b/app-crypt/seahorse/seahorse-1.0.1.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-crypt/seahorse/seahorse-1.0.1.ebuild,v 1.1 2007/04/11 07:23:38 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-1.0.1.ebuild,v 1.2 2007/04/30 20:06:06 genone Exp $
inherit gnome2 eutils flag-o-matic
@@ -50,18 +50,18 @@ DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
pkg_setup() {
if ! use dbus ; then
if use gedit ; then
- einfo
- einfo "The GEdit plugin requires that you build seahorse with DBUS support."
- einfo
+ elog
+ elog "The GEdit plugin requires that you build seahorse with DBUS support."
+ elog
fi
if use gnome ; then
- einfo
- einfo "The panel applet requires that you build seahorse with DBUS support."
- einfo
+ elog
+ elog "The panel applet requires that you build seahorse with DBUS support."
+ elog
fi
- einfo "Please add dbus to your USE flags and re-emerge seahorse"
+ eerror "Please add dbus to your USE flags and re-emerge seahorse"
eerror "plugins require dbus support"
fi
diff --git a/app-crypt/seahorse/seahorse-1.0.ebuild b/app-crypt/seahorse/seahorse-1.0.ebuild
index e409b0d07d14..3653f5abf0b9 100644
--- a/app-crypt/seahorse/seahorse-1.0.ebuild
+++ b/app-crypt/seahorse/seahorse-1.0.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-crypt/seahorse/seahorse-1.0.ebuild,v 1.4 2007/03/26 01:09:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-1.0.ebuild,v 1.5 2007/04/30 20:06:06 genone Exp $
inherit gnome2 eutils flag-o-matic
@@ -50,18 +50,18 @@ DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
pkg_setup() {
if ! use dbus ; then
if use gedit ; then
- einfo
- einfo "The GEdit plugin requires that you build seahorse with DBUS support."
- einfo
+ elog
+ elog "The GEdit plugin requires that you build seahorse with DBUS support."
+ elog
fi
if use gnome ; then
- einfo
- einfo "The panel applet requires that you build seahorse with DBUS support."
- einfo
+ elog
+ elog "The panel applet requires that you build seahorse with DBUS support."
+ elog
fi
- einfo "Please add dbus to your USE flags and re-emerge seahorse"
+ eerror "Please add dbus to your USE flags and re-emerge seahorse"
eerror "plugins require dbus support"
fi