diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-07-15 15:55:48 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-07-15 15:55:48 +0000 |
commit | d76747d446965bed70112ee4802f7736119654fc (patch) | |
tree | 3330cfc0104d7f70df4178c39cc8483030f026bd /dev-php/PEAR-Console_Color | |
parent | Drop perl-5.12.1 as provider again to silence the deprecation warnings issued... (diff) | |
download | gentoo-2-d76747d446965bed70112ee4802f7736119654fc.tar.gz gentoo-2-d76747d446965bed70112ee4802f7736119654fc.tar.bz2 gentoo-2-d76747d446965bed70112ee4802f7736119654fc.zip |
Initial commit
(Portage version: 2.1.8.3/cvs/Linux x86_64)
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.2.ebuild | 12 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Color/metadata.xml | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/dev-php/PEAR-Console_Color/ChangeLog b/dev-php/PEAR-Console_Color/ChangeLog new file mode 100644 index 000000000000..dc936aa4161a --- /dev/null +++ b/dev-php/PEAR-Console_Color/ChangeLog @@ -0,0 +1,10 @@ +# 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 $ + +*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.2.ebuild b/dev-php/PEAR-Console_Color/PEAR-Console_Color-1.0.2.ebuild new file mode 100644 index 000000000000..e55523a20b95 --- /dev/null +++ b/dev-php/PEAR-Console_Color/PEAR-Console_Color-1.0.2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 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.2.ebuild,v 1.1 2010/07/15 15:55:48 beandog Exp $ + +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="" diff --git a/dev-php/PEAR-Console_Color/metadata.xml b/dev-php/PEAR-Console_Color/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/PEAR-Console_Color/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>php</herd> +</pkgmetadata> |