diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2006-06-26 03:13:12 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2006-06-26 03:13:12 +0000 |
commit | 63a6bfdf0279de98d84fbd97731ebbeb3c07fb9d (patch) | |
tree | b09e84e4aa8440c0a6a08f2cbe2e8acbcca8b262 /dev-db/sqlite | |
parent | Updated ChangeLog to reflect ASFLAGS_x86 addition. (diff) | |
download | gentoo-2-63a6bfdf0279de98d84fbd97731ebbeb3c07fb9d.tar.gz gentoo-2-63a6bfdf0279de98d84fbd97731ebbeb3c07fb9d.tar.bz2 gentoo-2-63a6bfdf0279de98d84fbd97731ebbeb3c07fb9d.zip |
Added ~x86-fbsd keyword.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/sqlite/files/digest-sqlite-3.2.1-r3 | 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, 11 insertions, 5 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index aac8db93bf74..687796e7bcdf 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/sqlite # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.115 2006/06/23 21:09:23 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.116 2006/06/26 03:13:12 the_paya Exp $ + + 26 Jun 2006; Javier Villavicencio <the_paya@gentoo.org> + sqlite-2.8.16-r4.ebuild, sqlite-3.3.6.ebuild: + Add ~x86-fbsd keyword. *sqlite-3.3.6 (23 Jun 2006) diff --git a/dev-db/sqlite/files/digest-sqlite-3.2.1-r3 b/dev-db/sqlite/files/digest-sqlite-3.2.1-r3 index 8c837fc3ade7..693a7560b0dc 100644 --- a/dev-db/sqlite/files/digest-sqlite-3.2.1-r3 +++ b/dev-db/sqlite/files/digest-sqlite-3.2.1-r3 @@ -1 +1,3 @@ MD5 ccf3831c2f67452d444c5e5e2c7ca6f0 sqlite-3.2.1.tar.gz 1351842 +RMD160 3b4cfc1fca27d4df369220d15eb5e28777bd99da sqlite-3.2.1.tar.gz 1351842 +SHA256 daba70d5d7666ff8091a7a9322a1a2d88889043d50e136ed7d3e726d751001a7 sqlite-3.2.1.tar.gz 1351842 diff --git a/dev-db/sqlite/sqlite-2.8.16-r4.ebuild b/dev-db/sqlite/sqlite-2.8.16-r4.ebuild index 52725296470f..f01276b4aabd 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.4 2006/06/21 20:37:06 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.16-r4.ebuild,v 1.5 2006/06/26 03:13:12 the_paya 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" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ppc64 ~sh sparc ~x86 ~x86-fbsd" IUSE="nls doc tcltk" 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 86f3ce006edc..5eaa3340c1ff 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.1 2006/06/23 21:09:23 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.6.ebuild,v 1.2 2006/06/26 03:13:12 the_paya 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" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="nothreadsafe doc tcltk debug" DEPEND="virtual/libc |