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 | 2373061c8437987cf64bca081943880350290a75 (patch) | |
tree | 38eed2447fc942283a02d8c9e100caf3d0f4e01d /dev-db/firebird-docs | |
parent | bad KEYWORDS (diff) | |
download | gentoo-2-2373061c8437987cf64bca081943880350290a75.tar.gz gentoo-2-2373061c8437987cf64bca081943880350290a75.tar.bz2 gentoo-2-2373061c8437987cf64bca081943880350290a75.zip |
passes repoman
Diffstat (limited to 'dev-db/firebird-docs')
-rw-r--r-- | dev-db/firebird-docs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/firebird-docs/firebird-docs-1.0.ebuild | 8 |
2 files changed, 9 insertions, 5 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() { |