diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-03 22:51:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-03 22:51:30 +0000 |
commit | f8d754605f518d8708cff3142b293033965327bc (patch) | |
tree | 9c1f78f638ee974ded635bba96cf1efe8c7adff5 /dev-db/sqlite | |
parent | Stable x86; I still prefer other clients to the base one but eh (diff) | |
download | gentoo-2-f8d754605f518d8708cff3142b293033965327bc.tar.gz gentoo-2-f8d754605f518d8708cff3142b293033965327bc.tar.bz2 gentoo-2-f8d754605f518d8708cff3142b293033965327bc.zip |
arm/s390/sh love
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r-- | dev-db/sqlite/files/digest-sqlite-2.8.15 | 2 | ||||
-rw-r--r-- | dev-db/sqlite/files/digest-sqlite-3.2.7-r1 | 2 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-2.8.16-r4.ebuild | 4 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.3.6.ebuild | 4 |
4 files changed, 8 insertions, 4 deletions
diff --git a/dev-db/sqlite/files/digest-sqlite-2.8.15 b/dev-db/sqlite/files/digest-sqlite-2.8.15 index b835618f32f6..d48457d6b637 100644 --- a/dev-db/sqlite/files/digest-sqlite-2.8.15 +++ b/dev-db/sqlite/files/digest-sqlite-2.8.15 @@ -1 +1,3 @@ MD5 0afa73e107bd106031d046c8ca6a94ab sqlite-2.8.15.tar.gz 963232 +RMD160 bbcc23361b27173a246f983def5f3b4cceef2b0e sqlite-2.8.15.tar.gz 963232 +SHA256 8ba158121f3b20b852bd4dae9c32b5b86a6807a5deebb57f07f667a09672ea4c sqlite-2.8.15.tar.gz 963232 diff --git a/dev-db/sqlite/files/digest-sqlite-3.2.7-r1 b/dev-db/sqlite/files/digest-sqlite-3.2.7-r1 index 5bb8bb3f1a83..42964f81c91f 100644 --- a/dev-db/sqlite/files/digest-sqlite-3.2.7-r1 +++ b/dev-db/sqlite/files/digest-sqlite-3.2.7-r1 @@ -1 +1,3 @@ MD5 34c92821b3b46380f192c0aaf2b2b217 sqlite-3.2.7.tar.gz 1521075 +RMD160 e321badace03b7d48112fc9ae1dca8c39c90a3d5 sqlite-3.2.7.tar.gz 1521075 +SHA256 c6576eab65d34300116ceb1c82e393c685fd0ffa7baa1ea6b1fa30ea031910df sqlite-3.2.7.tar.gz 1521075 diff --git a/dev-db/sqlite/sqlite-2.8.16-r4.ebuild b/dev-db/sqlite/sqlite-2.8.16-r4.ebuild index 308517926594..be95ced8edd3 100644 --- a/dev-db/sqlite/sqlite-2.8.16-r4.ebuild +++ b/dev-db/sqlite/sqlite-2.8.16-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.16-r4.ebuild,v 1.10 2006/08/23 20:05:13 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.16-r4.ebuild,v 1.11 2006/09/03 22:51:30 vapier Exp $ inherit eutils toolchain-funcs alternatives @@ -11,7 +11,7 @@ SRC_URI="http://www.sqlite.org/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc-macos ppc64 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="nls doc tcl" DEPEND="doc? ( dev-lang/tcl ) diff --git a/dev-db/sqlite/sqlite-3.3.6.ebuild b/dev-db/sqlite/sqlite-3.3.6.ebuild index 976445d49e52..8f5d3ede39da 100644 --- a/dev-db/sqlite/sqlite-3.3.6.ebuild +++ b/dev-db/sqlite/sqlite-3.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.6.ebuild,v 1.4 2006/08/01 18:34:13 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.6.ebuild,v 1.5 2006/09/03 22:51:30 vapier Exp $ inherit eutils alternatives @@ -10,7 +10,7 @@ SRC_URI="http://www.sqlite.org/${P}.tar.gz" LICENSE="as-is" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="nothreadsafe doc tcl debug" DEPEND="virtual/libc |