blob: f7f31f4583339fb44af45f87ac22eacadf8b4036 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2010 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.4 2010/08/12 08:49:11 maekke Exp $
PEAR_PV="${PV/_/}"
inherit php-pear-r1 depend.php
DESCRIPTION="Advanced text manipulations in images."
LICENSE="PHP-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
pkg_setup() {
require_gd
}
|