diff options
-rw-r--r-- | dev-php/sqlite-php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/sqlite-php/sqlite-php-0.0.5.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.4.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.4.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.5.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.5.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/ruby-dbi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-dbi/ruby-dbi-0.0.21-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/sqlite-ruby/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/sqlite-ruby/sqlite-ruby-1.0.ebuild | 4 | ||||
-rw-r--r-- | games-board/slibo/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/slibo/slibo-0.4.4.ebuild | 4 |
14 files changed, 40 insertions, 23 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" diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index bba899bda85f..f380d84169ea 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pysqlite # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.16 2004/07/06 15:18:49 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.17 2004/08/05 23:31:05 arj Exp $ + + 05 Aug 2004; Anders Rune Jensen <arj@gentoo.org> pysqlite-0.3.1.ebuild, + pysqlite-0.4.1.ebuild, pysqlite-0.4.3.ebuild, pysqlite-0.5.0.ebuild, + pysqlite-0.5.1.ebuild: + Depend on version 2 of sqlite. *pysqlite-0.5.1 (06 Jul 2004) diff --git a/dev-python/pysqlite/pysqlite-0.3.1.ebuild b/dev-python/pysqlite/pysqlite-0.3.1.ebuild index 36147adb153e..dd28508676f0 100644 --- a/dev-python/pysqlite/pysqlite-0.3.1.ebuild +++ b/dev-python/pysqlite/pysqlite-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.3.1.ebuild,v 1.9 2004/06/25 01:43:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.3.1.ebuild,v 1.10 2004/08/05 23:31:05 arj Exp $ inherit distutils @@ -14,7 +14,7 @@ LICENSE="pysqlite" SLOT="0" DEPEND="virtual/python - dev-db/sqlite" + =dev-db/sqlite-2*" src_install() { distutils_src_install diff --git a/dev-python/pysqlite/pysqlite-0.4.1.ebuild b/dev-python/pysqlite/pysqlite-0.4.1.ebuild index e19939dc5f32..9da0860455f6 100644 --- a/dev-python/pysqlite/pysqlite-0.4.1.ebuild +++ b/dev-python/pysqlite/pysqlite-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.4.1.ebuild,v 1.6 2004/06/25 01:43:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.4.1.ebuild,v 1.7 2004/08/05 23:31:05 arj Exp $ inherit distutils @@ -14,7 +14,7 @@ LICENSE="pysqlite" SLOT="0" DEPEND="virtual/python - dev-db/sqlite" + =dev-db/sqlite-2*" src_install() { distutils_src_install diff --git a/dev-python/pysqlite/pysqlite-0.4.3.ebuild b/dev-python/pysqlite/pysqlite-0.4.3.ebuild index 9da1e6fe996f..e4e4919999ab 100644 --- a/dev-python/pysqlite/pysqlite-0.4.3.ebuild +++ b/dev-python/pysqlite/pysqlite-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.4.3.ebuild,v 1.5 2004/06/25 01:43:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.4.3.ebuild,v 1.6 2004/08/05 23:31:05 arj Exp $ inherit distutils @@ -14,7 +14,7 @@ LICENSE="pysqlite" SLOT="0" DEPEND="virtual/python - dev-db/sqlite" + =dev-db/sqlite-2*" src_install() { distutils_src_install diff --git a/dev-python/pysqlite/pysqlite-0.5.0.ebuild b/dev-python/pysqlite/pysqlite-0.5.0.ebuild index d2c1ea9c4358..f8f2fde51ea6 100644 --- a/dev-python/pysqlite/pysqlite-0.5.0.ebuild +++ b/dev-python/pysqlite/pysqlite-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.0.ebuild,v 1.6 2004/07/06 15:18:49 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.0.ebuild,v 1.7 2004/08/05 23:31:05 arj Exp $ inherit distutils @@ -14,7 +14,7 @@ LICENSE="pysqlite" SLOT="0" DEPEND="virtual/python - dev-db/sqlite" + =dev-db/sqlite-2*" src_unpack() { unpack ${A} diff --git a/dev-python/pysqlite/pysqlite-0.5.1.ebuild b/dev-python/pysqlite/pysqlite-0.5.1.ebuild index 768123478c07..a9d5aa9fb9ac 100644 --- a/dev-python/pysqlite/pysqlite-0.5.1.ebuild +++ b/dev-python/pysqlite/pysqlite-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild,v 1.1 2004/07/06 15:18:49 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild,v 1.2 2004/08/05 23:31:05 arj Exp $ inherit distutils @@ -14,7 +14,7 @@ LICENSE="pysqlite" SLOT="0" DEPEND="virtual/python - dev-db/sqlite" + =dev-db/sqlite-2*" src_unpack() { unpack ${A} diff --git a/dev-ruby/ruby-dbi/ChangeLog b/dev-ruby/ruby-dbi/ChangeLog index ab5c201c063a..dcb372ae4428 100644 --- a/dev-ruby/ruby-dbi/ChangeLog +++ b/dev-ruby/ruby-dbi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-dbi # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dbi/ChangeLog,v 1.11 2004/06/25 01:57:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dbi/ChangeLog,v 1.12 2004/08/05 23:32:04 arj Exp $ + + 05 Aug 2004; Anders Rune Jensen <arj@gentoo.org> ruby-dbi-0.0.21-r1.ebuild: + Depend on version 2 of sqlite. *ruby-dbi-0.0.21-r1 (23 May 2004) diff --git a/dev-ruby/ruby-dbi/ruby-dbi-0.0.21-r1.ebuild b/dev-ruby/ruby-dbi/ruby-dbi-0.0.21-r1.ebuild index 278ef22ec4b9..3002991d3d44 100644 --- a/dev-ruby/ruby-dbi/ruby-dbi-0.0.21-r1.ebuild +++ b/dev-ruby/ruby-dbi/ruby-dbi-0.0.21-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dbi/ruby-dbi-0.0.21-r1.ebuild,v 1.2 2004/06/25 01:57:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dbi/ruby-dbi-0.0.21-r1.ebuild,v 1.3 2004/08/05 23:32:04 arj Exp $ inherit ruby eutils @@ -19,7 +19,7 @@ DEPEND="virtual/ruby postgres? ( >=dev-db/postgresql-7.1.3-r4 ) firebird? ( >=dev-db/firebird-1.0-r1 ) odbc? ( >=dev-db/unixODBC-2.0.6 ) - sqlite? ( >=dev-db/sqlite-2.8.11 )" + sqlite? ( =dev-db/sqlite-2* )" S=${WORKDIR}/ruby-dbi-all diff --git a/dev-ruby/sqlite-ruby/ChangeLog b/dev-ruby/sqlite-ruby/ChangeLog index 2af74a452dbf..71fd933b4c1a 100644 --- a/dev-ruby/sqlite-ruby/ChangeLog +++ b/dev-ruby/sqlite-ruby/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/sqlite-ruby # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite-ruby/ChangeLog,v 1.4 2004/07/01 11:55:59 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite-ruby/ChangeLog,v 1.5 2004/08/05 23:32:58 arj Exp $ + + 05 Aug 2004; Anders Rune Jensen <arj@gentoo.org> sqlite-ruby-1.0.ebuild: + Depend on version 2 of sqlite. 01 Jul 2004; Ferris McCormick <fmccor@gentoo.org> sqlite-ruby-1.0.ebuild: Marked stable for sparc. diff --git a/dev-ruby/sqlite-ruby/sqlite-ruby-1.0.ebuild b/dev-ruby/sqlite-ruby/sqlite-ruby-1.0.ebuild index 5b1eb78906eb..fe05e20726e1 100644 --- a/dev-ruby/sqlite-ruby/sqlite-ruby-1.0.ebuild +++ b/dev-ruby/sqlite-ruby/sqlite-ruby-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite-ruby/sqlite-ruby-1.0.ebuild,v 1.5 2004/07/01 11:55:59 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite-ruby/sqlite-ruby-1.0.ebuild,v 1.6 2004/08/05 23:32:58 arj Exp $ DESCRIPTION="An extension library to access a SQLite database from Ruby" HOMEPAGE="http://sqlite-ruby.sourceforge.net/" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="alpha ~hppa ~mips ~ppc sparc ~x86" IUSE="" DEPEND=">=dev-lang/ruby-1.6.2 - >=dev-db/sqlite-2.8.3" + =dev-db/sqlite-2*" S=${WORKDIR}/sqlite src_compile() { diff --git a/games-board/slibo/ChangeLog b/games-board/slibo/ChangeLog index 999fb219605e..ee9ca62bd845 100644 --- a/games-board/slibo/ChangeLog +++ b/games-board/slibo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/slibo # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/slibo/ChangeLog,v 1.5 2004/07/03 21:29:29 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/slibo/ChangeLog,v 1.6 2004/08/05 23:33:47 arj Exp $ + + 05 Aug 2004; Anders Rune Jensen <arj@gentoo.org> slibo-0.4.4.ebuild: + Depend on version 2 of sqlite. 03 Jul 2004; Carsten Lohrke <carlo@gentoo.org> slibo-0.4.4.ebuild: QA: need-kde after R/DEPEND diff --git a/games-board/slibo/slibo-0.4.4.ebuild b/games-board/slibo/slibo-0.4.4.ebuild index 86f5b4a801cb..ba8a437bc321 100644 --- a/games-board/slibo/slibo-0.4.4.ebuild +++ b/games-board/slibo/slibo-0.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/slibo/slibo-0.4.4.ebuild,v 1.6 2004/07/03 21:29:29 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/slibo/slibo-0.4.4.ebuild,v 1.7 2004/08/05 23:33:47 arj Exp $ inherit kde @@ -13,5 +13,5 @@ LICENSE="GPL-2" KEYWORDS="x86" IUSE="" -DEPEND="dev-db/sqlite" +DEPEND="=dev-db/sqlite-2*" need-kde 3
\ No newline at end of file |