summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-04 07:25:46 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-04 07:25:46 +0000
commit1bd850687322fb2a1fc7e3d7a19a12f478a67a43 (patch)
tree6c4be54ad93174530990c18b65cb0aa230f7c236 /app-portage
parentReplacing einfo with elog (diff)
downloadgentoo-2-1bd850687322fb2a1fc7e3d7a19a12f478a67a43.tar.gz
gentoo-2-1bd850687322fb2a1fc7e3d7a19a12f478a67a43.tar.bz2
gentoo-2-1bd850687322fb2a1fc7e3d7a19a12f478a67a43.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gatt-svn/ChangeLog5
-rw-r--r--app-portage/gatt-svn/gatt-svn-9999.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/app-portage/gatt-svn/ChangeLog b/app-portage/gatt-svn/ChangeLog
index 10ada1a96bd9..091b40fc62c2 100644
--- a/app-portage/gatt-svn/ChangeLog
+++ b/app-portage/gatt-svn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/gatt-svn
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/ChangeLog,v 1.6 2007/02/13 13:24:51 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/ChangeLog,v 1.7 2007/03/04 07:25:46 genone Exp $
+
+ 04 Mar 2007; Marius Mauch <genone@gentoo.org> gatt-svn-9999.ebuild:
+ Replacing einfo with elog
13 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> gatt-svn-9999.ebuild:
Add ~amd64 wrt bug #163745.
diff --git a/app-portage/gatt-svn/gatt-svn-9999.ebuild b/app-portage/gatt-svn/gatt-svn-9999.ebuild
index 6ff8b50e6223..947ad25a1596 100644
--- a/app-portage/gatt-svn/gatt-svn-9999.ebuild
+++ b/app-portage/gatt-svn/gatt-svn-9999.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-portage/gatt-svn/gatt-svn-9999.ebuild,v 1.6 2007/02/13 13:24:51 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/gatt-svn-9999.ebuild,v 1.7 2007/03/04 07:25:46 genone Exp $
inherit subversion
@@ -29,9 +29,9 @@ pkg_setup() {
ewarn "This is an Subversion snapshot, so no functionality is"
ewarn "guaranteed! Better not use it as root for now and backup"
ewarn "at least your data in /etc/portage/!"
- einfo
- einfo "Read the README file to learn how to use the Gentoo Arch"
- einfo "Testing Tool"
+ elog
+ elog "Read the README file to learn how to use the Gentoo Arch"
+ elog "Testing Tool"
ebeep
}