diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-12-03 14:41:57 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-12-03 14:41:57 +0000 |
commit | c5d94183c78017c166d81739628e05e74ad9246f (patch) | |
tree | d0a91312d7897b3da42462266eb366bb22e6c58e /dev-db/sqlite | |
parent | keyworded ~ppc (diff) | |
download | gentoo-2-c5d94183c78017c166d81739628e05e74ad9246f.tar.gz gentoo-2-c5d94183c78017c166d81739628e05e74ad9246f.tar.bz2 gentoo-2-c5d94183c78017c166d81739628e05e74ad9246f.zip |
added to stable
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r-- | dev-db/sqlite/files/digest-sqlite-2.6.1 | 1 | ||||
-rw-r--r-- | dev-db/sqlite/files/digest-sqlite-2.6.3 | 1 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-2.6.1.ebuild | 43 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-2.6.3.ebuild | 43 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-2.7.3.ebuild | 4 |
5 files changed, 2 insertions, 90 deletions
diff --git a/dev-db/sqlite/files/digest-sqlite-2.6.1 b/dev-db/sqlite/files/digest-sqlite-2.6.1 deleted file mode 100644 index 12c586232fca..000000000000 --- a/dev-db/sqlite/files/digest-sqlite-2.6.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e1d4f6995c4e0114c026942c0f968fa6 sqlite-2.6.1.tar.gz 820890 diff --git a/dev-db/sqlite/files/digest-sqlite-2.6.3 b/dev-db/sqlite/files/digest-sqlite-2.6.3 deleted file mode 100644 index 79e0cc1ef529..000000000000 --- a/dev-db/sqlite/files/digest-sqlite-2.6.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 87e18e757418de66dc81708ccc4f78b5 sqlite-2.6.3.tar.gz 839449 diff --git a/dev-db/sqlite/sqlite-2.6.1.ebuild b/dev-db/sqlite/sqlite-2.6.1.ebuild deleted file mode 100644 index 139ada16b469..000000000000 --- a/dev-db/sqlite/sqlite-2.6.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.6.1.ebuild,v 1.2 2002/10/04 05:09:59 vapier 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" - -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.6.3.ebuild b/dev-db/sqlite/sqlite-2.6.3.ebuild deleted file mode 100644 index 0eab37f70226..000000000000 --- a/dev-db/sqlite/sqlite-2.6.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.6.3.ebuild,v 1.4 2002/11/11 20:13:44 cretin 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 sparc64" - -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.7.3.ebuild b/dev-db/sqlite/sqlite-2.7.3.ebuild index 64478fee411f..35f56bbe10c8 100644 --- a/dev-db/sqlite/sqlite-2.7.3.ebuild +++ b/dev-db/sqlite/sqlite-2.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.2 2002/11/11 20:13:44 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.7.3.ebuild,v 1.3 2002/12/03 14:41:57 verwilst Exp $ S=${WORKDIR}/sqlite DESCRIPTION="SQLite: An SQL Database Engine in a C Library." @@ -10,7 +10,7 @@ DEPEND="virtual/glibc dev-lang/tcl" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64" +KEYWORDS="x86 ppc sparc sparc64" src_compile() { ./configure --host=${CHOST} \ |