summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php5/onphp/onphp-0.8.4.ebuild')
-rw-r--r--dev-php5/onphp/onphp-0.8.4.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-php5/onphp/onphp-0.8.4.ebuild b/dev-php5/onphp/onphp-0.8.4.ebuild
deleted file mode 100644
index 280ba27a4b59..000000000000
--- a/dev-php5/onphp/onphp-0.8.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/onphp-0.8.4.ebuild,v 1.3 2007/02/13 20:35:32 mr_bones_ Exp $
-
-inherit php-lib-r1
-
-KEYWORDS="x86 amd64"
-DESCRIPTION="onPHP is the GPL'ed multi-purpose object-oriented PHP framework."
-HOMEPAGE="http://onphp.org/"
-SRC_URI="http://onphp.org/download/${P}.tar.bz2
- doc? ( http://onphp.org/download/${PN}-api-${PV}.tar.bz2 )"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc"
-
-# since need_php51 is missing
-DEPEND=">=dev-lang/php-5.1"
-RDEPEND=">=dev-lang/php-5.1"
-PHP_VERSION="5"
-PHP_SHARED_CAT="php5"
-
-src_install() {
- has_php
-
- if use doc ; then
- for doc in `find doc -maxdepth 1 -type f -print`; do
- dodoc ${doc}
- done
-
- dohtml -r "${WORKDIR}/${PN}-api-${PV}/"*
- fi
-
- php-lib-r1_src_install ./ global.inc.php.tpl
- php-lib-r1_src_install ./ `find core main meta -type f -print`
-}