summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2004-08-05 23:33:47 +0000
committerAnders Rune Jensen <arj@gentoo.org>2004-08-05 23:33:47 +0000
commitc932cd91a58b6c155447fc8f27a416966564b0e8 (patch)
treefb31d2d00bd257ec263cc0681e05cf5a4055d8aa /dev-php
parentstable on x86 (diff)
downloadgentoo-2-c932cd91a58b6c155447fc8f27a416966564b0e8.tar.gz
gentoo-2-c932cd91a58b6c155447fc8f27a416966564b0e8.tar.bz2
gentoo-2-c932cd91a58b6c155447fc8f27a416966564b0e8.zip
new sqlite ebuild slot
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/sqlite-php/ChangeLog5
-rw-r--r--dev-php/sqlite-php/sqlite-php-0.0.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/sqlite-php/ChangeLog b/dev-php/sqlite-php/ChangeLog
index d9abcf860629..baaab7a7cf5e 100644
--- a/dev-php/sqlite-php/ChangeLog
+++ b/dev-php/sqlite-php/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/sqlite-php
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/sqlite-php/ChangeLog,v 1.11 2004/08/03 19:14:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/sqlite-php/ChangeLog,v 1.12 2004/08/05 23:28:58 arj Exp $
+
+ 05 Aug 2004; Anders Rune Jensen <arj@gentoo.org> sqlite-php-0.0.5.ebuild:
+ Depend on version 2 of sqlite.
03 Aug 2004; <agriffis@gentoo.org> sqlite-php-0.0.5.ebuild:
add ~ia64 #56295
diff --git a/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild b/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild
index e8f21c2c7112..465cb51dc08f 100644
--- a/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild
+++ b/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild,v 1.12 2004/08/03 19:14:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild,v 1.13 2004/08/05 23:28:58 arj Exp $
DESCRIPTION="PHP bindings for SQLite"
SRC_URI="mirror://sourceforge/sqlite-php/${P}.tgz"
HOMEPAGE="http://sourceforge.net/projects/sqlite-php/"
DEPEND="virtual/libc
>=dev-php/php-4.2
- >=dev-db/sqlite-2.7
+ =dev-db/sqlite-2*
!dev-php/PECL-sqlite"
SLOT="0"