diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-02 00:05:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-02 00:05:18 +0000 |
commit | 0b3e9a5f303e5011829899af795369453ac9e2c4 (patch) | |
tree | 1c7993ff1a0b54e23594262db4bc2902d7fee195 /app-doc | |
parent | Add smartcard to use.mask (diff) | |
download | gentoo-2-0b3e9a5f303e5011829899af795369453ac9e2c4.tar.gz gentoo-2-0b3e9a5f303e5011829899af795369453ac9e2c4.tar.bz2 gentoo-2-0b3e9a5f303e5011829899af795369453ac9e2c4.zip |
arm KEYWORDS
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/php-docs/php-docs-200403.ebuild | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/app-doc/php-docs/php-docs-200403.ebuild b/app-doc/php-docs/php-docs-200403.ebuild index 7d5e09b55ad2..a19c1e0cf99e 100644 --- a/app-doc/php-docs/php-docs-200403.ebuild +++ b/app-doc/php-docs/php-docs-200403.ebuild @@ -1,20 +1,23 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/php-docs/php-docs-200403.ebuild,v 1.3 2004/05/12 02:45:10 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/php-docs/php-docs-200403.ebuild,v 1.4 2004/06/02 00:03:51 vapier Exp $ # if you update this ebuild, you *must* also update the php-2.eclass to # depend on the new manual -S=${WORKDIR} DESCRIPTION="HTML documentation for PHP" -SRC_URI="mirror://gentoo/php_manual_en-${PV}.tar.gz" HOMEPAGE="http://www.php.net/download-docs.php" -DEPEND="" -SLOT="0" +SRC_URI="mirror://gentoo/php_manual_en-${PV}.tar.gz" + LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha hppa ia64 amd64 mips s390" +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390" IUSE="" +DEPEND="" + +S=${WORKDIR} + src_install() { dohtml * } |