summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-04-16 11:22:45 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-04-16 11:22:45 +0000
commit7a1baefd251b2fbf4a90768a763415f704016448 (patch)
treec467d548696eaf68a0df81b5e96baa79bb9f90f5 /dev-db/firebird
parentForcing to use old libdvdnav. (diff)
downloadgentoo-2-7a1baefd251b2fbf4a90768a763415f704016448.tar.gz
gentoo-2-7a1baefd251b2fbf4a90768a763415f704016448.tar.bz2
gentoo-2-7a1baefd251b2fbf4a90768a763415f704016448.zip
Changed description. Closes #19376.
Diffstat (limited to 'dev-db/firebird')
-rw-r--r--dev-db/firebird/ChangeLog5
-rw-r--r--dev-db/firebird/firebird-1.0-r1.ebuild12
2 files changed, 10 insertions, 7 deletions
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() {