diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-18 01:41:02 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-18 01:41:02 +0000 |
commit | 88bf848261ac99615e4823409302db1de6f02fbe (patch) | |
tree | cdcf7f190335394c8508c59379cc7050573cfd76 /kde-base | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-88bf848261ac99615e4823409302db1de6f02fbe.tar.gz gentoo-2-88bf848261ac99615e4823409302db1de6f02fbe.tar.bz2 gentoo-2-88bf848261ac99615e4823409302db1de6f02fbe.zip |
Replacing einfo with ewarn
(Portage version: 2.1.2.2)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kde-i18n/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kde-i18n/kde-i18n-3.5.5.ebuild | 12 | ||||
-rw-r--r-- | kde-base/kde-i18n/kde-i18n-3.5.6.ebuild | 10 |
3 files changed, 16 insertions, 12 deletions
diff --git a/kde-base/kde-i18n/ChangeLog b/kde-base/kde-i18n/ChangeLog index ea896271a251..16cb98418124 100644 --- a/kde-base/kde-i18n/ChangeLog +++ b/kde-base/kde-i18n/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kde-i18n # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-i18n/ChangeLog,v 1.131 2007/02/04 17:04:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-i18n/ChangeLog,v 1.132 2007/03/18 01:41:02 genone Exp $ + + 18 Mar 2007; Marius Mauch <genone@gentoo.org> kde-i18n-3.5.5.ebuild, + kde-i18n-3.5.6.ebuild: + Replacing einfo with ewarn 04 Feb 2007; Jeroen Roovers <jer@gentoo.org> kde-i18n-3.5.6.ebuild: Marked ~hppa (bug #foo). diff --git a/kde-base/kde-i18n/kde-i18n-3.5.5.ebuild b/kde-base/kde-i18n/kde-i18n-3.5.5.ebuild index 46752e4baf78..318df8c13ee6 100644 --- a/kde-base/kde-i18n/kde-i18n-3.5.5.ebuild +++ b/kde-base/kde-i18n/kde-i18n-3.5.5.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/kde-base/kde-i18n/kde-i18n-3.5.5.ebuild,v 1.16 2006/12/11 11:05:25 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-i18n/kde-i18n-3.5.5.ebuild,v 1.17 2007/03/18 01:41:02 genone Exp $ inherit kde @@ -30,10 +30,10 @@ src_unpack() { ewarn "contains languages not supported by kde-base/kde-i18n." ewarn "Because of that, kde-i18n will not add any kind of language" ewarn "support." - echo - einfo "If you didn't intend this to happen, the available language" - einfo "codes are:" - echo "${LANGS}" + ewarn + ewarn "If you didn't intend this to happen, the available language" + ewarn "codes are:" + ewarn "${LANGS}" echo fi diff --git a/kde-base/kde-i18n/kde-i18n-3.5.6.ebuild b/kde-base/kde-i18n/kde-i18n-3.5.6.ebuild index 34ffc9672184..7c320a679952 100644 --- a/kde-base/kde-i18n/kde-i18n-3.5.6.ebuild +++ b/kde-base/kde-i18n/kde-i18n-3.5.6.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/kde-base/kde-i18n/kde-i18n-3.5.6.ebuild,v 1.4 2007/02/04 17:04:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-i18n/kde-i18n-3.5.6.ebuild,v 1.5 2007/03/18 01:41:02 genone Exp $ inherit kde @@ -30,10 +30,10 @@ src_unpack() { ewarn "contains languages not supported by kde-base/kde-i18n." ewarn "Because of that, kde-i18n will not add any kind of language" ewarn "support." - echo - einfo "If you didn't intend this to happen, the available language" - einfo "codes are:" - echo "${LANGS}" + ewarn + ewarn "If you didn't intend this to happen, the available language" + ewarn "codes are:" + ewarn "${LANGS}" echo fi |