Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109685 - version bump: iODBC 3.52.2
Summary: version bump: iODBC 3.52.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: http://iodbc.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-18 02:16 UTC by Mike Baikov
Modified: 2006-05-25 16:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
New ebuild (libiodbc-3.52.2.ebuild,1014 bytes, text/plain)
2005-10-18 05:42 UTC, Steven Coutts
Details

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Steven Coutts 2005-10-18 05:42:14 UTC
Created attachment 70929 [details]
New ebuild

New ebuild, removed symlink patch from 3.51.2 don't know if this will affect
anything.
Comment 2 Steven Coutts 2005-10-18 05:43:47 UTC
Comment on attachment 70929 [details]
New ebuild

># Copyright 1999-2005 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header:
>
>inherit eutils
>
>DESCRIPTION="ODBC Interface for Linux"
>HOMEPAGE="http://www.iodbc.org/"
>SRC_URI="http://www.iodbc.org/downloads/iODBC/${P}.tar.gz"
>
>LICENSE="LGPL-2 BSD"
>SLOT="0"
>KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
>IUSE="gtk"
>
>DEPEND="virtual/libc
>	>=sys-libs/readline-4.1
>	>=sys-libs/ncurses-5.2
>	gtk? ( >=x11-libs/gtk+-1.2.10 )"
>
>src_unpack() {
>	unpack ${A}
>	cd ${S}
>}
>
>src_compile() {
>	local myconf
>	myconf="--with-layout=gentoo"
>
>	if use gtk
>	then
>		myconf="$myconf --enable-gui=yes"
>	else
>		myconf="$myconf --disable-gui"
>	fi
>
>	./configure --host=${CHOST} ${myconf} || die
>	make || die
>}
>
>src_install() {
>	make DESTDIR=${D} install || die
>
>	#dodoc AUTHORS ChangeLog NEWS README*
>	#find doc/ -name "Makefile*" -exec rm '{}' \;
>	#dohtml doc/*
>	#prepalldocs
>}
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-05-25 16:49:47 UTC
Bumped in cvs to 3.52.4, with a cleanup.