diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-10-29 17:10:04 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-10-29 17:10:04 +0000 |
commit | 2fcba31ec67d66113029cc8565f3c06f16dd317a (patch) | |
tree | 82f4abbc439d095d373e7e4e2a423836eb84f833 /app-doc/php-docs/php-docs-20050822.ebuild | |
parent | Stable on all, remove old (diff) | |
download | gentoo-2-2fcba31ec67d66113029cc8565f3c06f16dd317a.tar.gz gentoo-2-2fcba31ec67d66113029cc8565f3c06f16dd317a.tar.bz2 gentoo-2-2fcba31ec67d66113029cc8565f3c06f16dd317a.zip |
Stable on all, remove old
(Portage version: 2.1.3.16)
Diffstat (limited to 'app-doc/php-docs/php-docs-20050822.ebuild')
-rw-r--r-- | app-doc/php-docs/php-docs-20050822.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/app-doc/php-docs/php-docs-20050822.ebuild b/app-doc/php-docs/php-docs-20050822.ebuild deleted file mode 100644 index 0fa153e2a85b..000000000000 --- a/app-doc/php-docs/php-docs-20050822.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/php-docs/php-docs-20050822.ebuild,v 1.13 2006/09/03 20:41:52 kumba Exp $ - -DESCRIPTION="HTML documentation for PHP" -HOMEPAGE="http://www.php.net/download-docs.php" -SRC_URI="http://dev.gentoo.org/~stuart/php/${PN}-${PVR}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -S=${WORKDIR}/html - -src_install() { - # the whole structure is too much to do with a simple dohtml * - - for x in a b c d e f g h i j k l m n o p q r s t u v w x y z ; do - dohtml function.$x* - rm function.$x* - done - - # what's left will fit into a single dohtml * - dohtml * -} - -pkg_postinst() { - einfo "Creating symlink to PHP manual at /usr/share/php-docs" - [[ -e /usr/share/php-docs ]] && rm -f /usr/share/php-docs - ln -s /usr/share/doc/php-docs-${PVR}/html /usr/share/php-docs -} |