summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 02:53:01 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 02:53:01 +0000
commit178a6b372228d016ebe0ef98738c64c60820935b (patch)
tree8c94d31ef9a660f45832ead5a79ffbb394ec7a25 /app-editors/screem
parentReplacing einfo with eerror (diff)
downloadgentoo-2-178a6b372228d016ebe0ef98738c64c60820935b.tar.gz
gentoo-2-178a6b372228d016ebe0ef98738c64c60820935b.tar.bz2
gentoo-2-178a6b372228d016ebe0ef98738c64c60820935b.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-editors/screem')
-rw-r--r--app-editors/screem/ChangeLog8
-rw-r--r--app-editors/screem/screem-0.16.0.ebuild16
-rw-r--r--app-editors/screem/screem-0.16.1.ebuild16
3 files changed, 22 insertions, 18 deletions
diff --git a/app-editors/screem/ChangeLog b/app-editors/screem/ChangeLog
index 36a0ee50ee32..9080cad4e221 100644
--- a/app-editors/screem/ChangeLog
+++ b/app-editors/screem/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/screem
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/screem/ChangeLog,v 1.5 2006/04/27 10:27:14 antarus Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/screem/ChangeLog,v 1.6 2007/01/24 02:53:01 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> screem-0.16.0.ebuild,
+ screem-0.16.1.ebuild:
+ Replacing einfo with elog
27 Apr 2006; Alec Warner <antarus@gentoo.org> Manifest:
Fixing duff SHA256 digests: Bug # 131293
diff --git a/app-editors/screem/screem-0.16.0.ebuild b/app-editors/screem/screem-0.16.0.ebuild
index b758c3ccb60c..1042fc5bd383 100644
--- a/app-editors/screem/screem-0.16.0.ebuild
+++ b/app-editors/screem/screem-0.16.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/app-editors/screem/screem-0.16.0.ebuild,v 1.3 2006/03/25 13:24:43 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/screem/screem-0.16.0.ebuild,v 1.4 2007/01/24 02:53:01 genone Exp $
inherit gnome2 autotools
@@ -72,11 +72,11 @@ src_unpack()
pkg_postinst() {
gnome2_pkg_postinst
- echo
- einfo "Run gconftool-2 --shutdown in order to be able to run screem."
- einfo "(As a normal user)"
- einfo "Otherwise, you will get an error about missing configuration"
- einfo "files."
- echo
+ elog
+ elog "Run gconftool-2 --shutdown in order to be able to run screem."
+ elog "(As a normal user)"
+ elog "Otherwise, you will get an error about missing configuration"
+ elog "files."
+ elog
}
diff --git a/app-editors/screem/screem-0.16.1.ebuild b/app-editors/screem/screem-0.16.1.ebuild
index 9a7e04a4e329..deff53dbd6ed 100644
--- a/app-editors/screem/screem-0.16.1.ebuild
+++ b/app-editors/screem/screem-0.16.1.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-editors/screem/screem-0.16.1.ebuild,v 1.3 2006/03/25 13:24:43 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/screem/screem-0.16.1.ebuild,v 1.4 2007/01/24 02:53:01 genone Exp $
inherit gnome2 autotools
@@ -72,11 +72,11 @@ src_unpack()
pkg_postinst() {
gnome2_pkg_postinst
- echo
- einfo "Run gconftool-2 --shutdown in order to be able to run screem."
- einfo "(As a normal user)"
- einfo "Otherwise, you will get an error about missing configuration"
- einfo "files."
- echo
+ elog
+ elog "Run gconftool-2 --shutdown in order to be able to run screem."
+ elog "(As a normal user)"
+ elog "Otherwise, you will get an error about missing configuration"
+ elog "files."
+ elog
}