summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-02-11 21:05:51 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-02-11 21:05:51 +0000
commit4a860ad00d545c5c4a8d90b4dc399631f68d91f5 (patch)
treeabdad4b9ac65fb96dfa4e910b3c214a8981282b5 /dev-php/PEAR-HTTP_Session2
parentalpha/ia64/sparc/x86 stable (diff)
downloadhistorical-4a860ad00d545c5c4a8d90b4dc399631f68d91f5.tar.gz
historical-4a860ad00d545c5c4a8d90b4dc399631f68d91f5.tar.bz2
historical-4a860ad00d545c5c4a8d90b4dc399631f68d91f5.zip
Version bump, from the php overlay
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-php/PEAR-HTTP_Session2')
-rw-r--r--dev-php/PEAR-HTTP_Session2/ChangeLog10
-rw-r--r--dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.0.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 bdbc281f2c8d..debc6106fd92 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Session2/ChangeLog,v 1.1 2007/12/24 12:41:42 armin76 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Session2/ChangeLog,v 1.2 2008/02/11 20:54:57 armin76 Exp $
+
+*PEAR-HTTP_Session2-0.7.0 (11 Feb 2008)
+
+ 11 Feb 2008; Raúl Porcel <armin76@gentoo.org>
+ +PEAR-HTTP_Session2-0.7.0.ebuild:
+ Version bump, from the php overlay
*PEAR-HTTP_Session2-0.6.1 (24 Dec 2007)
diff --git a/dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.0.ebuild b/dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.0.ebuild
new file mode 100644
index 000000000000..3d9a11e65132
--- /dev/null
+++ b/dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2008 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.0.ebuild,v 1.1 2008/02/11 20:54:57 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 )"