diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2005-03-24 15:55:23 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2005-03-24 15:55:23 +0000 |
commit | 649769a73e95217a38a48896490aff9b3689170f (patch) | |
tree | 8ba48803fc9c5d9e231f658a7837019245d3c9c0 /dev-db | |
parent | Another rc release. (diff) | |
download | gentoo-2-649769a73e95217a38a48896490aff9b3689170f.tar.gz gentoo-2-649769a73e95217a38a48896490aff9b3689170f.tar.bz2 gentoo-2-649769a73e95217a38a48896490aff9b3689170f.zip |
new version
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/sqlite/Manifest | 2 | ||||
-rw-r--r-- | dev-db/sqlite/files/digest-sqlite-3.2.0 | 1 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.2.0.ebuild | 62 |
4 files changed, 71 insertions, 1 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 7f1154c22251..5579f2354910 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-db/sqlite # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.69 2005/03/19 11:32:37 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.70 2005/03/24 15:55:23 arj Exp $ + +*sqlite-3.2.0 (24 Mar 2005) + + 24 Mar 2005; Anders Rune Jensen <arj@gentoo.org> +sqlite-3.2.0.ebuild: + New version. Fixes #86395. *sqlite-3.1.6 (19 Mar 2005) diff --git a/dev-db/sqlite/Manifest b/dev-db/sqlite/Manifest index c7a5562451e7..d67e6f0c4335 100644 --- a/dev-db/sqlite/Manifest +++ b/dev-db/sqlite/Manifest @@ -12,6 +12,7 @@ MD5 99bf2a671c91f7499255003439d5eac0 sqlite-2.8.14.ebuild 862 MD5 f29cd1d06dca071985256cb325d2b380 sqlite-3.0.7.ebuild 995 MD5 8c6d9f1b14b238affe69ab822d635cd8 sqlite-3.1.6.ebuild 1889 MD5 006d5e8c0eb41234ac90294b6fd93f2d sqlite-3.0.8-r1.ebuild 1817 +MD5 8c6d9f1b14b238affe69ab822d635cd8 sqlite-3.2.0.ebuild 1889 MD5 c9c200833c7c14eb4d750bb00455199e files/digest-sqlite-2.8.14 65 MD5 2a35fca391c8617c26b2934d02b8fcb5 files/digest-sqlite-3.1.3 65 MD5 c35f34620d18893001720951f8ea0c73 files/digest-sqlite-2.8.13 65 @@ -24,5 +25,6 @@ MD5 b4031f19b8a32fa2b9dd4dfaf4b57ad0 files/digest-sqlite-2.8.15 65 MD5 572dbaa55a4dd1cec17ee827911ee243 files/digest-sqlite-3.0.8 65 MD5 3f0417272ef2e01ef38d27021a93aeaf files/digest-sqlite-2.8.16 65 MD5 5aeb0a32e55ac5562756134561b39dae files/digest-sqlite-3.0.6 65 +MD5 86d89fb5b928cd8eaf535a520f5989a5 files/digest-sqlite-3.2.0 65 MD5 4943d36d9f7038f8ea32136b3a7d5f1e files/digest-sqlite-3.1.6 65 MD5 572dbaa55a4dd1cec17ee827911ee243 files/digest-sqlite-3.0.8-r1 65 diff --git a/dev-db/sqlite/files/digest-sqlite-3.2.0 b/dev-db/sqlite/files/digest-sqlite-3.2.0 new file mode 100644 index 000000000000..2edf66f2376c --- /dev/null +++ b/dev-db/sqlite/files/digest-sqlite-3.2.0 @@ -0,0 +1 @@ +MD5 16d5ecaaa9eaccf2a9102bb9610f8c60 sqlite-3.2.0.tar.gz 1347197 diff --git a/dev-db/sqlite/sqlite-3.2.0.ebuild b/dev-db/sqlite/sqlite-3.2.0.ebuild new file mode 100644 index 000000000000..420f6ed3268d --- /dev/null +++ b/dev-db/sqlite/sqlite-3.2.0.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.2.0.ebuild,v 1.1 2005/03/24 15:55:23 arj Exp $ + +inherit eutils + +IUSE="nls nothreadsafe" + +DESCRIPTION="SQLite: An SQL Database Engine in a C Library." +SRC_URI="http://www.sqlite.org/${P}.tar.gz" +HOMEPAGE="http://www.sqlite.org" + +# Adding glibc as dependency for USE !nothreadsafe until someone can tell me +# if all virtual/libc's provide POSIX threads (pthread.h) +# - 20041203, Armando Di Cianno <fafhrd@gentoo.org> +DEPEND="virtual/libc + !nothreadsafe? ( !ppc-macos? ( sys-libs/glibc ) ) + dev-lang/tcl" +SLOT="3" +LICENSE="as-is" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~sparc ~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" + # Yes, this is ridiculous, but I'm not the maintainer for this ebuild, + # and yet it's broken w/o thread support, so this has to do for now + # - 20041203, Armando Di Cianno <fafhrd@gentoo.org> + if ! use nothreadsafe; then + myconf="${myconf} --enable-threadsafe" + else + myconf="${myconf} --disable-threadsafe" + fi + myconf="${myconf} `use_with nls utf8`" + myconf="--with-tcl=/usr/$(get_libdir)/" + econf ${myconf} || die + emake all || die # doc is not working yet in 3.1.2 +} + +# In case we ever want testing support; note: this needs more work, as +# as it causes some sandbox issues. +# - 20041203, Armando Di Cianno <fafhrd@gentoo.org> +#src_test() { +# cd ${S} +# emake fulltest || die "some test failed" +#} + +src_install () { + make DESTDIR="${D}" install || die + + dobin lemon + dodoc README VERSION + doman sqlite.1 + docinto html + dohtml doc/*.html doc/*.txt doc/*.png +} |