diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-12-24 14:44:14 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-12-24 14:44:14 +0000 |
commit | f53c1d4061945358c8dda4ce605f614ff9a82349 (patch) | |
tree | 730545aa4adff6d1c0a4d98290974dde6c1402f0 /dev-php/PEAR-Text_Highlighter/PEAR-Text_Highlighter-0.7.0.ebuild | |
parent | Add qt-assistant to masked qt packages (diff) | |
download | gentoo-2-f53c1d4061945358c8dda4ce605f614ff9a82349.tar.gz gentoo-2-f53c1d4061945358c8dda4ce605f614ff9a82349.tar.bz2 gentoo-2-f53c1d4061945358c8dda4ce605f614ff9a82349.zip |
New ebuild, from the php-overlay
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-php/PEAR-Text_Highlighter/PEAR-Text_Highlighter-0.7.0.ebuild')
-rw-r--r-- | dev-php/PEAR-Text_Highlighter/PEAR-Text_Highlighter-0.7.0.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-php/PEAR-Text_Highlighter/PEAR-Text_Highlighter-0.7.0.ebuild b/dev-php/PEAR-Text_Highlighter/PEAR-Text_Highlighter-0.7.0.ebuild new file mode 100644 index 000000000000..be4e359c4f33 --- /dev/null +++ b/dev-php/PEAR-Text_Highlighter/PEAR-Text_Highlighter-0.7.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Highlighter/PEAR-Text_Highlighter-0.7.0.ebuild,v 1.1 2007/12/24 14:44:13 armin76 Exp $ + +inherit php-pear-r1 + +DESCRIPTION="A package for syntax highlighting." +LICENSE="PHP-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-php/PEAR-XML_Parser" |