diff options
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-2.2.1-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-2.2.5.ebuild | 6 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-2.4.2.ebuild | 6 |
4 files changed, 17 insertions, 7 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 9c1e25c98fab..21ac613e0946 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/sqlite # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.3 2002/03/21 18:57:37 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.4 2002/07/23 03:03:25 rphillips Exp $ + + 22 Jul 2002; Ryan Phillips <rphillips@gentoo.org> * : + + Fixes for repoman *sqlite-2.4.2 (21 Mar 2002) diff --git a/dev-db/sqlite/sqlite-2.2.1-r1.ebuild b/dev-db/sqlite/sqlite-2.2.1-r1.ebuild index b8ea8ed847b7..8f3984a18c36 100644 --- a/dev-db/sqlite/sqlite-2.2.1-r1.ebuild +++ b/dev-db/sqlite/sqlite-2.2.1-r1.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.2.1-r1.ebuild,v 1.2 2002/07/11 06:30:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.2.1-r1.ebuild,v 1.3 2002/07/23 03:03:25 rphillips 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/" - +KEYWORDS="x86" DEPEND="virtual/glibc dev-lang/tcl" +SLOT="0" +LICENSE="as-is" src_compile() { diff --git a/dev-db/sqlite/sqlite-2.2.5.ebuild b/dev-db/sqlite/sqlite-2.2.5.ebuild index f92d020179da..dc48c040f266 100644 --- a/dev-db/sqlite/sqlite-2.2.5.ebuild +++ b/dev-db/sqlite/sqlite-2.2.5.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.2.5.ebuild,v 1.2 2002/07/11 06:30:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.2.5.ebuild,v 1.3 2002/07/23 03:03:25 rphillips 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/" - +KEYWORDS="x86" DEPEND="virtual/glibc dev-lang/tcl" +SLOT="0" +LICENSE="as-is" src_compile() { diff --git a/dev-db/sqlite/sqlite-2.4.2.ebuild b/dev-db/sqlite/sqlite-2.4.2.ebuild index d684047f9ef8..c56b8397088f 100644 --- a/dev-db/sqlite/sqlite-2.4.2.ebuild +++ b/dev-db/sqlite/sqlite-2.4.2.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.4.2.ebuild,v 1.2 2002/07/11 06:30:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.4.2.ebuild,v 1.3 2002/07/23 03:03:25 rphillips 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() { |