public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: ChangeLog unixODBC-2.3.0.ebuild
@ 2010-04-22 21:07 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 11+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-04-22 21:07 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/04/22 21:07:43

  Modified:             ChangeLog
  Added:                unixODBC-2.3.0.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.79                 dev-db/unixODBC/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	22 Mar 2010 17:15:03 -0000	1.78
+++ ChangeLog	22 Apr 2010 21:07:43 -0000	1.79
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/unixODBC
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.78 2010/03/22 17:15:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.79 2010/04/22 21:07:43 ssuominen Exp $
+
+*unixODBC-2.3.0 (22 Apr 2010)
+
+  22 Apr 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +unixODBC-2.3.0.ebuild:
+  Version bump.
 
   22 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
   unixODBC-2.2.14.ebuild, files/odbcinst.ini:



1.1                  dev-db/unixODBC/unixODBC-2.3.0.ebuild

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

Index: unixODBC-2.3.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.1 2010/04/22 21:07:43 ssuominen Exp $

EAPI=3
inherit libtool

DESCRIPTION="A complete ODBC driver manager"
HOMEPAGE="http://www.unixodbc.org/"
SRC_URI="mirror://sourceforge/unixodbc/${P}.tar.gz"

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="static-libs"

RDEPEND=">=sys-libs/readline-6.0
	>=sys-libs/ncurses-5.6
	>=sys-devel/libtool-2.2.6b"
DEPEND="${RDEPEND}
	sys-devel/flex"

src_prepare() {
	elibtoolize
}

src_configure() {
	econf \
		--sysconfdir="${EPREFIX}/etc/${PN}" \
		--disable-dependency-tracking \
		$(use_enable static-libs static) \
		--enable-drivers \
		--enable-driver-conf
}

src_install() {
	emake DESTDIR="${D}" install || die

	dodoc AUTHORS ChangeLog NEWS README*
	dohtml -a css,gif,html,sql,vsd -r doc/*
}






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

* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: ChangeLog unixODBC-2.3.0.ebuild
@ 2010-05-24 12:54 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 11+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-05-24 12:54 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/05/24 12:54:51

  Modified:             ChangeLog unixODBC-2.3.0.ebuild
  Log:
  ppc stable #320711
  (Portage version: 2.1.8.3/cvs/Linux ppc)

Revision  Changes    Path
1.82                 dev-db/unixODBC/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	3 May 2010 16:12:07 -0000	1.81
+++ ChangeLog	24 May 2010 12:54:51 -0000	1.82
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/unixODBC
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.81 2010/05/03 16:12:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.82 2010/05/24 12:54:51 nixnut Exp $
+
+  24 May 2010; <nixnut@gentoo.org> unixODBC-2.3.0.ebuild:
+  ppc stable #320711
 
   03 May 2010; Samuli Suominen <ssuominen@gentoo.org> unixODBC-2.3.0.ebuild,
   metadata.xml:



1.4                  dev-db/unixODBC/unixODBC-2.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild?r1=1.3&r2=1.4

Index: unixODBC-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- unixODBC-2.3.0.ebuild	3 May 2010 16:12:07 -0000	1.3
+++ unixODBC-2.3.0.ebuild	24 May 2010 12:54:51 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.3 2010/05/03 16:12:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.4 2010/05/24 12:54:51 nixnut Exp $
 
 EAPI=3
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="+minimal odbcmanual static-libs"
 
 # needed by libltdl






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

* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: ChangeLog unixODBC-2.3.0.ebuild
@ 2010-05-25 15:46 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 11+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-05-25 15:46 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/05/25 15:46:01

  Modified:             ChangeLog unixODBC-2.3.0.ebuild
  Log:
  Stable on amd64 wrt bug #320711
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.83                 dev-db/unixODBC/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	24 May 2010 12:54:51 -0000	1.82
+++ ChangeLog	25 May 2010 15:46:01 -0000	1.83
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/unixODBC
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.82 2010/05/24 12:54:51 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.83 2010/05/25 15:46:01 hwoarang Exp $
+
+  25 May 2010; Markos Chandras <hwoarang@gentoo.org> unixODBC-2.3.0.ebuild:
+  Stable on amd64 wrt bug #320711
 
   24 May 2010; <nixnut@gentoo.org> unixODBC-2.3.0.ebuild:
   ppc stable #320711



1.5                  dev-db/unixODBC/unixODBC-2.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild?r1=1.4&r2=1.5

Index: unixODBC-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- unixODBC-2.3.0.ebuild	24 May 2010 12:54:51 -0000	1.4
+++ unixODBC-2.3.0.ebuild	25 May 2010 15:46:01 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.4 2010/05/24 12:54:51 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.5 2010/05/25 15:46:01 hwoarang Exp $
 
 EAPI=3
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="+minimal odbcmanual static-libs"
 
 # needed by libltdl






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

* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: ChangeLog unixODBC-2.3.0.ebuild
@ 2010-05-31 19:55 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 11+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-05-31 19:55 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/05/31 19:55:46

  Modified:             ChangeLog unixODBC-2.3.0.ebuild
  Log:
  x86 stable wrt bug #320711
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.84                 dev-db/unixODBC/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	25 May 2010 15:46:01 -0000	1.83
+++ ChangeLog	31 May 2010 19:55:46 -0000	1.84
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/unixODBC
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.83 2010/05/25 15:46:01 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.84 2010/05/31 19:55:46 phajdan.jr Exp $
+
+  31 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  unixODBC-2.3.0.ebuild:
+  x86 stable wrt bug #320711
 
   25 May 2010; Markos Chandras <hwoarang@gentoo.org> unixODBC-2.3.0.ebuild:
   Stable on amd64 wrt bug #320711



1.6                  dev-db/unixODBC/unixODBC-2.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild?r1=1.5&r2=1.6

Index: unixODBC-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unixODBC-2.3.0.ebuild	25 May 2010 15:46:01 -0000	1.5
+++ unixODBC-2.3.0.ebuild	31 May 2010 19:55:46 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.5 2010/05/25 15:46:01 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.6 2010/05/31 19:55:46 phajdan.jr Exp $
 
 EAPI=3
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="+minimal odbcmanual static-libs"
 
 # needed by libltdl






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

* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: ChangeLog unixODBC-2.3.0.ebuild
@ 2010-07-05  8:38 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 11+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-05  8:38 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/07/05 08:38:59

  Modified:             ChangeLog unixODBC-2.3.0.ebuild
  Log:
  ppc64 stable wrt #320711
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.86                 dev-db/unixODBC/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	19 Jun 2010 00:34:18 -0000	1.85
+++ ChangeLog	5 Jul 2010 08:38:59 -0000	1.86
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/unixODBC
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.85 2010/06/19 00:34:18 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.86 2010/07/05 08:38:59 ssuominen Exp $
+
+  05 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> unixODBC-2.3.0.ebuild:
+  ppc64 stable wrt #320711
 
   19 Jun 2010; Jonathan Callen <abcd@gentoo.org> unixODBC-2.2.12.ebuild:
   Moving dev-util/cvs* to dev-vcs/cvs*
@@ -15,13 +18,6 @@
   24 May 2010; <nixnut@gentoo.org> unixODBC-2.3.0.ebuild:
   ppc stable #320711
 
-  03 May 2010; Samuli Suominen <ssuominen@gentoo.org> unixODBC-2.3.0.ebuild,
-  metadata.xml:
-  New USE flag odbcmanual to control documentation installation (we don't
-  want to pollute USE doc). Link to unixODBC Qt4 GUI project. Install PREFIX
-  related docs only when required. Make ebuild readable and leave it to
-  maintainer-needed.
-
   02 May 2010; Samuli Suominen <ssuominen@gentoo.org> unixODBC-2.3.0.ebuild:
   Pass --disable-drivers and --disable-driver-conf per upstream default in
   ./configure with USE +minimal. Same as building basic libraries only per



1.7                  dev-db/unixODBC/unixODBC-2.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild?r1=1.6&r2=1.7

Index: unixODBC-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- unixODBC-2.3.0.ebuild	31 May 2010 19:55:46 -0000	1.6
+++ unixODBC-2.3.0.ebuild	5 Jul 2010 08:38:59 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.6 2010/05/31 19:55:46 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.7 2010/07/05 08:38:59 ssuominen Exp $
 
 EAPI=3
 inherit libtool
@@ -11,24 +11,20 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="+minimal odbcmanual static-libs"
 
-# needed by libltdl
 RDEPEND=">=sys-devel/libtool-2.2.6b
 	>=sys-libs/readline-6.0_p4
 	>=sys-libs/ncurses-5.6-r2"
-# need to set explicitely, flex will be out of system set in future
 DEPEND="${RDEPEND}
 	sys-devel/flex"
 
 src_prepare() {
-	# needed by gfbsd
 	elibtoolize
 }
 
 src_configure() {
-	# fixme: drivers are full of missing string.h includes
 	econf \
 		--sysconfdir="${EPREFIX}/etc/${PN}" \
 		--disable-dependency-tracking \
@@ -45,26 +41,7 @@
 		dodoc README* || die
 	fi
 
-	# avoid abusing too generic USE doc
 	if use odbcmanual; then
 		dohtml -a css,gif,html,sql,vsd -r doc/* || die
 	fi
 }
-
-pkg_postinst() {
-	if ! use minimal; then
-		einfo
-		einfo "Qt4 frontend moved to:"
-		einfo "http://sourceforge.net/projects/unixodbc-gui-qt/"
-		einfo
-		einfo "Please don't open bugs about it before they do a file release."
-		einfo
-	fi
-
-	# feel free to punt this warning after some time
-	ewarn "If you are upgrading from unixODBC 2.2.12 or 2.2.14 to 2.3.0,"
-	ewarn "it's good idea to re-emerge all unixODBC reverse dependencies now."
-	ewarn "See,"
-	ewarn "http://tinderbox.x86.dev.gentoo.org/misc/rindex/dev-db/unixODBC"
-	ewarn "http://tinderbox.x86.dev.gentoo.org/misc/dindex/dev-db/unixODBC"
-}






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

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

grobian     10/07/10 09:47:03

  Modified:             ChangeLog unixODBC-2.3.0.ebuild
  Log:
  Marked ~ppc-macos
  (Portage version: 2.2.01.15354-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.87                 dev-db/unixODBC/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	5 Jul 2010 08:38:59 -0000	1.86
+++ ChangeLog	10 Jul 2010 09:47:03 -0000	1.87
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/unixODBC
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.86 2010/07/05 08:38:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.87 2010/07/10 09:47:03 grobian Exp $
+
+  10 Jul 2010; Fabian Groffen <grobian@gentoo.org> unixODBC-2.3.0.ebuild:
+  Marked ~ppc-macos
 
   05 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> unixODBC-2.3.0.ebuild:
   ppc64 stable wrt #320711



1.8                  dev-db/unixODBC/unixODBC-2.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild?r1=1.7&r2=1.8

Index: unixODBC-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- unixODBC-2.3.0.ebuild	5 Jul 2010 08:38:59 -0000	1.7
+++ unixODBC-2.3.0.ebuild	10 Jul 2010 09:47:03 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.7 2010/07/05 08:38:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.8 2010/07/10 09:47:03 grobian Exp $
 
 EAPI=3
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="+minimal odbcmanual static-libs"
 
 RDEPEND=">=sys-devel/libtool-2.2.6b






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

* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: ChangeLog unixODBC-2.3.0.ebuild
@ 2010-07-16 19:08 Fabian Groffen (grobian)
  0 siblings, 0 replies; 11+ messages in thread
From: Fabian Groffen (grobian) @ 2010-07-16 19:08 UTC (permalink / raw
  To: gentoo-commits

grobian     10/07/16 19:08:55

  Modified:             ChangeLog unixODBC-2.3.0.ebuild
  Log:
  Marked ~x86-macos and ~x64-macos, bug #328381
  
  (Portage version: 2.2.01.15395-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.88                 dev-db/unixODBC/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	10 Jul 2010 09:47:03 -0000	1.87
+++ ChangeLog	16 Jul 2010 19:08:55 -0000	1.88
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/unixODBC
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.87 2010/07/10 09:47:03 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.88 2010/07/16 19:08:55 grobian Exp $
+
+  16 Jul 2010; Fabian Groffen <grobian@gentoo.org> unixODBC-2.3.0.ebuild:
+  Marked ~x86-macos and ~x64-macos, bug #328381
 
   10 Jul 2010; Fabian Groffen <grobian@gentoo.org> unixODBC-2.3.0.ebuild:
   Marked ~ppc-macos



1.9                  dev-db/unixODBC/unixODBC-2.3.0.ebuild

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

Index: unixODBC-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- unixODBC-2.3.0.ebuild	10 Jul 2010 09:47:03 -0000	1.8
+++ unixODBC-2.3.0.ebuild	16 Jul 2010 19:08:55 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.8 2010/07/10 09:47:03 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.9 2010/07/16 19:08:55 grobian Exp $
 
 EAPI=3
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="+minimal odbcmanual static-libs"
 
 RDEPEND=">=sys-devel/libtool-2.2.6b






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

* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: ChangeLog unixODBC-2.3.0.ebuild
@ 2010-07-18 14:50 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2010-07-18 14:50 UTC (permalink / raw
  To: gentoo-commits

armin76     10/07/18 14:50:36

  Modified:             ChangeLog unixODBC-2.3.0.ebuild
  Log:
  alpha/arm/ia64/s390/sh/sparc stable wrt #320711
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.89                 dev-db/unixODBC/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	16 Jul 2010 19:08:55 -0000	1.88
+++ ChangeLog	18 Jul 2010 14:50:36 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/unixODBC
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.88 2010/07/16 19:08:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.89 2010/07/18 14:50:36 armin76 Exp $
+
+  18 Jul 2010; Raúl Porcel <armin76@gentoo.org> unixODBC-2.3.0.ebuild:
+  alpha/arm/ia64/s390/sh/sparc stable wrt #320711
 
   16 Jul 2010; Fabian Groffen <grobian@gentoo.org> unixODBC-2.3.0.ebuild:
   Marked ~x86-macos and ~x64-macos, bug #328381



1.10                 dev-db/unixODBC/unixODBC-2.3.0.ebuild

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

Index: unixODBC-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- unixODBC-2.3.0.ebuild	16 Jul 2010 19:08:55 -0000	1.9
+++ unixODBC-2.3.0.ebuild	18 Jul 2010 14:50:36 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.9 2010/07/16 19:08:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.10 2010/07/18 14:50:36 armin76 Exp $
 
 EAPI=3
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="+minimal odbcmanual static-libs"
 
 RDEPEND=">=sys-devel/libtool-2.2.6b






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

* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: ChangeLog unixODBC-2.3.0.ebuild
@ 2010-07-20 18:59 Fabian Groffen (grobian)
  0 siblings, 0 replies; 11+ messages in thread
From: Fabian Groffen (grobian) @ 2010-07-20 18:59 UTC (permalink / raw
  To: gentoo-commits

grobian     10/07/20 18:59:53

  Modified:             ChangeLog unixODBC-2.3.0.ebuild
  Log:
  Marked ~sparc-solaris and ~sparc64-solaris
  
  (Portage version: 2.2.01.15395-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.90                 dev-db/unixODBC/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	18 Jul 2010 14:50:36 -0000	1.89
+++ ChangeLog	20 Jul 2010 18:59:53 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/unixODBC
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.89 2010/07/18 14:50:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.90 2010/07/20 18:59:53 grobian Exp $
+
+  20 Jul 2010; Fabian Groffen <grobian@gentoo.org> unixODBC-2.3.0.ebuild:
+  Marked ~sparc-solaris and ~sparc64-solaris
 
   18 Jul 2010; Raúl Porcel <armin76@gentoo.org> unixODBC-2.3.0.ebuild:
   alpha/arm/ia64/s390/sh/sparc stable wrt #320711



1.11                 dev-db/unixODBC/unixODBC-2.3.0.ebuild

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

Index: unixODBC-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- unixODBC-2.3.0.ebuild	18 Jul 2010 14:50:36 -0000	1.10
+++ unixODBC-2.3.0.ebuild	20 Jul 2010 18:59:53 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.10 2010/07/18 14:50:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.11 2010/07/20 18:59:53 grobian Exp $
 
 EAPI=3
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="+minimal odbcmanual static-libs"
 
 RDEPEND=">=sys-devel/libtool-2.2.6b






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

* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: ChangeLog unixODBC-2.3.0.ebuild
@ 2010-07-26 11:03 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2010-07-26 11:03 UTC (permalink / raw
  To: gentoo-commits

jer         10/07/26 11:03:24

  Modified:             ChangeLog unixODBC-2.3.0.ebuild
  Log:
  Stable for HPPA (bug #320711).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.91                 dev-db/unixODBC/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	20 Jul 2010 18:59:53 -0000	1.90
+++ ChangeLog	26 Jul 2010 11:03:24 -0000	1.91
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/unixODBC
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.90 2010/07/20 18:59:53 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.91 2010/07/26 11:03:24 jer Exp $
+
+  26 Jul 2010; Jeroen Roovers <jer@gentoo.org> unixODBC-2.3.0.ebuild:
+  Stable for HPPA (bug #320711).
 
   20 Jul 2010; Fabian Groffen <grobian@gentoo.org> unixODBC-2.3.0.ebuild:
   Marked ~sparc-solaris and ~sparc64-solaris



1.12                 dev-db/unixODBC/unixODBC-2.3.0.ebuild

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

Index: unixODBC-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- unixODBC-2.3.0.ebuild	20 Jul 2010 18:59:53 -0000	1.11
+++ unixODBC-2.3.0.ebuild	26 Jul 2010 11:03:24 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.11 2010/07/20 18:59:53 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.12 2010/07/26 11:03:24 jer Exp $
 
 EAPI=3
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="+minimal odbcmanual static-libs"
 
 RDEPEND=">=sys-devel/libtool-2.2.6b






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

* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: ChangeLog unixODBC-2.3.0.ebuild
@ 2011-04-29 13:17 Christopher Brannon (cbrannon)
  0 siblings, 0 replies; 11+ messages in thread
From: Christopher Brannon (cbrannon) @ 2011-04-29 13:17 UTC (permalink / raw
  To: gentoo-commits

cbrannon    11/04/29 13:17:41

  Modified:             ChangeLog
  Removed:              unixODBC-2.3.0.ebuild
  Log:
  Remove old version.
  
  (Portage version: 2.1.9.46/cvs/Linux i686)

Revision  Changes    Path
1.101                dev-db/unixODBC/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	16 Apr 2011 15:48:53 -0000	1.100
+++ ChangeLog	29 Apr 2011 13:17:41 -0000	1.101
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/unixODBC
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.100 2011/04/16 15:48:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.101 2011/04/29 13:17:41 cbrannon Exp $
+
+  29 Apr 2011; Christopher Brannon <cbrannon@gentoo.org>
+  -unixODBC-2.3.0.ebuild:
+  Remove old version.
 
   16 Apr 2011; Raúl Porcel <armin76@gentoo.org> unixODBC-2.3.0-r1.ebuild:
   s390/sh/sparc stable wrt #358611






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

end of thread, other threads:[~2011-04-29 13:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-10  9:47 [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: ChangeLog unixODBC-2.3.0.ebuild Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-29 13:17 Christopher Brannon (cbrannon)
2010-07-26 11:03 Jeroen Roovers (jer)
2010-07-20 18:59 Fabian Groffen (grobian)
2010-07-18 14:50 Raul Porcel (armin76)
2010-07-16 19:08 Fabian Groffen (grobian)
2010-07-05  8:38 Samuli Suominen (ssuominen)
2010-05-31 19:55 PaweA Hajdan (phajdan.jr)
2010-05-25 15:46 Markos Chandras (hwoarang)
2010-05-24 12:54 Gysbert Wassenaar (nixnut)
2010-04-22 21:07 Samuli Suominen (ssuominen)

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