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 | |
parent | bad KEYWORDS (diff) | |
download | historical-0b2ed13a35b463c8b39f055f7df7ea0098e93ae2.tar.gz historical-0b2ed13a35b463c8b39f055f7df7ea0098e93ae2.tar.bz2 historical-0b2ed13a35b463c8b39f055f7df7ea0098e93ae2.zip |
passes repoman
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/firebird-docs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/firebird-docs/firebird-docs-1.0.ebuild | 8 | ||||
-rw-r--r-- | dev-db/firebird/firebird-1.0-r1.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/dev-db/firebird-docs/ChangeLog b/dev-db/firebird-docs/ChangeLog index 48ae97e9483e..4e5cf05e6746 100644 --- a/dev-db/firebird-docs/ChangeLog +++ b/dev-db/firebird-docs/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for dev-lang/sather # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird-docs/ChangeLog,v 1.1 2002/03/20 19:19:43 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird-docs/ChangeLog,v 1.2 2002/07/23 02:51:51 rphillips Exp $ *firebird-docs-1.0 (20 Mar 2002) + 22 Jul 2002; Ryan Phillips <rphillips@gentoo.org> firebird-docs-1.0.ebuild : + + fixes for repoman + 20 Mar 2002; G.Bevin <gbevin@gentoo.org> firebird-docs-1.0.ebuild files/firebird-docs-1.0: diff --git a/dev-db/firebird-docs/firebird-docs-1.0.ebuild b/dev-db/firebird-docs/firebird-docs-1.0.ebuild index 9bd763b17e40..f16889ff53e8 100644 --- a/dev-db/firebird-docs/firebird-docs-1.0.ebuild +++ b/dev-db/firebird-docs/firebird-docs-1.0.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-docs/firebird-docs-1.0.ebuild,v 1.3 2002/07/11 06:30:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird-docs/firebird-docs-1.0.ebuild,v 1.4 2002/07/23 02:51:51 rphillips Exp $ S=${WORKDIR} - 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/Firebird_v1_ReleaseNotes.pdf ftp://ftpc.inprise.com/pub/interbase/techpubs/ib_b60_doc.zip" - HOMEPAGE="http://firebird.sourceforge.net/" - +SLOT="0" +LICENSE="MPL-1.1" +KEYWORDS="x86" DEPEND="app-arch/zip" src_unpack() { 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" |