diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-01-18 20:26:21 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-01-18 20:26:21 +0000 |
commit | ee75b5ceefca1f4a2098a25758c7117122952325 (patch) | |
tree | 8af7e0a7db193cc59073bbc34873f5da0c241e38 /dev-php/PEAR-Net_Server | |
parent | arm stable, bug #393007 (diff) | |
download | gentoo-2-ee75b5ceefca1f4a2098a25758c7117122952325.tar.gz gentoo-2-ee75b5ceefca1f4a2098a25758c7117122952325.tar.bz2 gentoo-2-ee75b5ceefca1f4a2098a25758c7117122952325.zip |
EAPI bump, license fix
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Net_Server')
-rw-r--r-- | dev-php/PEAR-Net_Server/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Net_Server/PEAR-Net_Server-1.0.2-r1.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_Server/ChangeLog b/dev-php/PEAR-Net_Server/ChangeLog index 3505d1bf87f8..5705beb6dc2e 100644 --- a/dev-php/PEAR-Net_Server/ChangeLog +++ b/dev-php/PEAR-Net_Server/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Net_Server -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Server/ChangeLog,v 1.27 2007/12/06 00:41:57 jokey Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Server/ChangeLog,v 1.28 2012/01/18 20:26:21 mabi Exp $ + +*PEAR-Net_Server-1.0.2-r1 (18 Jan 2012) + + 18 Jan 2012; Matti Bickel <mabi@gentoo.org> +PEAR-Net_Server-1.0.2-r1.ebuild: + EAPI bump, license fix 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> -PEAR-Net_Server-0.12.0-r1.ebuild, PEAR-Net_Server-1.0.2.ebuild: diff --git a/dev-php/PEAR-Net_Server/PEAR-Net_Server-1.0.2-r1.ebuild b/dev-php/PEAR-Net_Server/PEAR-Net_Server-1.0.2-r1.ebuild new file mode 100644 index 000000000000..85693468aacc --- /dev/null +++ b/dev-php/PEAR-Net_Server/PEAR-Net_Server-1.0.2-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Server/PEAR-Net_Server-1.0.2-r1.ebuild,v 1.1 2012/01/18 20:26:21 mabi Exp $ + +EAPI="4" + +inherit php-pear-r1 + +DESCRIPTION="Generic server class for PHP." + +LICENSE="PHP-3.01" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="dev-lang/php[sockets]" + +pkg_postinst() { + if ! has_version "dev-lang/php[pcntl]" ; then + elog "${PN} can optionally use dev-lang/php pcntl features." + elog "If you want those, recompile dev-lang/php with this flag in USE." + fi +} |