diff options
author | Matti Bickel <mabi@gentoo.org> | 2013-03-25 21:01:07 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2013-03-25 21:01:07 +0000 |
commit | 1fc2dcd119dfb9076d8559b58cf8b30da2ca9207 (patch) | |
tree | e10356ef176354a2191c36dbae3cd4e6e507c846 /dev-php/PEAR-Math_Stats | |
parent | cleanup, version bump (diff) | |
download | gentoo-2-1fc2dcd119dfb9076d8559b58cf8b30da2ca9207.tar.gz gentoo-2-1fc2dcd119dfb9076d8559b58cf8b30da2ca9207.tar.bz2 gentoo-2-1fc2dcd119dfb9076d8559b58cf8b30da2ca9207.zip |
version bump
(Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)
Diffstat (limited to 'dev-php/PEAR-Math_Stats')
-rw-r--r-- | dev-php/PEAR-Math_Stats/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Math_Stats/PEAR-Math_Stats-0.9.1.ebuild | 13 |
2 files changed, 20 insertions, 3 deletions
diff --git a/dev-php/PEAR-Math_Stats/ChangeLog b/dev-php/PEAR-Math_Stats/ChangeLog index ce59ecd823fe..dbaa9bc4129d 100644 --- a/dev-php/PEAR-Math_Stats/ChangeLog +++ b/dev-php/PEAR-Math_Stats/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Math_Stats -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_Stats/ChangeLog,v 1.20 2007/12/06 00:38:21 jokey Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_Stats/ChangeLog,v 1.21 2013/03/25 21:01:07 mabi Exp $ + +*PEAR-Math_Stats-0.9.1 (25 Mar 2013) + + 25 Mar 2013; Matti Bickel <mabi@gentoo.org> +PEAR-Math_Stats-0.9.1.ebuild: + version bump 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-Math_Stats-0.9.0_beta3-r1.ebuild: @@ -88,4 +93,3 @@ 07 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, +PEAR-Math_Stats-0.9.0_beta3.ebuild: Initial ebuild, closes bug 103609. - diff --git a/dev-php/PEAR-Math_Stats/PEAR-Math_Stats-0.9.1.ebuild b/dev-php/PEAR-Math_Stats/PEAR-Math_Stats-0.9.1.ebuild new file mode 100644 index 000000000000..fb77aaaf4a53 --- /dev/null +++ b/dev-php/PEAR-Math_Stats/PEAR-Math_Stats-0.9.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_Stats/PEAR-Math_Stats-0.9.1.ebuild,v 1.1 2013/03/25 21:01:07 mabi Exp $ + +EAPI="4" + +inherit php-pear-r1 + +DESCRIPTION="Classes to calculate statistical parameters." +LICENSE="PHP-2.02" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" |