summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-db/firebird-docs/ChangeLog5
-rw-r--r--dev-db/firebird-docs/firebird-docs-1.0.ebuild4
-rw-r--r--dev-db/firebird/ChangeLog5
-rw-r--r--dev-db/firebird/firebird-1.0-r1.ebuild12
4 files changed, 16 insertions, 10 deletions
diff --git a/dev-db/firebird-docs/ChangeLog b/dev-db/firebird-docs/ChangeLog
index de451e4509f8..57481dbd9bd6 100644
--- a/dev-db/firebird-docs/ChangeLog
+++ b/dev-db/firebird-docs/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for dev-db/firebird-docs
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird-docs/ChangeLog,v 1.4 2003/02/12 05:48:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird-docs/ChangeLog,v 1.5 2003/04/16 11:22:45 mholzer Exp $
*firebird-docs-1.0 (20 Mar 2002)
+ 16 Apr 2003; Martin Holzer <mholzer@gentoo.org> firebird-docs-1.0.ebuild:
+ Changed description. Closes #19376.
+
22 Jul 2002; Ryan Phillips <rphillips@gentoo.org> firebird-docs-1.0.ebuild :
fixes for repoman
diff --git a/dev-db/firebird-docs/firebird-docs-1.0.ebuild b/dev-db/firebird-docs/firebird-docs-1.0.ebuild
index 1123c9be1804..87f0781844d6 100644
--- a/dev-db/firebird-docs/firebird-docs-1.0.ebuild
+++ b/dev-db/firebird-docs/firebird-docs-1.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird-docs/firebird-docs-1.0.ebuild,v 1.6 2003/02/13 10:01:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird-docs/firebird-docs-1.0.ebuild,v 1.7 2003/04/16 11:22:45 mholzer 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."
+DESCRIPTION="A relational database offering many ANSI SQL-92 features"
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/"
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog
index d01f7cbc1644..37fea03566cc 100644
--- a/dev-db/firebird/ChangeLog
+++ b/dev-db/firebird/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for dev-db/firebird
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.4 2003/02/12 05:47:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.5 2003/04/16 11:21:19 mholzer Exp $
*firebird-1.0-r1 (22 Mar 2002)
+ 16 Apr 2003; Martin Holzer <mholzer@gentoo.org> firebird-1.0-r1.ebuild:
+ Changed description. Closes #19376.
+
22 Mar 2002; G.Bevin <gbevin@gentoo.org> firebird-1.0-r1.ebuild
files/firebird-1.0-r1 files/firebird-1.0-gentoo.patch:
diff --git a/dev-db/firebird/firebird-1.0-r1.ebuild b/dev-db/firebird/firebird-1.0-r1.ebuild
index 29c968c21cdf..9fc92c037545 100644
--- a/dev-db/firebird/firebird-1.0-r1.ebuild
+++ b/dev-db/firebird/firebird-1.0-r1.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/firebird/firebird-1.0-r1.ebuild,v 1.7 2003/03/11 20:50:08 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.0-r1.ebuild,v 1.8 2003/04/16 11:21:19 mholzer 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"
+S=${WORKDIR}/${PN}-1.0.0.796
+DESCRIPTION="A relational database offering many ANSI SQL-92 features"
+SRC_URI="mirror://sourceforge/${PN}/FirebirdCS-1.0.0.796-0.tar.gz
+ mirror://sourceforge/${PN}/Firebird-1.0.0.796.src.tar.gz"
HOMEPAGE="http://firebird.sourceforge.net/"
SLOT="0"
LICENSE="MPL-1.1"
@@ -22,7 +22,7 @@ src_unpack() {
tar xzf buildroot.tar.gz
cd ${S}
- patch -p1 < ${FILESDIR}/firebird-1.0-gentoo.patch
+ patch -p1 < ${FILESDIR}/${P}-gentoo.patch
}
src_compile() {