diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:33:30 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:33:30 +0000 |
commit | eb4d05a7db68dc1b415db779df47a8ac7d0af8ef (patch) | |
tree | f225d98d7df2d2439c0c6fccfcb3fbc8a7a4ac11 | |
parent | Version bump; add sasl use flag for Auth_SASL (diff) | |
download | gentoo-2-eb4d05a7db68dc1b415db779df47a8ac7d0af8ef.tar.gz gentoo-2-eb4d05a7db68dc1b415db779df47a8ac7d0af8ef.tar.bz2 gentoo-2-eb4d05a7db68dc1b415db779df47a8ac7d0af8ef.zip |
Version bump
(Portage version: 2.2_rc38/cvs/Linux x86_64)
-rw-r--r-- | dev-php/PEAR-Net_Ping/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.4.ebuild | 12 |
2 files changed, 19 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_Ping/ChangeLog b/dev-php/PEAR-Net_Ping/ChangeLog index 8047626dbf46..94f4680d3f91 100644 --- a/dev-php/PEAR-Net_Ping/ChangeLog +++ b/dev-php/PEAR-Net_Ping/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Net_Ping -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Ping/ChangeLog,v 1.9 2007/12/30 14:35:06 jokey Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Ping/ChangeLog,v 1.10 2009/08/22 19:33:30 beandog Exp $ + +*PEAR-Net_Ping-2.4.4 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-Net_Ping-2.4.4.ebuild: + Version bump *PEAR-Net_Ping-2.4.3 (30 Dec 2007) diff --git a/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.4.ebuild b/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.4.ebuild new file mode 100644 index 000000000000..2f068d83f032 --- /dev/null +++ b/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.4.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.4.ebuild,v 1.1 2009/08/22 19:33:30 beandog Exp $ + +inherit php-pear-r1 + +DESCRIPTION="OS independent wrapper class for executing ping calls." + +LICENSE="PHP-2.02" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" |