diff options
author | Renat Lumpau <rl03@gentoo.org> | 2006-07-09 20:58:23 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2006-07-09 20:58:23 +0000 |
commit | 169be99ad750243026b8103c52ea2e116d91d2d8 (patch) | |
tree | f5e2bdc40480c228df4ec89881115476765a2309 /www-apps/groupoffice | |
parent | Housekeeping; einfo->elog. (diff) | |
download | historical-169be99ad750243026b8103c52ea2e116d91d2d8.tar.gz historical-169be99ad750243026b8103c52ea2e116d91d2d8.tar.bz2 historical-169be99ad750243026b8103c52ea2e116d91d2d8.zip |
Housekeeping; einfo->elog
Package-Manager: portage-2.1
Diffstat (limited to 'www-apps/groupoffice')
-rw-r--r-- | www-apps/groupoffice/ChangeLog | 10 | ||||
-rw-r--r-- | www-apps/groupoffice/groupoffice-2.13.ebuild | 10 |
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\"" |