# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.6.1.ebuild,v 1.1 2007/12/24 12:41:42 armin76 Exp $ inherit php-pear-r1 depend.php DESCRIPTION="PHP5 Object-oriented interface to the session_* family functions. Provides extra features such as database storage for session data using DB package." LICENSE="BSD PHP-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="minimal" RDEPEND=">=dev-lang/php-5.2.0 !minimal? ( >=dev-php/PEAR-MDB2-2.4.1 >=dev-php/PEAR-DB-1.7.11 )"