summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-29 17:43:57 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-29 17:43:57 +0000
commit7073400cda43361e74279bc305a3f9918528bec2 (patch)
tree060b7e1c9491d7e9c6b9f402115b1c26c71142d7 /dev-db
parentkill sparc64 use flag (diff)
downloadhistorical-7073400cda43361e74279bc305a3f9918528bec2.tar.gz
historical-7073400cda43361e74279bc305a3f9918528bec2.tar.bz2
historical-7073400cda43361e74279bc305a3f9918528bec2.zip
sync IUSE (+nls), glibc -> libc, trim trailing whitespace
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/sqlite/ChangeLog6
-rw-r--r--dev-db/sqlite/Manifest10
-rw-r--r--dev-db/sqlite/sqlite-2.8.11.ebuild5
-rw-r--r--dev-db/sqlite/sqlite-2.8.12.ebuild5
-rw-r--r--dev-db/sqlite/sqlite-2.8.13.ebuild5
-rw-r--r--dev-db/sqlite/sqlite-2.8.3.ebuild6
6 files changed, 19 insertions, 18 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog
index c99c52d215f6..702040794b2e 100644
--- a/dev-db/sqlite/ChangeLog
+++ b/dev-db/sqlite/ChangeLog
@@ -1,6 +1,10 @@
# 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.31 2004/06/24 22:01:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.32 2004/06/29 17:43:57 agriffis Exp $
+
+ 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> sqlite-2.8.11.ebuild,
+ sqlite-2.8.12.ebuild, sqlite-2.8.13.ebuild, sqlite-2.8.3.ebuild:
+ sync IUSE (+nls), glibc -> libc, trim trailing whitespace
19 Jun 2004; Tom Gall <tgall@gentoo.org> sqlite-2.8.13.ebuild:
stable on ppc64 bug #54453
diff --git a/dev-db/sqlite/Manifest b/dev-db/sqlite/Manifest
index 99683d2775bc..2ea04291ecb1 100644
--- a/dev-db/sqlite/Manifest
+++ b/dev-db/sqlite/Manifest
@@ -1,9 +1,9 @@
-MD5 19f1ae8954676a350423cce9d7e294f7 sqlite-2.8.12.ebuild 849
-MD5 66bb0d804fd9e21b20fcf7506a80f4c4 sqlite-2.8.11.ebuild 849
-MD5 efa2d16bc91b0b0e8305996ed5c2437d sqlite-2.8.13.ebuild 849
-MD5 58e412f04b6d15a84f07b1b4b019c1a4 ChangeLog 3752
+MD5 00e0463f6d3f9168161b5dbb2018eebf sqlite-2.8.12.ebuild 847
+MD5 3235f0fd8310d8ce90e553102a25dcdc sqlite-2.8.11.ebuild 847
+MD5 bd2016bc1a8be3ada55ecf54d18fec98 sqlite-2.8.13.ebuild 847
+MD5 b1165ca5e6d3ea3931df0667d43a849d ChangeLog 3952
MD5 4b303e8a927dbee552c91cfb10308c65 metadata.xml 220
-MD5 a9580fbf45658eca1f890be4a9e862be sqlite-2.8.3.ebuild 845
+MD5 8c48c00df69d5a7788ac16afa86d8d8f sqlite-2.8.3.ebuild 854
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
diff --git a/dev-db/sqlite/sqlite-2.8.11.ebuild b/dev-db/sqlite/sqlite-2.8.11.ebuild
index aeb6a2d18bc1..c7b1c2c405aa 100644
--- a/dev-db/sqlite/sqlite-2.8.11.ebuild
+++ b/dev-db/sqlite/sqlite-2.8.11.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.11.ebuild,v 1.8 2004/06/24 22:01:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.11.ebuild,v 1.9 2004/06/29 17:43:57 agriffis Exp $
IUSE="nls"
@@ -8,7 +8,7 @@ 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/glibc
+DEPEND="virtual/libc
dev-lang/tcl"
SLOT="0"
LICENSE="as-is"
@@ -33,4 +33,3 @@ src_install () {
docinto html
dohtml doc/*.html doc/*.txt doc/*.png
}
-
diff --git a/dev-db/sqlite/sqlite-2.8.12.ebuild b/dev-db/sqlite/sqlite-2.8.12.ebuild
index 050910ff8cbe..35786a435b7d 100644
--- a/dev-db/sqlite/sqlite-2.8.12.ebuild
+++ b/dev-db/sqlite/sqlite-2.8.12.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.12.ebuild,v 1.3 2004/06/24 22:01:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.12.ebuild,v 1.4 2004/06/29 17:43:57 agriffis Exp $
IUSE="nls"
@@ -8,7 +8,7 @@ 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/glibc
+DEPEND="virtual/libc
dev-lang/tcl"
SLOT="0"
LICENSE="as-is"
@@ -33,4 +33,3 @@ src_install () {
docinto html
dohtml doc/*.html doc/*.txt doc/*.png
}
-
diff --git a/dev-db/sqlite/sqlite-2.8.13.ebuild b/dev-db/sqlite/sqlite-2.8.13.ebuild
index 9ae9927b8897..2a66c90771f1 100644
--- a/dev-db/sqlite/sqlite-2.8.13.ebuild
+++ b/dev-db/sqlite/sqlite-2.8.13.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.13.ebuild,v 1.3 2004/06/24 22:01:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.13.ebuild,v 1.4 2004/06/29 17:43:57 agriffis Exp $
IUSE="nls"
@@ -8,7 +8,7 @@ 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/glibc
+DEPEND="virtual/libc
dev-lang/tcl"
SLOT="0"
LICENSE="as-is"
@@ -33,4 +33,3 @@ src_install () {
docinto html
dohtml doc/*.html doc/*.txt doc/*.png
}
-
diff --git a/dev-db/sqlite/sqlite-2.8.3.ebuild b/dev-db/sqlite/sqlite-2.8.3.ebuild
index d548ef885933..ee6034acd2b1 100644
--- a/dev-db/sqlite/sqlite-2.8.3.ebuild
+++ b/dev-db/sqlite/sqlite-2.8.3.ebuild
@@ -1,16 +1,17 @@
# 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.3.ebuild,v 1.8 2004/06/24 22:01:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.3.ebuild,v 1.9 2004/06/29 17:43:57 agriffis Exp $
S=${WORKDIR}/sqlite
DESCRIPTION="SQLite: An SQL Database Engine in a C Library."
SRC_URI="http://www.hwaci.com/sw/sqlite/${P}.tar.gz"
HOMEPAGE="http://www.hwaci.com/sw/sqlite/"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
dev-lang/tcl"
SLOT="0"
LICENSE="as-is"
KEYWORDS="x86 ppc sparc ~alpha ~mips hppa"
+IUSE="nls"
src_compile() {
local myconf
@@ -31,4 +32,3 @@ src_install () {
docinto html
dohtml doc/*.html doc/*.txt doc/*.png
}
-