summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-02 00:03:51 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-02 00:03:51 +0000
commit88269f949c2cb03dd584d2dd2acfea77d19a3a40 (patch)
tree8d045f200f1bae1e11fa6ff3d450cb6d11d5f339 /app-doc
parentAdd smartcard to use.mask (diff)
downloadhistorical-88269f949c2cb03dd584d2dd2acfea77d19a3a40.tar.gz
historical-88269f949c2cb03dd584d2dd2acfea77d19a3a40.tar.bz2
historical-88269f949c2cb03dd584d2dd2acfea77d19a3a40.zip
arm KEYWORDS
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/php-docs/php-docs-200403.ebuild15
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 *
}