diff options
author | 2009-03-16 20:58:07 +0000 | |
---|---|---|
committer | 2009-03-16 20:58:07 +0000 | |
commit | 907d386e9371715d1b47a28a0bd6d747471caee6 (patch) | |
tree | 21d21ec50d1cba289726a8b5c026bd17abc02ce3 /dev-php/awl/awl-0.34.ebuild | |
parent | games-fps/uhexen2: Update ebuild to use EAPI 2. Thanks to Cristian Ruppert an... (diff) | |
download | sunrise-907d386e9371715d1b47a28a0bd6d747471caee6.tar.gz sunrise-907d386e9371715d1b47a28a0bd6d747471caee6.tar.bz2 sunrise-907d386e9371715d1b47a28a0bd6d747471caee6.zip |
dev-php/awl: Update ebuild to use EAPI 2. Thanks to Cristian Ruppert and Thomas Sachau for review
svn path=/sunrise/; revision=8091
Diffstat (limited to 'dev-php/awl/awl-0.34.ebuild')
-rw-r--r-- | dev-php/awl/awl-0.34.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-php/awl/awl-0.34.ebuild b/dev-php/awl/awl-0.34.ebuild index 06b5c4561..1a797812f 100644 --- a/dev-php/awl/awl-0.34.ebuild +++ b/dev-php/awl/awl-0.34.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI="2" + inherit eutils php-lib-r1 DESCRIPTION="Andrew McMillan's web libraries: A collection of generic classes @@ -14,15 +16,12 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" -DEPEND="doc? ( dev-php/PEAR-PhpDocumentor )" +DEPEND="dev-lang/php[pcre,postgres,xml] + doc? ( dev-php/PEAR-PhpDocumentor )" RDEPEND="${DEPEND}" need_php5 -pkg_setup() { - require_php_with_use pcre postgres xml -} - src_compile() { if use doc ; then ebegin "Generating documentation" |