diff options
author | Michael Imhof <tantive@gentoo.org> | 2004-03-04 13:32:47 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2004-03-04 13:32:47 +0000 |
commit | 6c4ac3a47a07528e66111fdb63f1231b8415e0fb (patch) | |
tree | 89647975ee9fd6ba75a13187717ccd669a6eed48 /dev-db/libiodbc | |
parent | dep for gwine, bug 27301 (Manifest recommit) (diff) | |
download | gentoo-2-6c4ac3a47a07528e66111fdb63f1231b8415e0fb.tar.gz gentoo-2-6c4ac3a47a07528e66111fdb63f1231b8415e0fb.tar.bz2 gentoo-2-6c4ac3a47a07528e66111fdb63f1231b8415e0fb.zip |
Cleaned out old files.
Diffstat (limited to 'dev-db/libiodbc')
-rw-r--r-- | dev-db/libiodbc/files/digest-libiodbc-3.51.1-r1 | 1 | ||||
-rw-r--r-- | dev-db/libiodbc/libiodbc-3.51.1-r1.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-db/libiodbc/files/digest-libiodbc-3.51.1-r1 b/dev-db/libiodbc/files/digest-libiodbc-3.51.1-r1 deleted file mode 100644 index 6f0390ca8fe2..000000000000 --- a/dev-db/libiodbc/files/digest-libiodbc-3.51.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c63b6f3d7bc459bdf791517c84402160 libiodbc-3.51.1.tar.gz 540563 diff --git a/dev-db/libiodbc/libiodbc-3.51.1-r1.ebuild b/dev-db/libiodbc/libiodbc-3.51.1-r1.ebuild deleted file mode 100644 index 5370aef233ed..000000000000 --- a/dev-db/libiodbc/libiodbc-3.51.1-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.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.iodbc.org" -LICENSE="LGPL-2 BSD" -DEPEND="gtk? ( =x11-libs/gtk+-1* )" -IUSE="gtk" -KEYWORDS="~x86" -SLOT=0 - -src_compile() { - local myconf - myconf="--prefix=${D}/usr/local --exec-prefix=${D}/usr/local --with-iodbc-inidir=/etc" - use gtk || myconf="$myconf --disable-gui --disable-gtktest" - econf ${myconf} - emake -} - -src_install () { - make install || die "make install failed" - ## need to fix *.la - cd ${D}/usr/local/lib - for file in `ls *.la`; do - sed -i "s:"${D}"/usr/local:/usr/local:" $file; - done -} |