| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Server/PEAR-Net_Server-1.0.2-r1.ebuild,v 1.6 2012/07/04 14:52:47 jer Exp $
|
| 4 |
|
| 5 |
EAPI="4"
|
| 6 |
|
| 7 |
inherit php-pear-r1
|
| 8 |
|
| 9 |
DESCRIPTION="Generic server class for PHP."
|
| 10 |
|
| 11 |
LICENSE="PHP-3.01"
|
| 12 |
SLOT="0"
|
| 13 |
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
|
| 14 |
IUSE=""
|
| 15 |
|
| 16 |
RDEPEND="dev-lang/php[sockets]"
|
| 17 |
|
| 18 |
pkg_postinst() {
|
| 19 |
if ! has_version "dev-lang/php[pcntl]" ; then
|
| 20 |
elog "${PN} can optionally use dev-lang/php pcntl features."
|
| 21 |
elog "If you want those, recompile dev-lang/php with this flag in USE."
|
| 22 |
fi
|
| 23 |
}
|