diff options
author | Renat Lumpau <rl03@gentoo.org> | 2006-07-09 21:03:33 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2006-07-09 21:03:33 +0000 |
commit | 26e5f9b4a9d6277382aba4755b12f33c2e2c3579 (patch) | |
tree | 9a8b7ae0308067faf21506709d66e3cb4b063132 /www-apps | |
parent | Pinpoint virtual/x11 version to less than 7. (diff) | |
download | gentoo-2-26e5f9b4a9d6277382aba4755b12f33c2e2c3579.tar.gz gentoo-2-26e5f9b4a9d6277382aba4755b12f33c2e2c3579.tar.bz2 gentoo-2-26e5f9b4a9d6277382aba4755b12f33c2e2c3579.zip |
einfo->elog
(Portage version: 2.1)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/phprojekt/ChangeLog | 8 | ||||
-rw-r--r-- | www-apps/phprojekt/phprojekt-4.2.3.ebuild | 6 | ||||
-rw-r--r-- | www-apps/phprojekt/phprojekt-5.0.1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/www-apps/phprojekt/ChangeLog b/www-apps/phprojekt/ChangeLog index 3bea14524e04..467eaf7adce7 100644 --- a/www-apps/phprojekt/ChangeLog +++ b/www-apps/phprojekt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/phprojekt -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/ChangeLog,v 1.18 2005/10/31 14:03:42 rl03 Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/ChangeLog,v 1.19 2006/07/09 21:03:33 rl03 Exp $ + + 09 Jul 2006; Renat Lumpau <rl03@gentoo.org> phprojekt-4.2.3.ebuild, + phprojekt-5.0.1.ebuild: + einfo->elog 31 Oct 2005; Renat Lumpau <rl03@gentoo.org> phprojekt-5.0.1.ebuild: Fixed SRC_URI diff --git a/www-apps/phprojekt/phprojekt-4.2.3.ebuild b/www-apps/phprojekt/phprojekt-4.2.3.ebuild index 88855f58133e..6819548821ba 100644 --- a/www-apps/phprojekt/phprojekt-4.2.3.ebuild +++ b/www-apps/phprojekt/phprojekt-4.2.3.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/phprojekt/phprojekt-4.2.3.ebuild,v 1.2 2005/05/30 07:13:40 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/phprojekt-4.2.3.ebuild,v 1.3 2006/07/09 21:03:33 rl03 Exp $ inherit webapp eutils @@ -28,7 +28,7 @@ src_unpack () { pkg_setup () { webapp_pkg_setup - einfo "Please make sure that your PHP is compiled with support for IMAP and your database of choice" + elog "Please make sure that your PHP is compiled with support for IMAP and your database of choice" } src_install() { diff --git a/www-apps/phprojekt/phprojekt-5.0.1.ebuild b/www-apps/phprojekt/phprojekt-5.0.1.ebuild index d144999ebc14..14bab9eb2db9 100644 --- a/www-apps/phprojekt/phprojekt-5.0.1.ebuild +++ b/www-apps/phprojekt/phprojekt-5.0.1.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/phprojekt/phprojekt-5.0.1.ebuild,v 1.3 2005/10/31 14:03:42 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/phprojekt-5.0.1.ebuild,v 1.4 2006/07/09 21:03:33 rl03 Exp $ inherit webapp @@ -21,7 +21,7 @@ RDEPEND="net-www/apache pkg_setup () { webapp_pkg_setup - einfo "Please make sure that your PHP is compiled with support for IMAP and your database of choice" + elog "Please make sure that your PHP is compiled with support for IMAP and your database of choice" } src_install() { |