summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTal Peer <coredumb@gentoo.org>2004-05-16 14:52:23 +0000
committerTal Peer <coredumb@gentoo.org>2004-05-16 14:52:23 +0000
commitb0963225ee75bd6952a24909cd5f6f7cbfc0b130 (patch)
tree5a6bd4043282641d45d894d311dec915ef9d0b97 /dev-db/sqlite
parentheader fix (diff)
downloadhistorical-b0963225ee75bd6952a24909cd5f6f7cbfc0b130.tar.gz
historical-b0963225ee75bd6952a24909cd5f6f7cbfc0b130.tar.bz2
historical-b0963225ee75bd6952a24909cd5f6f7cbfc0b130.zip
Spring cleanup
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r--dev-db/sqlite/files/digest-sqlite-2.7.31
-rw-r--r--dev-db/sqlite/files/digest-sqlite-2.8.01
-rw-r--r--dev-db/sqlite/files/digest-sqlite-2.8.21
-rw-r--r--dev-db/sqlite/files/digest-sqlite-2.8.31
-rw-r--r--dev-db/sqlite/files/digest-sqlite-2.8.51
-rw-r--r--dev-db/sqlite/files/digest-sqlite-2.8.61
-rw-r--r--dev-db/sqlite/sqlite-2.7.3.ebuild41
-rw-r--r--dev-db/sqlite/sqlite-2.8.0.ebuild33
-rw-r--r--dev-db/sqlite/sqlite-2.8.2.ebuild34
-rw-r--r--dev-db/sqlite/sqlite-2.8.3.ebuild34
-rw-r--r--dev-db/sqlite/sqlite-2.8.5.ebuild34
-rw-r--r--dev-db/sqlite/sqlite-2.8.6.ebuild36
12 files changed, 0 insertions, 218 deletions
diff --git a/dev-db/sqlite/files/digest-sqlite-2.7.3 b/dev-db/sqlite/files/digest-sqlite-2.7.3
deleted file mode 100644
index f5ea8ea7e8b0..000000000000
--- a/dev-db/sqlite/files/digest-sqlite-2.7.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 faac89c6a7b90f1dded2fcb3c156fbce sqlite-2.7.3.tar.gz 821137
diff --git a/dev-db/sqlite/files/digest-sqlite-2.8.0 b/dev-db/sqlite/files/digest-sqlite-2.8.0
deleted file mode 100644
index 2e84a7344a02..000000000000
--- a/dev-db/sqlite/files/digest-sqlite-2.8.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 56d5c7d1efde7f239b29ee151712c0b2 sqlite-2.8.0.tar.gz 824187
diff --git a/dev-db/sqlite/files/digest-sqlite-2.8.2 b/dev-db/sqlite/files/digest-sqlite-2.8.2
deleted file mode 100644
index 9a07682fd3fe..000000000000
--- a/dev-db/sqlite/files/digest-sqlite-2.8.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 744e8bd807e98d9e34cec8167dcf922a sqlite-2.8.2.tar.gz 831914
diff --git a/dev-db/sqlite/files/digest-sqlite-2.8.3 b/dev-db/sqlite/files/digest-sqlite-2.8.3
deleted file mode 100644
index 659c500efadf..000000000000
--- a/dev-db/sqlite/files/digest-sqlite-2.8.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b038f5812157359c8e87487a017fa3d8 sqlite-2.8.3.tar.gz 832405
diff --git a/dev-db/sqlite/files/digest-sqlite-2.8.5 b/dev-db/sqlite/files/digest-sqlite-2.8.5
deleted file mode 100644
index da0be881caa2..000000000000
--- a/dev-db/sqlite/files/digest-sqlite-2.8.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 990586435d2ec9ccf1a9837c70f237cf sqlite-2.8.5.tar.gz 817792
diff --git a/dev-db/sqlite/files/digest-sqlite-2.8.6 b/dev-db/sqlite/files/digest-sqlite-2.8.6
deleted file mode 100644
index 1ba23201d6b9..000000000000
--- a/dev-db/sqlite/files/digest-sqlite-2.8.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3047e24370d7e49d7bfd9728addf76cf sqlite-2.8.6.tar.gz 831189
diff --git a/dev-db/sqlite/sqlite-2.7.3.ebuild b/dev-db/sqlite/sqlite-2.7.3.ebuild
deleted file mode 100644
index 46516fc9c250..000000000000
--- a/dev-db/sqlite/sqlite-2.7.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.7.3.ebuild,v 1.8 2004/02/22 19:44:07 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
- dev-lang/tcl"
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="x86 ppc sparc"
-
-src_compile() {
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --sysconfdir=/etc || die
-
- emake || die
- make doc || die
-}
-
-src_install () {
- dodir /usr/{bin,include,lib}
-
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- sysconfdir=${D}/etc \
- install || die
-
- dobin lemon
-
- dodoc README VERSION
- docinto html
- dohtml doc/*.html doc/*.txt doc/*.png
-}
-
diff --git a/dev-db/sqlite/sqlite-2.8.0.ebuild b/dev-db/sqlite/sqlite-2.8.0.ebuild
deleted file mode 100644
index 2bcb40263c50..000000000000
--- a/dev-db/sqlite/sqlite-2.8.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.0.ebuild,v 1.4 2004/02/22 19:44:07 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
- dev-lang/tcl"
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="x86 ppc sparc"
-
-src_compile() {
- econf || die
-
- emake || die
- make 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-2.8.2.ebuild b/dev-db/sqlite/sqlite-2.8.2.ebuild
deleted file mode 100644
index e835063f03f6..000000000000
--- a/dev-db/sqlite/sqlite-2.8.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.2.ebuild,v 1.4 2004/02/22 19:44:07 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
- dev-lang/tcl"
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="x86 ppc sparc ~alpha ~mips ~hppa"
-
-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-2.8.3.ebuild b/dev-db/sqlite/sqlite-2.8.3.ebuild
deleted file mode 100644
index fc6d0eef9df7..000000000000
--- a/dev-db/sqlite/sqlite-2.8.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# 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.5 2004/02/22 19:44:07 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
- dev-lang/tcl"
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="x86 ppc sparc ~alpha ~mips hppa"
-
-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-2.8.5.ebuild b/dev-db/sqlite/sqlite-2.8.5.ebuild
deleted file mode 100644
index 1d166c3aee44..000000000000
--- a/dev-db/sqlite/sqlite-2.8.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.5.ebuild,v 1.4 2004/02/22 19:44:07 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
- dev-lang/tcl"
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa"
-
-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-2.8.6.ebuild b/dev-db/sqlite/sqlite-2.8.6.ebuild
deleted file mode 100644
index a7ae1c89fd37..000000000000
--- a/dev-db/sqlite/sqlite-2.8.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.6.ebuild,v 1.5 2004/02/22 19:44:07 agriffis Exp $
-
-IUSE="nls"
-
-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
- dev-lang/tcl"
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="~x86 ~ppc ~sparc alpha ~mips ~hppa amd64 ia64"
-
-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
-}
-