blob: 88a16a7b05b1e94a7ea0a71e27aab91717f5a1b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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-Config/PEAR-Config-1.10.12.ebuild,v 1.1 2010/12/27 13:50:49 olemarkus Exp $
inherit php-pear-r1
DESCRIPTION="Provides methods for configuration manipulation. Your configuration's swiss-army knife."
LICENSE="PHP-2.02"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="xml"
RDEPEND="xml? ( dev-php/PEAR-XML_Parser dev-php/PEAR-XML_Util )"
|