/[gentoo-x86]/dev-php/PEAR-Net_Server/PEAR-Net_Server-1.0.2-r1.ebuild
Gentoo

Contents of /dev-php/PEAR-Net_Server/PEAR-Net_Server-1.0.2-r1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (show annotations) (download)
Sun Aug 5 18:21:29 2012 UTC (9 months, 2 weeks ago) by armin76
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +2 -2 lines
alpha/ia64/sparc stable wrt #418893

(Portage version: 2.1.11.5/cvs/Linux ia64)

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 }

  ViewVC Help
Powered by ViewVC 1.1.13