summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-05-20 04:23:44 +0000
committerPeter Volkov <pva@gentoo.org>2010-05-20 04:23:44 +0000
commit0e5f27f17a50f835a0cd172a95681e4a2ef01250 (patch)
tree201de2b0c64964bc4eff2eb7e141fd91082448d0 /dev-php5/ezc-GraphDatabaseTiein
parentVersion bump, bug #320547 (diff)
downloadhistorical-0e5f27f17a50f835a0cd172a95681e4a2ef01250.tar.gz
historical-0e5f27f17a50f835a0cd172a95681e4a2ef01250.tar.bz2
historical-0e5f27f17a50f835a0cd172a95681e4a2ef01250.zip
Version bump, bug #320547
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-php5/ezc-GraphDatabaseTiein')
-rw-r--r--dev-php5/ezc-GraphDatabaseTiein/ChangeLog10
-rw-r--r--dev-php5/ezc-GraphDatabaseTiein/ezc-GraphDatabaseTiein-1.0.1.ebuild14
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-php5/ezc-GraphDatabaseTiein/ChangeLog b/dev-php5/ezc-GraphDatabaseTiein/ChangeLog
index 90fc8f007763..cc74001f61d5 100644
--- a/dev-php5/ezc-GraphDatabaseTiein/ChangeLog
+++ b/dev-php5/ezc-GraphDatabaseTiein/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php5/ezc-GraphDatabaseTiein
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-GraphDatabaseTiein/ChangeLog,v 1.5 2008/03/19 00:14:16 jokey Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-GraphDatabaseTiein/ChangeLog,v 1.6 2010/05/20 04:21:23 pva Exp $
+
+*ezc-GraphDatabaseTiein-1.0.1 (20 May 2010)
+
+ 20 May 2010; Peter Volkov <pva@gentoo.org>
+ +ezc-GraphDatabaseTiein-1.0.1.ebuild:
+ Version bump, bug #320547
18 Mar 2008; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Regen Manifest
diff --git a/dev-php5/ezc-GraphDatabaseTiein/ezc-GraphDatabaseTiein-1.0.1.ebuild b/dev-php5/ezc-GraphDatabaseTiein/ezc-GraphDatabaseTiein-1.0.1.ebuild
new file mode 100644
index 000000000000..102ffc5ea019
--- /dev/null
+++ b/dev-php5/ezc-GraphDatabaseTiein/ezc-GraphDatabaseTiein-1.0.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-GraphDatabaseTiein/ezc-GraphDatabaseTiein-1.0.1.ebuild,v 1.1 2010/05/20 04:21:23 pva Exp $
+
+EZC_BASE_MIN="1.8"
+inherit php-ezc
+
+DESCRIPTION="This eZ component contains a database writer backend for the Graph component."
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+IUSE=""
+
+RDEPEND="${RDEPEND}
+ >=dev-php5/ezc-Graph-1.1"