diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-07-23 02:51:51 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-07-23 02:51:51 +0000 |
commit | 0b2ed13a35b463c8b39f055f7df7ea0098e93ae2 (patch) | |
tree | 73985efd6882837584d3330bd3cc3d264217e468 /dev-db/firebird | |
parent | bad KEYWORDS (diff) | |
download | historical-0b2ed13a35b463c8b39f055f7df7ea0098e93ae2.tar.gz historical-0b2ed13a35b463c8b39f055f7df7ea0098e93ae2.tar.bz2 historical-0b2ed13a35b463c8b39f055f7df7ea0098e93ae2.zip |
passes repoman
Diffstat (limited to 'dev-db/firebird')
-rw-r--r-- | dev-db/firebird/firebird-1.0-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/firebird/firebird-1.0-r1.ebuild b/dev-db/firebird/firebird-1.0-r1.ebuild index a8f8ecc6aba0..6ce07f878bc2 100644 --- a/dev-db/firebird/firebird-1.0-r1.ebuild +++ b/dev-db/firebird/firebird-1.0-r1.ebuild @@ -1,15 +1,15 @@ # 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/firebird/firebird-1.0-r1.ebuild,v 1.3 2002/07/11 06:30:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.0-r1.ebuild,v 1.4 2002/07/23 02:50:22 rphillips Exp $ S=${WORKDIR}/firebird-1.0.0.796 - DESCRIPTION="Firebird is a relational database offering many ANSI SQL-92 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names since 1981." SRC_URI="mirror://sourceforge/firebird/FirebirdCS-1.0.0.796-0.tar.gz mirror://sourceforge/firebird/Firebird-1.0.0.796.src.tar.gz" - HOMEPAGE="http://firebird.sourceforge.net/" - +SLOT="0" +LICENSE="MPL-1.1" +KEYWORDS="x86" DEPEND="sys-apps/bash app-arch/zip >=sys-devel/gcc-2.95.3-r5" |