summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2009-08-22 22:50:30 +0000
committerSteve Dibb <beandog@gentoo.org>2009-08-22 22:50:30 +0000
commitc3877bfde403da0dda0dda9d47ae173ced2752d3 (patch)
tree2051b669dac63d3d20a4dd6110917c5f6838b38a
parentVersion bump (diff)
downloadgentoo-2-c3877bfde403da0dda0dda9d47ae173ced2752d3.tar.gz
gentoo-2-c3877bfde403da0dda0dda9d47ae173ced2752d3.tar.bz2
gentoo-2-c3877bfde403da0dda0dda9d47ae173ced2752d3.zip
Version bump
(Portage version: 2.2_rc38/cvs/Linux x86_64)
-rw-r--r--dev-php/PEAR-HTTP_Session2/ChangeLog10
-rw-r--r--dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.2.ebuild17
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-php/PEAR-HTTP_Session2/ChangeLog b/dev-php/PEAR-HTTP_Session2/ChangeLog
index b1f3a3f614c8..8f946a4698ec 100644
--- a/dev-php/PEAR-HTTP_Session2/ChangeLog
+++ b/dev-php/PEAR-HTTP_Session2/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-HTTP_Session2
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Session2/ChangeLog,v 1.3 2008/02/26 16:29:08 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Session2/ChangeLog,v 1.4 2009/08/22 22:50:30 beandog Exp $
+
+*PEAR-HTTP_Session2-0.7.2 (22 Aug 2009)
+
+ 22 Aug 2009; Steve Dibb <beandog@gentoo.org>
+ +PEAR-HTTP_Session2-0.7.2.ebuild:
+ Version bump
*PEAR-HTTP_Session2-0.7.1 (26 Feb 2008)
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 )"