diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 13:18:14 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 13:18:14 +0000 |
commit | 36ee6b55d9790927297da10acc782b5239a1f85e (patch) | |
tree | 2a6fe3c526229c0502843b37750f2c929c6a1dab /dev-db | |
parent | mark .9 x86 stable (diff) | |
download | gentoo-2-36ee6b55d9790927297da10acc782b5239a1f85e.tar.gz gentoo-2-36ee6b55d9790927297da10acc782b5239a1f85e.tar.bz2 gentoo-2-36ee6b55d9790927297da10acc782b5239a1f85e.zip |
Invalid License Cleanups. Part 1.
Also updated VIM license file.
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/dbbalancer/dbbalancer-0.4.4.ebuild | 4 | ||||
-rw-r--r-- | dev-db/sqsh/sqsh-2.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild b/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild index f6ed729ab3fb..787f87435679 100644 --- a/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild +++ b/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild,v 1.2 2003/02/13 10:01:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild,v 1.3 2003/02/28 13:18:14 liquidx Exp $ DESCRIPTION="Load balancing multithreaded PostgreSQL connection pool. Also has a replication mode to keep in sync the load balanced backend servers." HOMEPAGE="http://sourceforge.net/projects/dbbalancer" SRC_URI="http://easynews.dl.sourceforge.net/sourceforge/dbbalancer/dbbalancer-0.4.4.tar.gz" -LICENSE="GPL" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" diff --git a/dev-db/sqsh/sqsh-2.1.ebuild b/dev-db/sqsh/sqsh-2.1.ebuild index 06caadfcd55a..c90610586feb 100644 --- a/dev-db/sqsh/sqsh-2.1.ebuild +++ b/dev-db/sqsh/sqsh-2.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/sqsh-2.1.ebuild,v 1.3 2003/02/13 10:05:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/sqsh-2.1.ebuild,v 1.4 2003/02/28 13:18:14 liquidx Exp $ S=${WORKDIR}/${P} DESCRIPTION="Replacement for the venerable 'isql' program supplied by Sybase." HOMEPAGE="http://www.sqsh.org/" -LICENSE="GPL" +LICENSE="GPL-2" DEPEND="dev-db/freetds readline? ( sys-libs/readline ) X? ( x11-base/xfree ) |