summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2006-07-09 20:58:23 +0000
committerRenat Lumpau <rl03@gentoo.org>2006-07-09 20:58:23 +0000
commita6d0ed86e60f290063685c9f5df73aa9d1f764e1 (patch)
tree260057091723c0cd355dcfe4c3694eb92781cfae
parentHousekeeping; einfo->elog. (diff)
downloadgentoo-2-a6d0ed86e60f290063685c9f5df73aa9d1f764e1.tar.gz
gentoo-2-a6d0ed86e60f290063685c9f5df73aa9d1f764e1.tar.bz2
gentoo-2-a6d0ed86e60f290063685c9f5df73aa9d1f764e1.zip
Housekeeping; einfo->elog
(Portage version: 2.1)
-rw-r--r--www-apps/groupoffice/ChangeLog10
-rw-r--r--www-apps/groupoffice/groupoffice-2.13.ebuild10
2 files changed, 13 insertions, 7 deletions
diff --git a/www-apps/groupoffice/ChangeLog b/www-apps/groupoffice/ChangeLog
index a3c0deb8655e..a172f3bfe407 100644
--- a/www-apps/groupoffice/ChangeLog
+++ b/www-apps/groupoffice/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-apps/groupoffice
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/ChangeLog,v 1.11 2005/09/17 11:31:27 kloeri Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/ChangeLog,v 1.12 2006/07/09 20:58:23 rl03 Exp $
+
+ 09 Jul 2006; Renat Lumpau <rl03@gentoo.org> -files/postinstall-en.txt,
+ -groupoffice-2.09.ebuild, -groupoffice-2.10.ebuild,
+ -groupoffice-2.11a.ebuild, -groupoffice-2.12.ebuild,
+ groupoffice-2.13.ebuild:
+ Housekeeping; einfo->elog
22 Aug 2005; Renat Lumpau <rl03@gentoo.org> files/postinstall2-en.txt:
Housekeeping
diff --git a/www-apps/groupoffice/groupoffice-2.13.ebuild b/www-apps/groupoffice/groupoffice-2.13.ebuild
index ed503f981ed3..eeff1c9b09d2 100644
--- a/www-apps/groupoffice/groupoffice-2.13.ebuild
+++ b/www-apps/groupoffice/groupoffice-2.13.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/groupoffice-2.13.ebuild,v 1.2 2005/08/21 17:20:15 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/groupoffice-2.13.ebuild,v 1.3 2006/07/09 20:58:23 rl03 Exp $
inherit eutils webapp
@@ -18,9 +18,9 @@ DEPEND="virtual/php
pkg_setup() {
webapp_pkg_setup
- einfo "PHP needs to be compiled with iconv support"
- einfo "If you are using php-4*, be sure it's compiled with USE=nls"
- einfo "If you are using php-5*, be sure it's compiled with USE=iconv"
+ elog "PHP needs to be compiled with iconv support"
+ elog "If you are using php-4*, be sure it's compiled with USE=nls"
+ elog "If you are using php-5*, be sure it's compiled with USE=iconv"
if ! built_with_use virtual/php imap mysql; then
ewarn "PHP needs to be compiled with IMAP and MySQL support."
die "Recompile php with USE=\"imap mysql\""