public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: ChangeLog libdbi-0.8.3.ebuild
@ 2008-09-29  2:42 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 13+ messages in thread
From: Robin H. Johnson (robbat2) @ 2008-09-29  2:42 UTC (permalink / raw
  To: gentoo-commits

robbat2     08/09/29 02:42:11

  Modified:             ChangeLog
  Added:                libdbi-0.8.3.ebuild
  Log:
  Version bump per bug #237991. Also fix bug #238514 for pkgconfig.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)

Revision  Changes    Path
1.20                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -p -w -b -B -u -u -r1.19 -r1.20
--- ChangeLog	20 Jun 2007 07:43:03 -0000	1.19
+++ ChangeLog	29 Sep 2008 02:42:10 -0000	1.20
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/libdbi
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.19 2007/06/20 07:43:03 opfer Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.20 2008/09/29 02:42:10 robbat2 Exp $
+
+*libdbi-0.8.3 (29 Sep 2008)
+
+  29 Sep 2008; Robin H. Johnson <robbat2@gentoo.org>
+  +files/libdbi-0.8.1-pkg-config.patch, +files/dbi.pc.in,
+  +libdbi-0.8.3.ebuild:
+  Version bump per bug #237991. Also fix bug #238514 for pkgconfig.
 
   20 Jun 2007; Christian Faulhammer <opfer@gentoo.org> libdbi-0.8.1.ebuild:
   stable x86, bug 181577



1.1                  dev-db/libdbi/libdbi-0.8.3.ebuild

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

Index: libdbi-0.8.3.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.1 2008/09/29 02:42:10 robbat2 Exp $

inherit eutils autotools multilib

DESCRIPTION="libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl."
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://libdbi.sourceforge.net/"
LICENSE="LGPL-2.1"
RDEPEND="virtual/libc"
DEPEND=">=sys-apps/sed-4
		dev-util/pkgconfig
		${RDEPEND}"
PDEPEND=">=dev-db/libdbi-drivers-0.8.3"
IUSE=""
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
SLOT=0

src_unpack() {
	unpack ${A}
	chown -R portage:portage "${S}"
	cd "${S}"
	epatch "${FILESDIR}"/libdbi-0.8.1-pkg-config.patch
	cp -f "${FILESDIR}"/dbi.pc.in ${S}/dbi.pc.in

	# configure.in has been changed
	eautoreconf || die "eautoreconf failed"
}

src_compile() {
	# should append CFLAGS, not replace them
	sed -i.orig -e 's/^CFLAGS = /CFLAGS += /g' src/Makefile.in
	econf || die "econf failed"
	emake || die "emake failed"
}

src_install () {
	emake install DESTDIR="${D}" || die "make install failed"
	dodoc AUTHORS ChangeLog README README.osx TODO

	# syslog-ng requires dbi.pc
	insinto /usr/$(get_libdir)/pkgconfig/
	doins dbi.pc
}






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

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: ChangeLog libdbi-0.8.3.ebuild
@ 2008-11-09 15:35 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 13+ messages in thread
From: Tobias Klausmann (klausman) @ 2008-11-09 15:35 UTC (permalink / raw
  To: gentoo-commits

klausman    08/11/09 15:35:02

  Modified:             ChangeLog libdbi-0.8.3.ebuild
  Log:
  Stable on alpha, bug #244246
  (Portage version: 2.2_rc13/cvs/Linux 2.6.26.6 x86_64)

Revision  Changes    Path
1.26                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	9 Nov 2008 11:14:37 -0000	1.25
+++ ChangeLog	9 Nov 2008 15:35:02 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libdbi
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.25 2008/11/09 11:14:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.26 2008/11/09 15:35:02 klausman Exp $
+
+  09 Nov 2008; Tobias Klausmann <klausman@gentoo.org> libdbi-0.8.3.ebuild:
+  Stable on alpha, bug #244246
 
   09 Nov 2008; Raúl Porcel <armin76@gentoo.org> libdbi-0.8.3.ebuild:
   Add ~alpha/~ia64 wrt #245413



1.6                  dev-db/libdbi/libdbi-0.8.3.ebuild

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

Index: libdbi-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libdbi-0.8.3.ebuild	9 Nov 2008 11:14:37 -0000	1.5
+++ libdbi-0.8.3.ebuild	9 Nov 2008 15:35:02 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.5 2008/11/09 11:14:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.6 2008/11/09 15:35:02 klausman Exp $
 
 inherit eutils autotools multilib
 
@@ -15,7 +15,7 @@
 		${RDEPEND}"
 PDEPEND=">=dev-db/libdbi-drivers-0.8.3"
 IUSE="doc"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
 SLOT=0
 
 src_unpack() {






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

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: ChangeLog libdbi-0.8.3.ebuild
@ 2008-12-01 21:37 Brent Baude (ranger)
  0 siblings, 0 replies; 13+ messages in thread
From: Brent Baude (ranger) @ 2008-12-01 21:37 UTC (permalink / raw
  To: gentoo-commits

ranger      08/12/01 21:37:08

  Modified:             ChangeLog libdbi-0.8.3.ebuild
  Log:
  Marking libdbi-0.8.3 ~ppc64 for bug 244246
  (Portage version: 2.2_rc14/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)

Revision  Changes    Path
1.28                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	14 Nov 2008 12:22:24 -0000	1.27
+++ ChangeLog	1 Dec 2008 21:37:08 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libdbi
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.27 2008/11/14 12:22:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.28 2008/12/01 21:37:08 ranger Exp $
+
+  01 Dec 2008; Brent Baude <ranger@gentoo.org> libdbi-0.8.3.ebuild:
+  Marking libdbi-0.8.3 ~ppc64 for bug 244246
 
   14 Nov 2008; Raúl Porcel <armin76@gentoo.org> libdbi-0.8.3.ebuild:
   ia64 stable wrt #244246



1.8                  dev-db/libdbi/libdbi-0.8.3.ebuild

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

Index: libdbi-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libdbi-0.8.3.ebuild	14 Nov 2008 12:22:24 -0000	1.7
+++ libdbi-0.8.3.ebuild	1 Dec 2008 21:37:08 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.7 2008/11/14 12:22:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.8 2008/12/01 21:37:08 ranger Exp $
 
 inherit eutils autotools multilib
 
@@ -15,7 +15,7 @@
 		${RDEPEND}"
 PDEPEND=">=dev-db/libdbi-drivers-0.8.3"
 IUSE="doc"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
 SLOT=0
 
 src_unpack() {






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

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: ChangeLog libdbi-0.8.3.ebuild
@ 2008-12-16 20:15 Peter Volkov (pva)
  0 siblings, 0 replies; 13+ messages in thread
From: Peter Volkov (pva) @ 2008-12-16 20:15 UTC (permalink / raw
  To: gentoo-commits

pva         08/12/16 20:15:19

  Modified:             ChangeLog libdbi-0.8.3.ebuild
  Log:
  ~mips keyworded for dictd, bug #245413
  (Portage version: 2.2_rc17/cvs/Linux 2.6.26-openvz.git-89451f9 i686)

Revision  Changes    Path
1.29                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	1 Dec 2008 21:37:08 -0000	1.28
+++ ChangeLog	16 Dec 2008 20:15:19 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libdbi
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.28 2008/12/01 21:37:08 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.29 2008/12/16 20:15:19 pva Exp $
+
+  16 Dec 2008; Peter Volkov <pva@gentoo.org> libdbi-0.8.3.ebuild:
+  ~mips keyworded for dictd, bug #245413
 
   01 Dec 2008; Brent Baude <ranger@gentoo.org> libdbi-0.8.3.ebuild:
   Marking libdbi-0.8.3 ~ppc64 for bug 244246



1.9                  dev-db/libdbi/libdbi-0.8.3.ebuild

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

Index: libdbi-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libdbi-0.8.3.ebuild	1 Dec 2008 21:37:08 -0000	1.8
+++ libdbi-0.8.3.ebuild	16 Dec 2008 20:15:19 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.8 2008/12/01 21:37:08 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.9 2008/12/16 20:15:19 pva Exp $
 
 inherit eutils autotools multilib
 
@@ -15,7 +15,7 @@
 		${RDEPEND}"
 PDEPEND=">=dev-db/libdbi-drivers-0.8.3"
 IUSE="doc"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 SLOT=0
 
 src_unpack() {






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

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: ChangeLog libdbi-0.8.3.ebuild
@ 2009-01-05 17:33 Jeroen Roovers (jer)
  0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers (jer) @ 2009-01-05 17:33 UTC (permalink / raw
  To: gentoo-commits

jer         09/01/05 17:33:27

  Modified:             ChangeLog libdbi-0.8.3.ebuild
  Log:
  Stable for HPPA (bug #253663).
  (Portage version: 2.2_rc20/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.30                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	16 Dec 2008 20:15:19 -0000	1.29
+++ ChangeLog	5 Jan 2009 17:33:27 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libdbi
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.29 2008/12/16 20:15:19 pva Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.30 2009/01/05 17:33:27 jer Exp $
+
+  05 Jan 2009; Jeroen Roovers <jer@gentoo.org> libdbi-0.8.3.ebuild:
+  Stable for HPPA (bug #253663).
 
   16 Dec 2008; Peter Volkov <pva@gentoo.org> libdbi-0.8.3.ebuild:
   ~mips keyworded for dictd, bug #245413



1.10                 dev-db/libdbi/libdbi-0.8.3.ebuild

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

Index: libdbi-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libdbi-0.8.3.ebuild	16 Dec 2008 20:15:19 -0000	1.9
+++ libdbi-0.8.3.ebuild	5 Jan 2009 17:33:27 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.9 2008/12/16 20:15:19 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.10 2009/01/05 17:33:27 jer Exp $
 
 inherit eutils autotools multilib
 
@@ -15,7 +15,7 @@
 		${RDEPEND}"
 PDEPEND=">=dev-db/libdbi-drivers-0.8.3"
 IUSE="doc"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 SLOT=0
 
 src_unpack() {






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

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: ChangeLog libdbi-0.8.3.ebuild
@ 2009-01-09 18:06 Brent Baude (ranger)
  0 siblings, 0 replies; 13+ messages in thread
From: Brent Baude (ranger) @ 2009-01-09 18:06 UTC (permalink / raw
  To: gentoo-commits

ranger      09/01/09 18:06:28

  Modified:             ChangeLog libdbi-0.8.3.ebuild
  Log:
  Marking libdbi-0.8.3 ppc for bug 253663
  (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)

Revision  Changes    Path
1.31                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	5 Jan 2009 17:33:27 -0000	1.30
+++ ChangeLog	9 Jan 2009 18:06:28 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libdbi
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.30 2009/01/05 17:33:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.31 2009/01/09 18:06:28 ranger Exp $
+
+  09 Jan 2009; Brent Baude <ranger@gentoo.org> libdbi-0.8.3.ebuild:
+  Marking libdbi-0.8.3 ppc for bug 253663
 
   05 Jan 2009; Jeroen Roovers <jer@gentoo.org> libdbi-0.8.3.ebuild:
   Stable for HPPA (bug #253663).



1.11                 dev-db/libdbi/libdbi-0.8.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?r1=1.10&r2=1.11

Index: libdbi-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libdbi-0.8.3.ebuild	5 Jan 2009 17:33:27 -0000	1.10
+++ libdbi-0.8.3.ebuild	9 Jan 2009 18:06:28 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.10 2009/01/05 17:33:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.11 2009/01/09 18:06:28 ranger Exp $
 
 inherit eutils autotools multilib
 
@@ -15,7 +15,7 @@
 		${RDEPEND}"
 PDEPEND=">=dev-db/libdbi-drivers-0.8.3"
 IUSE="doc"
-KEYWORDS="alpha ~amd64 hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc ~ppc64 ~sparc ~x86"
 SLOT=0
 
 src_unpack() {






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

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: ChangeLog libdbi-0.8.3.ebuild
@ 2009-01-11 15:57 Markus Meier (maekke)
  0 siblings, 0 replies; 13+ messages in thread
From: Markus Meier (maekke) @ 2009-01-11 15:57 UTC (permalink / raw
  To: gentoo-commits

maekke      09/01/11 15:57:12

  Modified:             ChangeLog libdbi-0.8.3.ebuild
  Log:
  x86 stable, bug #253663
  (Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.32                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	9 Jan 2009 18:06:28 -0000	1.31
+++ ChangeLog	11 Jan 2009 15:57:12 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libdbi
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.31 2009/01/09 18:06:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.32 2009/01/11 15:57:12 maekke Exp $
+
+  11 Jan 2009; Markus Meier <maekke@gentoo.org> libdbi-0.8.3.ebuild:
+  x86 stable, bug #253663
 
   09 Jan 2009; Brent Baude <ranger@gentoo.org> libdbi-0.8.3.ebuild:
   Marking libdbi-0.8.3 ppc for bug 253663



1.12                 dev-db/libdbi/libdbi-0.8.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?r1=1.11&r2=1.12

Index: libdbi-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libdbi-0.8.3.ebuild	9 Jan 2009 18:06:28 -0000	1.11
+++ libdbi-0.8.3.ebuild	11 Jan 2009 15:57:12 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.11 2009/01/09 18:06:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.12 2009/01/11 15:57:12 maekke Exp $
 
 inherit eutils autotools multilib
 
@@ -15,7 +15,7 @@
 		${RDEPEND}"
 PDEPEND=">=dev-db/libdbi-drivers-0.8.3"
 IUSE="doc"
-KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc ~ppc64 ~sparc x86"
 SLOT=0
 
 src_unpack() {






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

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: ChangeLog libdbi-0.8.3.ebuild
@ 2009-01-20 21:55 Alexis Ballier (aballier)
  0 siblings, 0 replies; 13+ messages in thread
From: Alexis Ballier (aballier) @ 2009-01-20 21:55 UTC (permalink / raw
  To: gentoo-commits

aballier    09/01/20 21:55:49

  Modified:             ChangeLog libdbi-0.8.3.ebuild
  Log:
  keyword ~x86-fbsd
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	17 Jan 2009 15:35:14 -0000	1.33
+++ ChangeLog	20 Jan 2009 21:55:49 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libdbi
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.33 2009/01/17 15:35:14 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.34 2009/01/20 21:55:49 aballier Exp $
+
+  20 Jan 2009; Alexis Ballier <aballier@gentoo.org> libdbi-0.8.3.ebuild:
+  keyword ~x86-fbsd
 
   17 Jan 2009; nixnut <nixnut@gentoo.org> ChangeLog:
   ppc stable #253663



1.13                 dev-db/libdbi/libdbi-0.8.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?r1=1.12&r2=1.13

Index: libdbi-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libdbi-0.8.3.ebuild	11 Jan 2009 15:57:12 -0000	1.12
+++ libdbi-0.8.3.ebuild	20 Jan 2009 21:55:49 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.12 2009/01/11 15:57:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.13 2009/01/20 21:55:49 aballier Exp $
 
 inherit eutils autotools multilib
 
@@ -15,7 +15,7 @@
 		${RDEPEND}"
 PDEPEND=">=dev-db/libdbi-drivers-0.8.3"
 IUSE="doc"
-KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 SLOT=0
 
 src_unpack() {






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

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: ChangeLog libdbi-0.8.3.ebuild
@ 2009-01-25 14:35 Brent Baude (ranger)
  0 siblings, 0 replies; 13+ messages in thread
From: Brent Baude (ranger) @ 2009-01-25 14:35 UTC (permalink / raw
  To: gentoo-commits

ranger      09/01/25 14:35:50

  Modified:             ChangeLog libdbi-0.8.3.ebuild
  Log:
  Marking libdbi-0.8.3 ppc64 for bug 256132
  (Portage version: 2.1.6.6/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)

Revision  Changes    Path
1.35                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	20 Jan 2009 21:55:49 -0000	1.34
+++ ChangeLog	25 Jan 2009 14:35:50 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libdbi
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.34 2009/01/20 21:55:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.35 2009/01/25 14:35:50 ranger Exp $
+
+  25 Jan 2009; Brent Baude <ranger@gentoo.org> libdbi-0.8.3.ebuild:
+  Marking libdbi-0.8.3 ppc64 for bug 256132
 
   20 Jan 2009; Alexis Ballier <aballier@gentoo.org> libdbi-0.8.3.ebuild:
   keyword ~x86-fbsd



1.14                 dev-db/libdbi/libdbi-0.8.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?r1=1.13&r2=1.14

Index: libdbi-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libdbi-0.8.3.ebuild	20 Jan 2009 21:55:49 -0000	1.13
+++ libdbi-0.8.3.ebuild	25 Jan 2009 14:35:50 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.13 2009/01/20 21:55:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.14 2009/01/25 14:35:50 ranger Exp $
 
 inherit eutils autotools multilib
 
@@ -15,7 +15,7 @@
 		${RDEPEND}"
 PDEPEND=">=dev-db/libdbi-drivers-0.8.3"
 IUSE="doc"
-KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
 SLOT=0
 
 src_unpack() {






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

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: ChangeLog libdbi-0.8.3.ebuild
@ 2009-01-25 15:18 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 13+ messages in thread
From: Ferris McCormick (fmccor) @ 2009-01-25 15:18 UTC (permalink / raw
  To: gentoo-commits

fmccor      09/01/25 15:18:36

  Modified:             ChangeLog libdbi-0.8.3.ebuild
  Log:
  Sparc stable, Bug #253663.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.36                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	25 Jan 2009 14:35:50 -0000	1.35
+++ ChangeLog	25 Jan 2009 15:18:36 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libdbi
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.35 2009/01/25 14:35:50 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.36 2009/01/25 15:18:36 fmccor Exp $
+
+  25 Jan 2009; Ferris McCormick <fmccor@gentoo.org> libdbi-0.8.3.ebuild:
+  Sparc stable, Bug #253663.
 
   25 Jan 2009; Brent Baude <ranger@gentoo.org> libdbi-0.8.3.ebuild:
   Marking libdbi-0.8.3 ppc64 for bug 256132



1.15                 dev-db/libdbi/libdbi-0.8.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?r1=1.14&r2=1.15

Index: libdbi-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libdbi-0.8.3.ebuild	25 Jan 2009 14:35:50 -0000	1.14
+++ libdbi-0.8.3.ebuild	25 Jan 2009 15:18:36 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.14 2009/01/25 14:35:50 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.15 2009/01/25 15:18:36 fmccor Exp $
 
 inherit eutils autotools multilib
 
@@ -15,7 +15,7 @@
 		${RDEPEND}"
 PDEPEND=">=dev-db/libdbi-drivers-0.8.3"
 IUSE="doc"
-KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 SLOT=0
 
 src_unpack() {






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

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: ChangeLog libdbi-0.8.3.ebuild
@ 2009-01-25 15:46 Markus Meier (maekke)
  0 siblings, 0 replies; 13+ messages in thread
From: Markus Meier (maekke) @ 2009-01-25 15:46 UTC (permalink / raw
  To: gentoo-commits

maekke      09/01/25 15:46:44

  Modified:             ChangeLog libdbi-0.8.3.ebuild
  Log:
  amd64 stable, bug #253663
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	25 Jan 2009 15:18:36 -0000	1.36
+++ ChangeLog	25 Jan 2009 15:46:44 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libdbi
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.36 2009/01/25 15:18:36 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.37 2009/01/25 15:46:44 maekke Exp $
+
+  25 Jan 2009; Markus Meier <maekke@gentoo.org> libdbi-0.8.3.ebuild:
+  amd64 stable, bug #253663
 
   25 Jan 2009; Ferris McCormick <fmccor@gentoo.org> libdbi-0.8.3.ebuild:
   Sparc stable, Bug #253663.



1.16                 dev-db/libdbi/libdbi-0.8.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?r1=1.15&r2=1.16

Index: libdbi-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libdbi-0.8.3.ebuild	25 Jan 2009 15:18:36 -0000	1.15
+++ libdbi-0.8.3.ebuild	25 Jan 2009 15:46:44 -0000	1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.15 2009/01/25 15:18:36 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.16 2009/01/25 15:46:44 maekke Exp $
 
 inherit eutils autotools multilib
 
@@ -15,7 +15,7 @@
 		${RDEPEND}"
 PDEPEND=">=dev-db/libdbi-drivers-0.8.3"
 IUSE="doc"
-KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 SLOT=0
 
 src_unpack() {






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

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: ChangeLog libdbi-0.8.3.ebuild
@ 2009-02-07 20:09 Raul Porcel (armin76)
  0 siblings, 0 replies; 13+ messages in thread
From: Raul Porcel (armin76) @ 2009-02-07 20:09 UTC (permalink / raw
  To: gentoo-commits

armin76     09/02/07 20:09:29

  Modified:             ChangeLog libdbi-0.8.3.ebuild
  Log:
  Add ~arm/~s390/~sh
  (Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)

Revision  Changes    Path
1.38                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	25 Jan 2009 15:46:44 -0000	1.37
+++ ChangeLog	7 Feb 2009 20:09:28 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libdbi
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.37 2009/01/25 15:46:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.38 2009/02/07 20:09:28 armin76 Exp $
+
+  07 Feb 2009; Raúl Porcel <armin76@gentoo.org> libdbi-0.8.3.ebuild:
+  Add ~arm/~s390/~sh
 
   25 Jan 2009; Markus Meier <maekke@gentoo.org> libdbi-0.8.3.ebuild:
   amd64 stable, bug #253663



1.17                 dev-db/libdbi/libdbi-0.8.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?r1=1.16&r2=1.17

Index: libdbi-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- libdbi-0.8.3.ebuild	25 Jan 2009 15:46:44 -0000	1.16
+++ libdbi-0.8.3.ebuild	7 Feb 2009 20:09:28 -0000	1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.16 2009/01/25 15:46:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.17 2009/02/07 20:09:28 armin76 Exp $
 
 inherit eutils autotools multilib
 
@@ -15,7 +15,7 @@
 		${RDEPEND}"
 PDEPEND=">=dev-db/libdbi-drivers-0.8.3"
 IUSE="doc"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
 SLOT=0
 
 src_unpack() {






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

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: ChangeLog libdbi-0.8.3.ebuild
@ 2009-02-24 17:45 Raul Porcel (armin76)
  0 siblings, 0 replies; 13+ messages in thread
From: Raul Porcel (armin76) @ 2009-02-24 17:45 UTC (permalink / raw
  To: gentoo-commits

armin76     09/02/24 17:45:20

  Modified:             ChangeLog libdbi-0.8.3.ebuild
  Log:
  arm/s390/sh stable
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.39                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	7 Feb 2009 20:09:28 -0000	1.38
+++ ChangeLog	24 Feb 2009 17:45:20 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libdbi
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.38 2009/02/07 20:09:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.39 2009/02/24 17:45:20 armin76 Exp $
+
+  24 Feb 2009; Raúl Porcel <armin76@gentoo.org> libdbi-0.8.3.ebuild:
+  arm/s390/sh stable
 
   07 Feb 2009; Raúl Porcel <armin76@gentoo.org> libdbi-0.8.3.ebuild:
   Add ~arm/~s390/~sh



1.18                 dev-db/libdbi/libdbi-0.8.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild?r1=1.17&r2=1.18

Index: libdbi-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- libdbi-0.8.3.ebuild	7 Feb 2009 20:09:28 -0000	1.17
+++ libdbi-0.8.3.ebuild	24 Feb 2009 17:45:20 -0000	1.18
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.17 2009/02/07 20:09:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.18 2009/02/24 17:45:20 armin76 Exp $
 
 inherit eutils autotools multilib
 
@@ -15,7 +15,7 @@
 		${RDEPEND}"
 PDEPEND=">=dev-db/libdbi-drivers-0.8.3"
 IUSE="doc"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 SLOT=0
 
 src_unpack() {






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

end of thread, other threads:[~2009-02-24 17:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-25 15:18 [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: ChangeLog libdbi-0.8.3.ebuild Ferris McCormick (fmccor)
  -- strict thread matches above, loose matches on Subject: below --
2009-02-24 17:45 Raul Porcel (armin76)
2009-02-07 20:09 Raul Porcel (armin76)
2009-01-25 15:46 Markus Meier (maekke)
2009-01-25 14:35 Brent Baude (ranger)
2009-01-20 21:55 Alexis Ballier (aballier)
2009-01-11 15:57 Markus Meier (maekke)
2009-01-09 18:06 Brent Baude (ranger)
2009-01-05 17:33 Jeroen Roovers (jer)
2008-12-16 20:15 Peter Volkov (pva)
2008-12-01 21:37 Brent Baude (ranger)
2008-11-09 15:35 Tobias Klausmann (klausman)
2008-09-29  2:42 Robin H. Johnson (robbat2)

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