diff options
-rw-r--r-- | dev-db/sqlite/ChangeLog | 21 | ||||
-rw-r--r-- | dev-db/sqlite/Manifest | 17 | ||||
-rw-r--r-- | dev-db/sqlite/files/digest-sqlite-2.8.15 | 1 | ||||
-rw-r--r-- | dev-db/sqlite/files/digest-sqlite-3.0.3 | 1 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-2.8.14.ebuild | 4 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-2.8.15.ebuild | 35 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.0.3.ebuild | 41 | ||||
-rw-r--r-- | eclass/php5-sapi.eclass | 4 |
8 files changed, 116 insertions, 8 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index e4f8389b2485..a43678f34eec 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,25 @@ # ChangeLog for dev-db/sqlite # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.35 2004/08/03 19:07:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.36 2004/08/06 00:59:14 arj Exp $ + +*sqlite-3.0.3 (05 Aug 2004) + + 05 Aug 2004; Anders Rune Jensen <arj@gentoo.org> sqlite-3.0.3.ebuild: + New beta release. Added to portage to help people upgrade their + programs to support the new branch. It's not backwards compatible with + 2.x, so I changed all ebuilds which depends on sqlite to + =dev-db/sqlite-2*. Removed all other archs than x86 as I suspect it + would be a good idea to let the arch people test it also. Many thanks + to Doug Gorley <douggorley@shaw.ca> for the bugreport and ebuild. + Closes #58854. + +*sqlite-2.8.15 (05 Aug 2004) + + 05 Aug 2004; Anders Rune Jensen <arj@gentoo.org> sqlite-2.8.15.ebuild: + new version. + + 05 Aug 2004; Anders Rune Jensen <arj@gentoo.org> sqlite-2.8.14.ebuild: + mark as stable for x86. 03 Aug 2004; <agriffis@gentoo.org> sqlite-2.8.14.ebuild: stable on ia64 diff --git a/dev-db/sqlite/Manifest b/dev-db/sqlite/Manifest index f645a20e53b8..c7591022da48 100644 --- a/dev-db/sqlite/Manifest +++ b/dev-db/sqlite/Manifest @@ -1,12 +1,23 @@ +MD5 2d9bec6aa7bc24f2ca48e182fe995bf8 ChangeLog 5239 MD5 4b303e8a927dbee552c91cfb10308c65 metadata.xml 220 MD5 3235f0fd8310d8ce90e553102a25dcdc sqlite-2.8.11.ebuild 847 MD5 00e0463f6d3f9168161b5dbb2018eebf sqlite-2.8.12.ebuild 847 MD5 860577d3f598990290ec0bd0fc89a9dd sqlite-2.8.13.ebuild 836 +MD5 8d6a60b779a422dc9e320f877b8274bf sqlite-2.8.14.ebuild 854 MD5 8c48c00df69d5a7788ac16afa86d8d8f sqlite-2.8.3.ebuild 854 -MD5 765dfbb5c8f246076cf356a69195ae75 sqlite-2.8.14.ebuild 860 -MD5 ebaeb2cfca0bc1a0a9f9dcb6ba5dc760 ChangeLog 4387 +MD5 3b3bdf81a8e27f7592e968fd3fc262b7 sqlite-2.8.15.ebuild 849 +MD5 e3a11e5a101c79ce1a5a6f1f7cbc4e96 .#ChangeLog.1.34 4627 +MD5 3b3bdf81a8e27f7592e968fd3fc262b7 sqlite-2.8.14.ebuild.~1.2.~ 849 +MD5 9901d212a47fc1b932f5d9a33902a6e7 ChangeLog.~1.34.~ 4304 +MD5 3b3bdf81a8e27f7592e968fd3fc262b7 sqlite-2.8.15.ebuild~ 849 +MD5 ed01eed0340f2603b3ce07ccee74918d sqlite-3.0.3.ebuild 1027 +MD5 e4cc9b1fc28b6287758c76f77d5f4c3f sqlite-3.0.3.ebuild~ 845 +MD5 448d516f6c1cc698cac3558bb47355b5 .#Manifest.1.35 1070 +MD5 5b6c515f8f1a21591ee6ebb946f0d5c2 .#sqlite-2.8.14.ebuild.1.2 848 MD5 3b730bf82fa25aa2c5cc08b9561c75ff files/digest-sqlite-2.8.11 65 MD5 86b1f39fd2169cad6f7463da89575c21 files/digest-sqlite-2.8.12 65 MD5 c35f34620d18893001720951f8ea0c73 files/digest-sqlite-2.8.13 65 -MD5 f7bc60995ba08caf434378acd04c1587 files/digest-sqlite-2.8.3 64 MD5 c9c200833c7c14eb4d750bb00455199e files/digest-sqlite-2.8.14 65 +MD5 f7bc60995ba08caf434378acd04c1587 files/digest-sqlite-2.8.3 64 +MD5 b4031f19b8a32fa2b9dd4dfaf4b57ad0 files/digest-sqlite-2.8.15 65 +MD5 deb9212644dfbf2d6eb8b44a0278de17 files/digest-sqlite-3.0.3 65 diff --git a/dev-db/sqlite/files/digest-sqlite-2.8.15 b/dev-db/sqlite/files/digest-sqlite-2.8.15 new file mode 100644 index 000000000000..b835618f32f6 --- /dev/null +++ b/dev-db/sqlite/files/digest-sqlite-2.8.15 @@ -0,0 +1 @@ +MD5 0afa73e107bd106031d046c8ca6a94ab sqlite-2.8.15.tar.gz 963232 diff --git a/dev-db/sqlite/files/digest-sqlite-3.0.3 b/dev-db/sqlite/files/digest-sqlite-3.0.3 new file mode 100644 index 000000000000..5be9727ce466 --- /dev/null +++ b/dev-db/sqlite/files/digest-sqlite-3.0.3 @@ -0,0 +1 @@ +MD5 6900eca1f40f97e1ccfc514c38126a90 sqlite-3.0.3.tar.gz 1242577 diff --git a/dev-db/sqlite/sqlite-2.8.14.ebuild b/dev-db/sqlite/sqlite-2.8.14.ebuild index f576736c8a09..3a43bedf00c9 100644 --- a/dev-db/sqlite/sqlite-2.8.14.ebuild +++ b/dev-db/sqlite/sqlite-2.8.14.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-db/sqlite/sqlite-2.8.14.ebuild,v 1.3 2004/08/03 19:07:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.14.ebuild,v 1.4 2004/08/06 00:59:14 arj Exp $ IUSE="nls" @@ -12,7 +12,7 @@ DEPEND="virtual/libc dev-lang/tcl" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~ppc64 ~amd64 ia64" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~ppc64 ~amd64 ia64" src_compile() { local myconf diff --git a/dev-db/sqlite/sqlite-2.8.15.ebuild b/dev-db/sqlite/sqlite-2.8.15.ebuild new file mode 100644 index 000000000000..4ca154ec7ed6 --- /dev/null +++ b/dev-db/sqlite/sqlite-2.8.15.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.15.ebuild,v 1.1 2004/08/06 00:59:14 arj Exp $ + +IUSE="nls" + +S=${WORKDIR}/sqlite +DESCRIPTION="SQLite: An SQL Database Engine in a C Library." +SRC_URI="http://www.sqlite.org/${P}.tar.gz" +HOMEPAGE="http://www.sqlite.org" +DEPEND="virtual/libc + dev-lang/tcl" +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~ppc64 ~amd64" + +src_compile() { + local myconf + myconf="--enable-incore-db --enable-tempdb-in-ram" + myconf="${myconf} `use_with nls utf8`" + econf ${myconf} || die + emake all doc || die +} + +src_install () { + dodir /usr/{bin,include,lib} + + einstall || die + + dobin lemon + dodoc README VERSION + doman sqlite.1 + docinto html + dohtml doc/*.html doc/*.txt doc/*.png +} diff --git a/dev-db/sqlite/sqlite-3.0.3.ebuild b/dev-db/sqlite/sqlite-3.0.3.ebuild new file mode 100644 index 000000000000..7d86a94a894d --- /dev/null +++ b/dev-db/sqlite/sqlite-3.0.3.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.0.3.ebuild,v 1.1 2004/08/06 00:59:14 arj Exp $ + +IUSE="nls" + +S=${WORKDIR}/sqlite +DESCRIPTION="SQLite: An SQL Database Engine in a C Library." +SRC_URI="http://www.sqlite.org/${P}.tar.gz" +HOMEPAGE="http://www.sqlite.org" +DEPEND="virtual/libc + dev-lang/tcl" +SLOT="3" +LICENSE="as-is" +# ~ppc ~sparc ~alpha ~mips ~hppa ~ppc64 ~amd64 +KEYWORDS="~x86" + +src_compile() { + # sqlite includes a doc directory making it impossible to generate docs, + # which are very important to people adding support for sqlite3 to their + # programs. + rm -rf doc/ + + local myconf + myconf="--enable-incore-db --enable-tempdb-in-ram" + myconf="${myconf} `use_with nls utf8`" + econf ${myconf} || die + emake all doc || die +} + +src_install () { + dodir /usr/{bin,include,lib} + + einstall || die + + dobin lemon + dodoc README VERSION + doman sqlite.1 + docinto html + dohtml doc/*.html doc/*.txt doc/*.png +} diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass index d131a21bc896..cb3c9f5196df 100644 --- a/eclass/php5-sapi.eclass +++ b/eclass/php5-sapi.eclass @@ -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/eclass/php5-sapi.eclass,v 1.11 2004/08/03 02:51:20 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.12 2004/08/06 00:56:28 arj Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -58,7 +58,7 @@ DEPEND="$DEPEND snmp? ( virtual/snmp ) soap? ( dev-libs/libxml2 ) spell? ( app-text/aspell ) - sqlite? ( dev-db/sqlite ) + sqlite? ( =dev-db/sqlite-2* ) ssl? ( >=dev-libs/openssl-0.9.7 ) sybase? ( dev-db/freetds ) tidy? ( app-text/htmltidy ) |