public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/libiodbc: ChangeLog libiodbc-3.52.7.ebuild
@ 2009-10-05 15:33 Christian Hoffmann (hoffie)
  0 siblings, 0 replies; 11+ messages in thread
From: Christian Hoffmann (hoffie) @ 2009-10-05 15:33 UTC (permalink / raw
  To: gentoo-commits

hoffie      09/10/05 15:33:22

  Modified:             ChangeLog
  Added:                libiodbc-3.52.7.ebuild
  Log:
  version bump, should fix bug 286525
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 dev-db/libiodbc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	31 Dec 2007 12:27:28 -0000	1.41
+++ ChangeLog	5 Oct 2009 15:33:22 -0000	1.42
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/libiodbc
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.41 2007/12/31 12:27:28 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.42 2009/10/05 15:33:22 hoffie Exp $
+
+*libiodbc-3.52.7 (05 Oct 2009)
+
+  05 Oct 2009; Christian Hoffmann <hoffie@gentoo.org>
+  +libiodbc-3.52.7.ebuild:
+  version bump, should fix bug 286525, thanks a lot to Juergen Rose
+  <rose@rz.uni-potsdam.de> and Rafał Mużyło <galtgendo@o2.pl>
 
   31 Dec 2007; Raúl Porcel <armin76@gentoo.org> libiodbc-3.52.6.ebuild:
   alpha/ia64/sparc stable wrt #203633



1.1                  dev-db/libiodbc/libiodbc-3.52.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.1&content-type=text/plain

Index: libiodbc-3.52.7.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.1 2009/10/05 15:33:22 hoffie Exp $

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"

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"
IUSE="gtk"

DEPEND=">=sys-libs/readline-4.1
	>=sys-libs/ncurses-5.2
	gtk? ( =x11-libs/gtk+-2* )"
RDEPEND="${DEPEND}"

src_unpack() {
	unpack ${A}
	cd "${S}"
	sed -i.orig \
		-e '/^cd "$PREFIX"/,/^esac/d' \
		iodbc/install_libodbc.sh || die "sed failed"
}

src_compile() {
	econf \
		--with-layout=gentoo \
		$(use_enable gtk gui) \
		|| die "econf failed"

	emake -j1 || die "emake failed"
}

src_install() {
	emake -j1 DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog NEWS README
}






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/libiodbc: ChangeLog libiodbc-3.52.7.ebuild
@ 2010-02-10  7:06 Jonathan Callen (abcd)
  0 siblings, 0 replies; 11+ messages in thread
From: Jonathan Callen (abcd) @ 2010-02-10  7:06 UTC (permalink / raw
  To: gentoo-commits

abcd        10/02/10 07:06:51

  Modified:             ChangeLog libiodbc-3.52.7.ebuild
  Log:
  Add ~amd64-linux/~x86-linux keywords
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.43                 dev-db/libiodbc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	5 Oct 2009 15:33:22 -0000	1.42
+++ ChangeLog	10 Feb 2010 07:06:50 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libiodbc
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.42 2009/10/05 15:33:22 hoffie Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.43 2010/02/10 07:06:50 abcd Exp $
+
+  10 Feb 2010; Jonathan Callen <abcd@gentoo.org> libiodbc-3.52.7.ebuild:
+  Add ~amd64-linux/~x86-linux keywords
 
 *libiodbc-3.52.7 (05 Oct 2009)
 



1.2                  dev-db/libiodbc/libiodbc-3.52.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?r1=1.1&r2=1.2

Index: libiodbc-3.52.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libiodbc-3.52.7.ebuild	5 Oct 2009 15:33:22 -0000	1.1
+++ libiodbc-3.52.7.ebuild	10 Feb 2010 07:06:50 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.1 2009/10/05 15:33:22 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.2 2010/02/10 07:06:50 abcd Exp $
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 DESCRIPTION="ODBC Interface for Linux."
 HOMEPAGE="http://www.iodbc.org/"






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/libiodbc: ChangeLog libiodbc-3.52.7.ebuild
@ 2010-02-11 13:41 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 11+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-02-11 13:41 UTC (permalink / raw
  To: gentoo-commits

fauli       10/02/11 13:41:27

  Modified:             ChangeLog libiodbc-3.52.7.ebuild
  Log:
  stable x86, bug 286525
  (Portage version: 2.1.7.16/cvs/Linux i686)

Revision  Changes    Path
1.44                 dev-db/libiodbc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	10 Feb 2010 07:06:50 -0000	1.43
+++ ChangeLog	11 Feb 2010 13:41:26 -0000	1.44
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/libiodbc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.43 2010/02/10 07:06:50 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.44 2010/02/11 13:41:26 fauli Exp $
+
+  11 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
+  libiodbc-3.52.7.ebuild:
+  stable x86, bug 286525
 
   10 Feb 2010; Jonathan Callen <abcd@gentoo.org> libiodbc-3.52.7.ebuild:
   Add ~amd64-linux/~x86-linux keywords



1.3                  dev-db/libiodbc/libiodbc-3.52.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?r1=1.2&r2=1.3

Index: libiodbc-3.52.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libiodbc-3.52.7.ebuild	10 Feb 2010 07:06:50 -0000	1.2
+++ libiodbc-3.52.7.ebuild	11 Feb 2010 13:41:26 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.2 2010/02/10 07:06:50 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.3 2010/02/11 13:41:26 fauli Exp $
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
 
 DESCRIPTION="ODBC Interface for Linux."
 HOMEPAGE="http://www.iodbc.org/"






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/libiodbc: ChangeLog libiodbc-3.52.7.ebuild
@ 2010-02-11 16:58 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2010-02-11 16:58 UTC (permalink / raw
  To: gentoo-commits

jer         10/02/11 16:58:19

  Modified:             ChangeLog libiodbc-3.52.7.ebuild
  Log:
  Stable for HPPA (bug #286525).
  (Portage version: 2.2_rc62/cvs/Linux i686)

Revision  Changes    Path
1.45                 dev-db/libiodbc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	11 Feb 2010 13:41:26 -0000	1.44
+++ ChangeLog	11 Feb 2010 16:58:19 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libiodbc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.44 2010/02/11 13:41:26 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.45 2010/02/11 16:58:19 jer Exp $
+
+  11 Feb 2010; Jeroen Roovers <jer@gentoo.org> libiodbc-3.52.7.ebuild:
+  Stable for HPPA (bug #286525).
 
   11 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
   libiodbc-3.52.7.ebuild:



1.4                  dev-db/libiodbc/libiodbc-3.52.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?r1=1.3&r2=1.4

Index: libiodbc-3.52.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libiodbc-3.52.7.ebuild	11 Feb 2010 13:41:26 -0000	1.3
+++ libiodbc-3.52.7.ebuild	11 Feb 2010 16:58:19 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.3 2010/02/11 13:41:26 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.4 2010/02/11 16:58:19 jer Exp $
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
 
 DESCRIPTION="ODBC Interface for Linux."
 HOMEPAGE="http://www.iodbc.org/"






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/libiodbc: ChangeLog libiodbc-3.52.7.ebuild
@ 2010-02-13 18:59 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2010-02-13 18:59 UTC (permalink / raw
  To: gentoo-commits

armin76     10/02/13 18:59:32

  Modified:             ChangeLog libiodbc-3.52.7.ebuild
  Log:
  alpha/arm/ia64/s390/sh/sparc stable wrt #286525
  (Portage version: 2.1.7.16/cvs/Linux ia64)

Revision  Changes    Path
1.46                 dev-db/libiodbc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	11 Feb 2010 16:58:19 -0000	1.45
+++ ChangeLog	13 Feb 2010 18:59:32 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libiodbc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.45 2010/02/11 16:58:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.46 2010/02/13 18:59:32 armin76 Exp $
+
+  13 Feb 2010; Raúl Porcel <armin76@gentoo.org> libiodbc-3.52.7.ebuild:
+  alpha/arm/ia64/s390/sh/sparc stable wrt #286525
 
   11 Feb 2010; Jeroen Roovers <jer@gentoo.org> libiodbc-3.52.7.ebuild:
   Stable for HPPA (bug #286525).



1.5                  dev-db/libiodbc/libiodbc-3.52.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?r1=1.4&r2=1.5

Index: libiodbc-3.52.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libiodbc-3.52.7.ebuild	11 Feb 2010 16:58:19 -0000	1.4
+++ libiodbc-3.52.7.ebuild	13 Feb 2010 18:59:32 -0000	1.5
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.4 2010/02/11 16:58:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.5 2010/02/13 18:59:32 armin76 Exp $
 
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
 
 DESCRIPTION="ODBC Interface for Linux."
 HOMEPAGE="http://www.iodbc.org/"






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/libiodbc: ChangeLog libiodbc-3.52.7.ebuild
@ 2010-02-24 16:35 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 11+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-02-24 16:35 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/02/24 16:35:26

  Modified:             ChangeLog libiodbc-3.52.7.ebuild
  Log:
  Stable on amd64 wrt bug #286525
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 dev-db/libiodbc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	13 Feb 2010 18:59:32 -0000	1.46
+++ ChangeLog	24 Feb 2010 16:35:25 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libiodbc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.46 2010/02/13 18:59:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.47 2010/02/24 16:35:25 hwoarang Exp $
+
+  24 Feb 2010; Markos Chandras <hwoarang@gentoo.org> libiodbc-3.52.7.ebuild:
+  Stable on amd64 wrt bug #286525
 
   13 Feb 2010; Raúl Porcel <armin76@gentoo.org> libiodbc-3.52.7.ebuild:
   alpha/arm/ia64/s390/sh/sparc stable wrt #286525



1.6                  dev-db/libiodbc/libiodbc-3.52.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?r1=1.5&r2=1.6

Index: libiodbc-3.52.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libiodbc-3.52.7.ebuild	13 Feb 2010 18:59:32 -0000	1.5
+++ libiodbc-3.52.7.ebuild	24 Feb 2010 16:35:25 -0000	1.6
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.5 2010/02/13 18:59:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.6 2010/02/24 16:35:25 hwoarang Exp $
 
-KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
 
 DESCRIPTION="ODBC Interface for Linux."
 HOMEPAGE="http://www.iodbc.org/"






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/libiodbc: ChangeLog libiodbc-3.52.7.ebuild
@ 2010-03-11 17:12 Brent Baude (ranger)
  0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2010-03-11 17:12 UTC (permalink / raw
  To: gentoo-commits

ranger      10/03/11 17:12:39

  Modified:             ChangeLog libiodbc-3.52.7.ebuild
  Log:
  Marking libiodbc-3.52.7 ppc for bug 286525
  (Portage version: 2.1.7.17/cvs/Linux ppc64)

Revision  Changes    Path
1.48                 dev-db/libiodbc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	24 Feb 2010 16:35:25 -0000	1.47
+++ ChangeLog	11 Mar 2010 17:12:38 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libiodbc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.47 2010/02/24 16:35:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.48 2010/03/11 17:12:38 ranger Exp $
+
+  11 Mar 2010; Brent Baude <ranger@gentoo.org> libiodbc-3.52.7.ebuild:
+  Marking libiodbc-3.52.7 ppc for bug 286525
 
   24 Feb 2010; Markos Chandras <hwoarang@gentoo.org> libiodbc-3.52.7.ebuild:
   Stable on amd64 wrt bug #286525



1.7                  dev-db/libiodbc/libiodbc-3.52.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?r1=1.6&r2=1.7

Index: libiodbc-3.52.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libiodbc-3.52.7.ebuild	24 Feb 2010 16:35:25 -0000	1.6
+++ libiodbc-3.52.7.ebuild	11 Mar 2010 17:12:38 -0000	1.7
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.6 2010/02/24 16:35:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.7 2010/03/11 17:12:38 ranger Exp $
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
 
 DESCRIPTION="ODBC Interface for Linux."
 HOMEPAGE="http://www.iodbc.org/"






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/libiodbc: ChangeLog libiodbc-3.52.7.ebuild
@ 2010-03-11 17:52 Brent Baude (ranger)
  0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2010-03-11 17:52 UTC (permalink / raw
  To: gentoo-commits

ranger      10/03/11 17:52:52

  Modified:             ChangeLog libiodbc-3.52.7.ebuild
  Log:
  Marking libiodbc-3.52.7 ppc64 for bug 286525
  (Portage version: 2.1.7.17/cvs/Linux ppc64)

Revision  Changes    Path
1.49                 dev-db/libiodbc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	11 Mar 2010 17:12:38 -0000	1.48
+++ ChangeLog	11 Mar 2010 17:52:51 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libiodbc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.48 2010/03/11 17:12:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.49 2010/03/11 17:52:51 ranger Exp $
+
+  11 Mar 2010; Brent Baude <ranger@gentoo.org> libiodbc-3.52.7.ebuild:
+  Marking libiodbc-3.52.7 ppc64 for bug 286525
 
   11 Mar 2010; Brent Baude <ranger@gentoo.org> libiodbc-3.52.7.ebuild:
   Marking libiodbc-3.52.7 ppc for bug 286525



1.8                  dev-db/libiodbc/libiodbc-3.52.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?r1=1.7&r2=1.8

Index: libiodbc-3.52.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libiodbc-3.52.7.ebuild	11 Mar 2010 17:12:38 -0000	1.7
+++ libiodbc-3.52.7.ebuild	11 Mar 2010 17:52:51 -0000	1.8
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.7 2010/03/11 17:12:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.8 2010/03/11 17:52:51 ranger Exp $
 
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
 
 DESCRIPTION="ODBC Interface for Linux."
 HOMEPAGE="http://www.iodbc.org/"






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/libiodbc: ChangeLog libiodbc-3.52.7.ebuild
@ 2010-05-02  9:20 Alexis Ballier (aballier)
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2010-05-02  9:20 UTC (permalink / raw
  To: gentoo-commits

aballier    10/05/02 09:20:18

  Modified:             ChangeLog libiodbc-3.52.7.ebuild
  Log:
  keyword ~x86-fbsd
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 dev-db/libiodbc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	11 Mar 2010 17:52:51 -0000	1.49
+++ ChangeLog	2 May 2010 09:20:18 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libiodbc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.49 2010/03/11 17:52:51 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.50 2010/05/02 09:20:18 aballier Exp $
+
+  02 May 2010; Alexis Ballier <aballier@gentoo.org> libiodbc-3.52.7.ebuild:
+  keyword ~x86-fbsd
 
   11 Mar 2010; Brent Baude <ranger@gentoo.org> libiodbc-3.52.7.ebuild:
   Marking libiodbc-3.52.7 ppc64 for bug 286525



1.9                  dev-db/libiodbc/libiodbc-3.52.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?r1=1.8&r2=1.9

Index: libiodbc-3.52.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libiodbc-3.52.7.ebuild	11 Mar 2010 17:52:51 -0000	1.8
+++ libiodbc-3.52.7.ebuild	2 May 2010 09:20:18 -0000	1.9
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.8 2010/03/11 17:52:51 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.9 2010/05/02 09:20:18 aballier Exp $
 
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 
 DESCRIPTION="ODBC Interface for Linux."
 HOMEPAGE="http://www.iodbc.org/"






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/libiodbc: ChangeLog libiodbc-3.52.7.ebuild
@ 2010-07-10 12:00 Fabian Groffen (grobian)
  0 siblings, 0 replies; 11+ messages in thread
From: Fabian Groffen (grobian) @ 2010-07-10 12:00 UTC (permalink / raw
  To: gentoo-commits

grobian     10/07/10 12:00:37

  Modified:             ChangeLog libiodbc-3.52.7.ebuild
  Log:
  Set correct inidir for Prefix, marked ~ppc-macos
  (Portage version: 2.2.01.15354-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.51                 dev-db/libiodbc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libiodbc/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	2 May 2010 09:20:18 -0000	1.50
+++ ChangeLog	10 Jul 2010 12:00:36 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libiodbc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.50 2010/05/02 09:20:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.51 2010/07/10 12:00:36 grobian Exp $
+
+  10 Jul 2010; Fabian Groffen <grobian@gentoo.org> libiodbc-3.52.7.ebuild:
+  Set correct inidir for Prefix, marked ~ppc-macos
 
   02 May 2010; Alexis Ballier <aballier@gentoo.org> libiodbc-3.52.7.ebuild:
   keyword ~x86-fbsd



1.10                 dev-db/libiodbc/libiodbc-3.52.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?r1=1.9&r2=1.10

Index: libiodbc-3.52.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libiodbc-3.52.7.ebuild	2 May 2010 09:20:18 -0000	1.9
+++ libiodbc-3.52.7.ebuild	10 Jul 2010 12:00:36 -0000	1.10
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.9 2010/05/02 09:20:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.10 2010/07/10 12:00:36 grobian Exp $
 
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 
 DESCRIPTION="ODBC Interface for Linux."
 HOMEPAGE="http://www.iodbc.org/"
@@ -27,6 +27,7 @@
 src_compile() {
 	econf \
 		--with-layout=gentoo \
+		--with-iodbc-inidir=yes \
 		$(use_enable gtk gui) \
 		|| die "econf failed"
 






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/libiodbc: ChangeLog libiodbc-3.52.7.ebuild
@ 2011-03-27 12:26 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 11+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-03-27 12:26 UTC (permalink / raw
  To: gentoo-commits

nirbheek    11/03/27 12:26:23

  Modified:             ChangeLog libiodbc-3.52.7.ebuild
  Log:
  Fix slot-dep on gtk+
  
  (Portage version: 2.1.9.44/cvs/Linux x86_64)

Revision  Changes    Path
1.52                 dev-db/libiodbc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libiodbc/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libiodbc/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	10 Jul 2010 12:00:36 -0000	1.51
+++ ChangeLog	27 Mar 2011 12:26:23 -0000	1.52
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/libiodbc
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.51 2010/07/10 12:00:36 grobian Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.52 2011/03/27 12:26:23 nirbheek Exp $
+
+  27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+  libiodbc-3.52.7.ebuild:
+  Fix slot-dep on gtk+
 
   10 Jul 2010; Fabian Groffen <grobian@gentoo.org> libiodbc-3.52.7.ebuild:
   Set correct inidir for Prefix, marked ~ppc-macos



1.11                 dev-db/libiodbc/libiodbc-3.52.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild?r1=1.10&r2=1.11

Index: libiodbc-3.52.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libiodbc-3.52.7.ebuild	10 Jul 2010 12:00:36 -0000	1.10
+++ libiodbc-3.52.7.ebuild	27 Mar 2011 12:26:23 -0000	1.11
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.10 2010/07/10 12:00:36 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.7.ebuild,v 1.11 2011/03/27 12:26:23 nirbheek Exp $
+
+EAPI="1"
 
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 
@@ -13,7 +15,7 @@
 
 DEPEND=">=sys-libs/readline-4.1
 	>=sys-libs/ncurses-5.2
-	gtk? ( =x11-libs/gtk+-2* )"
+	gtk? ( x11-libs/gtk+:2 )"
 RDEPEND="${DEPEND}"
 
 src_unpack() {






^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-03-27 12:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-10 12:00 [gentoo-commits] gentoo-x86 commit in dev-db/libiodbc: ChangeLog libiodbc-3.52.7.ebuild Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-27 12:26 Nirbheek Chauhan (nirbheek)
2010-05-02  9:20 Alexis Ballier (aballier)
2010-03-11 17:52 Brent Baude (ranger)
2010-03-11 17:12 Brent Baude (ranger)
2010-02-24 16:35 Markos Chandras (hwoarang)
2010-02-13 18:59 Raul Porcel (armin76)
2010-02-11 16:58 Jeroen Roovers (jer)
2010-02-11 13:41 Christian Faulhammer (fauli)
2010-02-10  7:06 Jonathan Callen (abcd)
2009-10-05 15:33 Christian Hoffmann (hoffie)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox