summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2010-10-11 19:53:44 +0000
committerOle Markus With <olemarkus@gentoo.org>2010-10-11 19:53:44 +0000
commit4915a30b0706d5b74a8c39ec475a25374eeb803d (patch)
tree8a8c285204872a09ba6fb9055a71f59d1184b827 /dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild
parentClean up patch. Remove unused patch by jalan (bug #340088). (diff)
downloadhistorical-4915a30b0706d5b74a8c39ec475a25374eeb803d.tar.gz
historical-4915a30b0706d5b74a8c39ec475a25374eeb803d.tar.bz2
historical-4915a30b0706d5b74a8c39ec475a25374eeb803d.zip
Removed require_php_with_use mhash as it breaks php 5.3
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild')
-rw-r--r--dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild b/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild
index 95d966025c56..a0c5660a01d7 100644
--- a/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild
+++ b/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild
@@ -1,16 +1,14 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild,v 1.1 2009/08/22 18:51:00 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild,v 1.2 2010/10/11 19:53:44 olemarkus Exp $
-inherit php-pear-r1 depend.php
+EAPI="2"
+inherit php-pear-r1
DESCRIPTION="Class for managing SAMBA style password files."
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-RDEPEND=">=dev-php/PEAR-Crypt_CHAP-1.0.0"
-
-pkg_setup() {
- require_php_with_use mhash
-}
+RDEPEND="|| ( <dev-lang/php-5.3[mhash] >=dev-lang/php-5.3 )
+ >=dev-php/PEAR-Crypt_CHAP-1.0.0"