diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-08-15 23:32:08 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-08-15 23:32:08 +0000 |
commit | 9c6d520832bc428627ce0247ca71b386b650891a (patch) | |
tree | 1218b4acf85d038da2d6146b057ea51adaeaf8b4 /www-apps/mambo | |
parent | Removing old maya-5 from portage. If someone is still using that old verion,... (diff) | |
download | gentoo-2-9c6d520832bc428627ce0247ca71b386b650891a.tar.gz gentoo-2-9c6d520832bc428627ce0247ca71b386b650891a.tar.bz2 gentoo-2-9c6d520832bc428627ce0247ca71b386b650891a.zip |
minor cleanup
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps/mambo')
-rw-r--r-- | www-apps/mambo/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/mambo/Manifest | 14 | ||||
-rw-r--r-- | www-apps/mambo/files/postinstall-en.txt | 3 | ||||
-rw-r--r-- | www-apps/mambo/mambo-4.5.2.3.ebuild | 4 |
4 files changed, 11 insertions, 16 deletions
diff --git a/www-apps/mambo/ChangeLog b/www-apps/mambo/ChangeLog index bbb57dc5c4b4..0f7305df718d 100644 --- a/www-apps/mambo/ChangeLog +++ b/www-apps/mambo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/mambo # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mambo/ChangeLog,v 1.13 2005/07/03 18:11:11 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mambo/ChangeLog,v 1.14 2005/08/15 23:32:07 rl03 Exp $ + + 15 Aug 2005; Renat Lumpau <rl03@gentoo.org> files/postinstall-en.txt, + mambo-4.5.2.3.ebuild: + minor cleanup 03 Jul 2005; Renat Lumpau <rl03@gentoo.org> mambo-4.5.2.3.ebuild: Clean up pkg_config. Fix #71289 diff --git a/www-apps/mambo/Manifest b/www-apps/mambo/Manifest index b3ca18e1136a..aeca5ab84009 100644 --- a/www-apps/mambo/Manifest +++ b/www-apps/mambo/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 5d2f02a63099a6c70f6f0e44b3c9dd6e mambo-4.5.2.3.ebuild 2934 +MD5 9b5534449ae3147d41bc4c2720779806 mambo-4.5.2.3.ebuild 2928 MD5 88b5493f75a45f5915bb2cbad521cd95 ChangeLog 2022 MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 -MD5 e061f7e080ca70cc58815179056d3313 files/postinstall-en.txt 925 +MD5 478117b4add9c425dcb3e2051e90dcb6 files/postinstall-en.txt 952 MD5 6c941a8ae21f670067d3ce092d91b9cc files/digest-mambo-4.5.2.3 73 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCyCpXEzitwsaoONoRAos1AJ9Z/HiDt93XrLYvqSsg0INSZbmikgCfV7n7 -6x/dSFp+BgypPas0LjyeybQ= -=kwio ------END PGP SIGNATURE----- diff --git a/www-apps/mambo/files/postinstall-en.txt b/www-apps/mambo/files/postinstall-en.txt index 8212a1f9e319..fd7e9ab4239e 100644 --- a/www-apps/mambo/files/postinstall-en.txt +++ b/www-apps/mambo/files/postinstall-en.txt @@ -4,7 +4,8 @@ You are almost done! 1. Restart Apache - 2. Login on http://YOURHOST and finish the installation. IMPORTANT: the web + 2. Login on http://${VHOST_HOSTNAME}${VHOST_APPDIR} + and finish the installation. IMPORTANT: the web installer will complain that configuration.php is not writeable. When you are done, create configuration.php in ${MY_INSTALLDIR} and copy the generated configuration into it. Then execute the following: diff --git a/www-apps/mambo/mambo-4.5.2.3.ebuild b/www-apps/mambo/mambo-4.5.2.3.ebuild index dec6801d216c..d943b0e051a2 100644 --- a/www-apps/mambo/mambo-4.5.2.3.ebuild +++ b/www-apps/mambo/mambo-4.5.2.3.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/mambo/mambo-4.5.2.3.ebuild,v 1.2 2005/07/03 18:11:11 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mambo/mambo-4.5.2.3.ebuild,v 1.3 2005/08/15 23:32:07 rl03 Exp $ inherit webapp eutils @@ -22,7 +22,7 @@ DEPEND="app-arch/unzip" pkg_setup () { webapp_pkg_setup - einfo "Please make sure that your PHP is compiled with zlib, XML, and MySQL support" + einfo "Please make sure that your PHP is compiled with XML, and MySQL support" } src_install () { |