diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-04 23:23:24 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-04 23:23:24 +0000 |
commit | 54af853f85d29d4f723a898fabc58b23f271cb6d (patch) | |
tree | ee613852ab25ef4b03d1c2e1f28041289acdfa9f /dev-php/php/php-4.3.6.ebuild | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-54af853f85d29d4f723a898fabc58b23f271cb6d.tar.gz gentoo-2-54af853f85d29d4f723a898fabc58b23f271cb6d.tar.bz2 gentoo-2-54af853f85d29d4f723a898fabc58b23f271cb6d.zip |
make things quieter, and mark 4.3.6 stable on x86
Diffstat (limited to 'dev-php/php/php-4.3.6.ebuild')
-rw-r--r-- | dev-php/php/php-4.3.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/php/php-4.3.6.ebuild b/dev-php/php/php-4.3.6.ebuild index e890b9c04025..2e0c756e69fa 100644 --- a/dev-php/php/php-4.3.6.ebuild +++ b/dev-php/php/php-4.3.6.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.6.ebuild,v 1.1 2004/04/17 01:42:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.6.ebuild,v 1.2 2004/05/04 23:23:24 robbat2 Exp $ PHPSAPI="cli" inherit php-sapi eutils DESCRIPTION="PHP Shell Interpreter" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64" src_unpack() { php-sapi_src_unpack @@ -38,7 +38,7 @@ pkg_postinst() { einfo "This is a CLI only build." einfo "You cannot use it on a webserver." - if [ "`md5sum ${ROOT}/root/.pearrc`" = "f0243f51b2457bc545158cf066e4e7a2 ${ROOT}/root/.pearrc" ]; then + if [ -f "${ROOT}/root/.pearrc" -a "`md5sum ${ROOT}/root/.pearrc`" = "f0243f51b2457bc545158cf066e4e7a2 ${ROOT}/root/.pearrc" ]; then einfo "Cleaning up an old PEAR install glitch" mv ${ROOT}/root/.pearrc ${ROOT}/root/.pearrc.`date +%Y%m%d%H%M%S` fi |