diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 22:50:30 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 22:50:30 +0000 |
commit | c3877bfde403da0dda0dda9d47ae173ced2752d3 (patch) | |
tree | 2051b669dac63d3d20a4dd6110917c5f6838b38a /dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.2.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-c3877bfde403da0dda0dda9d47ae173ced2752d3.tar.gz gentoo-2-c3877bfde403da0dda0dda9d47ae173ced2752d3.tar.bz2 gentoo-2-c3877bfde403da0dda0dda9d47ae173ced2752d3.zip |
Version bump
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.2.ebuild')
-rw-r--r-- | dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.2.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.2.ebuild b/dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.2.ebuild new file mode 100644 index 000000000000..6624a6dffb53 --- /dev/null +++ b/dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 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.7.2.ebuild,v 1.1 2009/08/22 22:50:30 beandog 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 )" |