blob: 390b78d6999792ff61f53b4334bf5a6578331a7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.6.0_beta.ebuild,v 1.1 2007/10/08 12:05:31 anant Exp $
PEAR_PV="${PV/_/}"
inherit php-pear-r1 depend.php
DESCRIPTION="Advanced text manipulations in images."
LICENSE="PHP"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
pkg_setup() {
require_gd
}
|