diff options
author | Michael Imhof <tantive@gentoo.org> | 2004-02-01 23:02:59 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2004-02-01 23:02:59 +0000 |
commit | fc398a558fea598716bc01fd2406ac764d0b1a91 (patch) | |
tree | 636233b2385e0d2de4f52ed0f9d77c5777c9dde2 /dev-db | |
parent | fix version #40087 (diff) | |
download | historical-fc398a558fea598716bc01fd2406ac764d0b1a91.tar.gz historical-fc398a558fea598716bc01fd2406ac764d0b1a91.tar.bz2 historical-fc398a558fea598716bc01fd2406ac764d0b1a91.zip |
Fixed typo in URL.
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/libiodbc/Manifest | 2 | ||||
-rw-r--r-- | dev-db/libiodbc/libiodbc-3.51.1-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/libiodbc/Manifest b/dev-db/libiodbc/Manifest index 0fc3bc08563f..d93d3def7acb 100644 --- a/dev-db/libiodbc/Manifest +++ b/dev-db/libiodbc/Manifest @@ -1,3 +1,3 @@ -MD5 c8a4755991f367d8ad2a49a94b1cfe36 libiodbc-3.51.1-r1.ebuild 1128 +MD5 cdb4a016d407d9b7e9081ce131c2a5d0 libiodbc-3.51.1-r1.ebuild 1127 MD5 594c9de40bf7077acde6ee448f5b5548 ChangeLog 512 MD5 bf083fadf4e1d7d36a3d0711631089b4 files/digest-libiodbc-3.51.1-r1 67 diff --git a/dev-db/libiodbc/libiodbc-3.51.1-r1.ebuild b/dev-db/libiodbc/libiodbc-3.51.1-r1.ebuild index 3e5cd11e6d8e..5370aef233ed 100644 --- a/dev-db/libiodbc/libiodbc-3.51.1-r1.ebuild +++ b/dev-db/libiodbc/libiodbc-3.51.1-r1.ebuild @@ -1,10 +1,10 @@ # 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-r1.ebuild,v 1.1 2004/02/01 12:29:11 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.51.1-r1.ebuild,v 1.2 2004/02/01 23:02:47 tantive Exp $ S=${WORKDIR}/${P} 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/libiodbc-${PV}.tar.gz" -HOMEPAGE="http://www.ioodbc.com" +HOMEPAGE="http://www.iodbc.org" LICENSE="LGPL-2 BSD" DEPEND="gtk? ( =x11-libs/gtk+-1* )" IUSE="gtk" |