diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:29:29 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:29:29 +0000 |
commit | dacd3fae1731f833aece4e53f86ca4f50822f66b (patch) | |
tree | b1a2f0f8c339914aa7e313554b90bf5dda770f9a /dev-db/gigabase/gigabase-2.76.ebuild | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.gz gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.bz2 gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-db/gigabase/gigabase-2.76.ebuild')
-rw-r--r-- | dev-db/gigabase/gigabase-2.76.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/gigabase/gigabase-2.76.ebuild b/dev-db/gigabase/gigabase-2.76.ebuild index 93981ace7c0e..11256cac31fc 100644 --- a/dev-db/gigabase/gigabase-2.76.ebuild +++ b/dev-db/gigabase/gigabase-2.76.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-2.76.ebuild,v 1.3 2003/07/11 21:04:12 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-2.76.ebuild,v 1.4 2003/09/06 22:25:50 msterret Exp $ DESCRIPTION="OO-DBMS with interfaces for C/C++/Java/PHP/Perl" HOMEPAGE="http://www.garret.ru/~knizhnik/gigabase.html" @@ -15,12 +15,12 @@ S=${WORKDIR}/gigabase src_compile() { mf="${S}/Makefile" - + econf sed -r -e 's/subsql([^\.]|$)/subsql-gdb\1/' ${mf} > ${mf}.tmp mv ${mf}.tmp ${mf} - + emake || die } @@ -30,7 +30,7 @@ src_install() { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install || die - + dodoc CHANGES dohtml GigaBASE.htm dohtml -r docs/html/* |