blob: 2b3fd9db7a362e576a39f577ae3483c429a02434 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.0.ebuild,v 1.1 2010/02/16 05:05:18 beandog Exp $
inherit php-pear-r1 depend.php
DESCRIPTION="Takes an existing package.xml file and updates it with a new filelist and changelog."
LICENSE="PHP-3.01"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="minimal"
DEPEND=">=dev-php/pear-1.8.1"
RDEPEND="!minimal? ( >=dev-php/PEAR-PHP_CompatInfo-1.4.0 )"
pkg_setup() {
require_php_with_use xml simplexml
}
|