diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-08-22 21:02:52 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-08-22 21:02:52 +0000 |
commit | 5cb4627e3bf82fee27feb20236e94e94a4cd101f (patch) | |
tree | da3e5b6991893d1bade72b782491cbfaad153398 /www-apps/phpgroupware | |
parent | Add missing dependencies. (diff) | |
download | gentoo-2-5cb4627e3bf82fee27feb20236e94e94a4cd101f.tar.gz gentoo-2-5cb4627e3bf82fee27feb20236e94e94a4cd101f.tar.bz2 gentoo-2-5cb4627e3bf82fee27feb20236e94e94a4cd101f.zip |
Housekeeping
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps/phpgroupware')
-rw-r--r-- | www-apps/phpgroupware/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/phpgroupware/Manifest | 4 | ||||
-rw-r--r-- | www-apps/phpgroupware/files/postinstall-en.txt | 3 | ||||
-rw-r--r-- | www-apps/phpgroupware/phpgroupware-0.9.16.006.ebuild | 4 |
4 files changed, 10 insertions, 7 deletions
diff --git a/www-apps/phpgroupware/ChangeLog b/www-apps/phpgroupware/ChangeLog index 7431a2bbfc19..69fca9012eab 100644 --- a/www-apps/phpgroupware/ChangeLog +++ b/www-apps/phpgroupware/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/phpgroupware # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpgroupware/ChangeLog,v 1.15 2005/07/06 20:25:50 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpgroupware/ChangeLog,v 1.16 2005/08/22 21:02:52 rl03 Exp $ + + 22 Aug 2005; Renat Lumpau <rl03@gentoo.org> files/postinstall-en.txt, + phpgroupware-0.9.16.006.ebuild: + Housekeeping 06 Jul 2005; Simon Stelling <blubb@gentoo.org> -phpgroupware-0.9.16.004.ebuild, -phpgroupware-0.9.16.005.ebuild: diff --git a/www-apps/phpgroupware/Manifest b/www-apps/phpgroupware/Manifest index f88f5b997672..0cf82171d4c1 100644 --- a/www-apps/phpgroupware/Manifest +++ b/www-apps/phpgroupware/Manifest @@ -1,5 +1,5 @@ +MD5 b483c69d1cb77931adc0b5caf56e7d3b phpgroupware-0.9.16.006.ebuild 926 MD5 12b2888a079851f64f1106de2c322764 ChangeLog 6299 MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280 -MD5 8647c4e69b7ffc2dc0946c7085c8866c phpgroupware-0.9.16.006.ebuild 930 MD5 a6a9e83c4e8b3627e2dda944e8f87564 files/digest-phpgroupware-0.9.16.006 78 -MD5 d93f91af3aec42a3a699571b816060b2 files/postinstall-en.txt 251 +MD5 4c49e6e3cd649fbc9a097f00a1c6e395 files/postinstall-en.txt 248 diff --git a/www-apps/phpgroupware/files/postinstall-en.txt b/www-apps/phpgroupware/files/postinstall-en.txt index 03a8c5a3bc5c..c398a78570f8 100644 --- a/www-apps/phpgroupware/files/postinstall-en.txt +++ b/www-apps/phpgroupware/files/postinstall-en.txt @@ -1,9 +1,8 @@ - You are almost done! 1. Restart your webserver and your database daemon. -2. Point your browser to the URL http://<your_server_address>/phpgroupware +2. Point your browser to the URL http://${VHOST_HOSTNAME}${VHOST_APPDIR} and follow the install script. Don't forget to read the installation manual! diff --git a/www-apps/phpgroupware/phpgroupware-0.9.16.006.ebuild b/www-apps/phpgroupware/phpgroupware-0.9.16.006.ebuild index 30b4d8a3e15d..d1c4eb138e47 100644 --- a/www-apps/phpgroupware/phpgroupware-0.9.16.006.ebuild +++ b/www-apps/phpgroupware/phpgroupware-0.9.16.006.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpgroupware/phpgroupware-0.9.16.006.ebuild,v 1.3 2005/07/06 20:18:56 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpgroupware/phpgroupware-0.9.16.006.ebuild,v 1.4 2005/08/22 21:02:52 rl03 Exp $ inherit webapp @@ -13,7 +13,7 @@ IUSE="" LICENSE="GPL-2" KEYWORDS="~alpha amd64 ~hppa ppc ~sparc ~x86" -RDEPEND=">=dev-php/mod_php-4.1" +RDEPEND="virtual/httpd-php" src_unpack() { unpack ${A} |