diff options
author | Matti Bickel <mabi@gentoo.org> | 2013-03-24 19:29:00 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2013-03-24 19:29:00 +0000 |
commit | 39e0db50c8cde388f4f2ab7429fea5ffcee340e8 (patch) | |
tree | 8f7c3d12d983e3ae6dc1110d09a54c6b67242588 /dev-php/PEAR-Console_Color | |
parent | Version bump, multiple bug fixes, bug #461582 (diff) | |
download | gentoo-2-39e0db50c8cde388f4f2ab7429fea5ffcee340e8.tar.gz gentoo-2-39e0db50c8cde388f4f2ab7429fea5ffcee340e8.tar.bz2 gentoo-2-39e0db50c8cde388f4f2ab7429fea5ffcee340e8.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-Console_Color')
-rw-r--r-- | dev-php/PEAR-Console_Color/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Color/PEAR-Console_Color-1.0.3.ebuild | 14 |
2 files changed, 21 insertions, 3 deletions
diff --git a/dev-php/PEAR-Console_Color/ChangeLog b/dev-php/PEAR-Console_Color/ChangeLog index dc936aa4161a..e0028523c554 100644 --- a/dev-php/PEAR-Console_Color/ChangeLog +++ b/dev-php/PEAR-Console_Color/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for dev-php/PEAR-Console_Color -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Color/ChangeLog,v 1.1 2010/07/15 15:55:48 beandog Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Color/ChangeLog,v 1.2 2013/03/24 19:29:00 mabi Exp $ + +*PEAR-Console_Color-1.0.3 (24 Mar 2013) + + 24 Mar 2013; Matti Bickel <mabi@gentoo.org> +PEAR-Console_Color-1.0.3.ebuild: + version bump *PEAR-Console_Color-1.0.2 (15 Jul 2010) 15 Jul 2010; Steve Dibb <beandog@gentoo.org> +PEAR-Console_Color-1.0.2.ebuild, +metadata.xml: Initial commit - diff --git a/dev-php/PEAR-Console_Color/PEAR-Console_Color-1.0.3.ebuild b/dev-php/PEAR-Console_Color/PEAR-Console_Color-1.0.3.ebuild new file mode 100644 index 000000000000..2d483b0c9620 --- /dev/null +++ b/dev-php/PEAR-Console_Color/PEAR-Console_Color-1.0.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Color/PEAR-Console_Color-1.0.3.ebuild,v 1.1 2013/03/24 19:29:00 mabi Exp $ + +EAPI="4" + +inherit php-pear-r1 + +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +DESCRIPTION="This Class allows you to easily use ANSI console colors in your +application." +LICENSE="MIT" +SLOT="0" +IUSE="" |