summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-07-23 03:03:25 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-07-23 03:03:25 +0000
commit9df85a9dee4b9e07d21472d90ebbe7e146d9cc92 (patch)
tree08fe59e0ad5b1da56aadcea6523eb2b53f408fd9
parentFixes for repoman (diff)
downloadgentoo-2-9df85a9dee4b9e07d21472d90ebbe7e146d9cc92.tar.gz
gentoo-2-9df85a9dee4b9e07d21472d90ebbe7e146d9cc92.tar.bz2
gentoo-2-9df85a9dee4b9e07d21472d90ebbe7e146d9cc92.zip
Fixes for repoman
-rw-r--r--dev-db/sqlite/ChangeLog6
-rw-r--r--dev-db/sqlite/sqlite-2.2.1-r1.ebuild6
-rw-r--r--dev-db/sqlite/sqlite-2.2.5.ebuild6
-rw-r--r--dev-db/sqlite/sqlite-2.4.2.ebuild6
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() {