diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-08 04:45:59 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-08 04:45:59 +0000 |
commit | 939a855c6a04b6c76ac4955d252ae7ff89a16e27 (patch) | |
tree | 18a5ad7e2adf7d317a8c1b50fcc536f00c04681e /dev-php/php-cvs | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-939a855c6a04b6c76ac4955d252ae7ff89a16e27.tar.gz gentoo-2-939a855c6a04b6c76ac4955d252ae7ff89a16e27.tar.bz2 gentoo-2-939a855c6a04b6c76ac4955d252ae7ff89a16e27.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-php/php-cvs')
-rw-r--r-- | dev-php/php-cvs/Manifest | 4 | ||||
-rw-r--r-- | dev-php/php-cvs/php-cvs-5.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-php/php-cvs/php-cvs-5.0.ebuild | 12 |
3 files changed, 11 insertions, 11 deletions
diff --git a/dev-php/php-cvs/Manifest b/dev-php/php-cvs/Manifest index f3e3f8549d8e..73c7a47b5485 100644 --- a/dev-php/php-cvs/Manifest +++ b/dev-php/php-cvs/Manifest @@ -1,5 +1,5 @@ -MD5 14526d0d58408614dc6d4ea372023b42 php-cvs-5.0-r1.ebuild 1012 -MD5 65fd9d07d744cdd12207e839b4024c00 php-cvs-5.0.ebuild 1366 MD5 e73f2ee3f128114da2cd3f95b117704c ChangeLog 793 +MD5 041752d75da39d0d71463c5bd60e59f7 php-cvs-5.0.ebuild 1359 +MD5 d170f1a802a4ddb4925e535f1669ad9c php-cvs-5.0-r1.ebuild 1011 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-php-cvs-5.0 0 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-php-cvs-5.0-r1 0 diff --git a/dev-php/php-cvs/php-cvs-5.0-r1.ebuild b/dev-php/php-cvs/php-cvs-5.0-r1.ebuild index 735e70b257cc..38abc707739a 100644 --- a/dev-php/php-cvs/php-cvs-5.0-r1.ebuild +++ b/dev-php/php-cvs/php-cvs-5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cvs/php-cvs-5.0-r1.ebuild,v 1.1 2003/06/30 21:18:45 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cvs/php-cvs-5.0-r1.ebuild,v 1.2 2003/09/08 04:45:56 msterret Exp $ ECVS_SERVER="cvs.php.net:/repository" ECVS_MODULE="php5" @@ -19,7 +19,7 @@ DESCRIPTION="PHP Shell Interpreter - development version" SRC_URI="" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" -DEPEND="${DEPEND} +DEPEND="${DEPEND} >=dev-util/re2c-0.9.1" src_unpack() { @@ -39,7 +39,7 @@ src_compile() { src_install() { php_src_install - + exeinto /usr/bin doexe sapi/cli/php diff --git a/dev-php/php-cvs/php-cvs-5.0.ebuild b/dev-php/php-cvs/php-cvs-5.0.ebuild index fe2ca9643787..4149d08866d4 100644 --- a/dev-php/php-cvs/php-cvs-5.0.ebuild +++ b/dev-php/php-cvs/php-cvs-5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cvs/php-cvs-5.0.ebuild,v 1.4 2003/06/30 18:59:32 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cvs/php-cvs-5.0.ebuild,v 1.5 2003/09/08 04:45:56 msterret Exp $ ECVS_SERVER="cvs.php.net:/repository" ECVS_MODULE="php5" @@ -19,7 +19,7 @@ DESCRIPTION="PHP Shell Interpreter - development version" SRC_URI="" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" -DEPEND="${DEPEND} +DEPEND="${DEPEND} >=dev-util/re2c-0.9.1" src_unpack() { @@ -40,11 +40,11 @@ src_compile() { src_install() { installtargets="${installtargets} install-cli" php_src_install - + cp sapi/cli/php . exeinto /usr/bin doexe php - + #We'll keep that as php4 for the mean time, to avoid accidents mv php.ini-dist php.ini insinto /etc/php4 @@ -60,8 +60,8 @@ pkg_postinst() { chmod 755 /usr/bin/pear # This is more correct information. - einfo + einfo einfo "This is a CLI only build." einfo "You can not use it on a webserver." - einfo + einfo } |