diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 15:04:46 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 15:04:46 +0000 |
commit | 6d655f30da20b173ed2d792090ef399b0287bd7e (patch) | |
tree | 74fd2db99d4c521f6a89ee1afa8f4eadc1418a5e /dev-php5/onphp/onphp-0.8.5.ebuild | |
parent | Revision bump to fix some Java QA issues. (diff) | |
download | gentoo-2-6d655f30da20b173ed2d792090ef399b0287bd7e.tar.gz gentoo-2-6d655f30da20b173ed2d792090ef399b0287bd7e.tar.bz2 gentoo-2-6d655f30da20b173ed2d792090ef399b0287bd7e.zip |
Cleanup.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-php5/onphp/onphp-0.8.5.ebuild')
-rw-r--r-- | dev-php5/onphp/onphp-0.8.5.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dev-php5/onphp/onphp-0.8.5.ebuild b/dev-php5/onphp/onphp-0.8.5.ebuild index 7582847a6e03..3acc21d0f69f 100644 --- a/dev-php5/onphp/onphp-0.8.5.ebuild +++ b/dev-php5/onphp/onphp-0.8.5.ebuild @@ -1,10 +1,11 @@ # 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.5.ebuild,v 1.2 2007/03/04 14:02:22 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/onphp-0.8.5.ebuild,v 1.3 2007/03/18 15:04:46 chtekk Exp $ inherit php-lib-r1 -KEYWORDS="x86 amd64" +KEYWORDS="amd64 x86" + 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 @@ -13,17 +14,16 @@ 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" +DEPEND="" +RDEPEND="" + +need_php_by_category src_install() { has_php if use doc ; then - for doc in `find doc -maxdepth 1 -type f -print`; do + for doc in `find doc -maxdepth 1 -type f -print` ; do dodoc ${doc} done |