blob: 5d5de3d3517ac81e1d1b5fd1c75f8d21c309db1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.1.ebuild,v 1.3 2010/08/12 08:47:59 maekke Exp $
inherit php-pear-r1
DESCRIPTION="Render text using FIGlet fonts."
# the bundled fonts come from figlet and their license is not really clear.
LICENSE="PHP-2.02 as-is"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
|