diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-02 06:10:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-02 06:10:53 +0000 |
commit | 2a78689e0a8b16465dd47f88f18fe61ed2d54455 (patch) | |
tree | 1415cefb471df4ac9e7ed924fdaf2dd63f8a1135 /dev-db/libiodbc | |
parent | repoman: whitespace cleanup (diff) | |
download | gentoo-2-2a78689e0a8b16465dd47f88f18fe61ed2d54455.tar.gz gentoo-2-2a78689e0a8b16465dd47f88f18fe61ed2d54455.tar.bz2 gentoo-2-2a78689e0a8b16465dd47f88f18fe61ed2d54455.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'dev-db/libiodbc')
-rw-r--r-- | dev-db/libiodbc/Manifest | 6 | ||||
-rw-r--r-- | dev-db/libiodbc/libiodbc-3.51.1-r2.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-db/libiodbc/Manifest b/dev-db/libiodbc/Manifest index a773cf28f278..81db49ecf0ec 100644 --- a/dev-db/libiodbc/Manifest +++ b/dev-db/libiodbc/Manifest @@ -1,5 +1,5 @@ -MD5 a1b3942e99d065a0aab27d4aa7123576 libiodbc-3.51.1-r2.ebuild 1052 -MD5 968a16a46b1b2c45b6db51e83332d80d libiodbc-3.51.1-r1.ebuild 1126 -MD5 526659a486d4e148702c973b2f33e9a0 ChangeLog 657 +MD5 2f0055aec5fe24f75c14cfcf43ae38c5 ChangeLog 658 +MD5 cdb4a016d407d9b7e9081ce131c2a5d0 libiodbc-3.51.1-r1.ebuild 1127 +MD5 4086abd8d5c21d77845c25862d0bd850 libiodbc-3.51.1-r2.ebuild 1054 MD5 bf083fadf4e1d7d36a3d0711631089b4 files/digest-libiodbc-3.51.1-r1 67 MD5 bf083fadf4e1d7d36a3d0711631089b4 files/digest-libiodbc-3.51.1-r2 67 diff --git a/dev-db/libiodbc/libiodbc-3.51.1-r2.ebuild b/dev-db/libiodbc/libiodbc-3.51.1-r2.ebuild index 3a8afe6bac4c..b27a8679f851 100644 --- a/dev-db/libiodbc/libiodbc-3.51.1-r2.ebuild +++ b/dev-db/libiodbc/libiodbc-3.51.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.51.1-r2.ebuild,v 1.1 2004/02/02 01:29:25 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.51.1-r2.ebuild,v 1.2 2004/02/02 06:10:39 mr_bones_ Exp $ DESCRIPTION="iODBC is the acronym for Independent Open DataBase Connectivity, an Open Source platform independent implementation of both the ODBC and X/Open specifications. It is rapidly emerging as the industry standard for developing solutions that are language, platform and database independent." SRC_URI="http://www.iodbc.org/dist/${P}.tar.gz" HOMEPAGE="http://www.iodbc.org/" @@ -13,7 +13,7 @@ SLOT=0 src_compile() { local myconf use gtk || myconf="${myconf} --disable-gui --disable-gtktest" - econf ${myconf} --with-iodbc-inidir=/etc + econf ${myconf} --with-iodbc-inidir=/etc emake } |