public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: libdbi-0.8.4.ebuild ChangeLog
@ 2012-02-21  8:55 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 8+ messages in thread
From: Robin H. Johnson (robbat2) @ 2012-02-21  8:55 UTC (permalink / raw
  To: gentoo-commits

robbat2     12/02/21 08:55:32

  Modified:             ChangeLog
  Added:                libdbi-0.8.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha87/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -p -w -b -B -u -u -r1.40 -r1.41
--- ChangeLog	23 Sep 2009 16:33:36 -0000	1.40
+++ ChangeLog	21 Feb 2012 08:55:32 -0000	1.41
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/libdbi
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.40 2009/09/23 16:33:36 patrick Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.41 2012/02/21 08:55:32 robbat2 Exp $
+
+*libdbi-0.8.4 (21 Feb 2012)
+
+  21 Feb 2012; Robin H. Johnson <robbat2@gentoo.org>
+  +files/libdbi-0.8.4-doc-build-fix.patch, +libdbi-0.8.4.ebuild:
+  Version bump.
 
   23 Sep 2009; Patrick Lauer <patrick@gentoo.org> libdbi-0.8.1.ebuild,
   libdbi-0.8.3.ebuild:



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

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

Index: libdbi-0.8.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.1 2012/02/21 08:55:32 robbat2 Exp $

EAPI=4

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=""
DEPEND=">=sys-apps/sed-4
		dev-util/pkgconfig
		doc? ( app-text/openjade )
		${RDEPEND}"
PDEPEND=">=dev-db/libdbi-drivers-0.8.3" # On purpose, libdbi-drivers 0.8.4 does not exist
IUSE="doc"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
SLOT=0

src_unpack() {
	unpack ${A}
	chown -R portage:portage "${S}"
}

src_prepare() {
	epatch "${FILESDIR}"/libdbi-0.8.1-pkg-config.patch
	cp -f "${FILESDIR}"/dbi.pc.in "${S}"/dbi.pc.in
	epatch "${FILESDIR}"/libdbi-0.8.4-doc-build-fix.patch

	# configure.in has been changed
	eautoreconf || die "eautoreconf failed"
	# should append CFLAGS, not replace them
	sed -i.orig -e 's/^CFLAGS = /CFLAGS += /g' src/Makefile.in
}

src_configure() {
	econf $(use_enable doc docs) || die "econf failed"
}

src_compile() {
	emake || die "emake failed"
}

src_install () {
	emake install DESTDIR="${ED}" || 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] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: libdbi-0.8.4.ebuild ChangeLog
@ 2012-09-15 15:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-15 15:09 UTC (permalink / raw
  To: gentoo-commits

ago         12/09/15 15:09:31

  Modified:             libdbi-0.8.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #425306
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-db/libdbi/libdbi-0.8.4.ebuild

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

Index: libdbi-0.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libdbi-0.8.4.ebuild	13 Sep 2012 18:46:50 -0000	1.6
+++ libdbi-0.8.4.ebuild	15 Sep 2012 15:09:30 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.6 2012/09/13 18:46:50 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.7 2012/09/15 15:09:30 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 LICENSE="LGPL-2.1"
 
 IUSE="doc static-libs"
-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
 
 DOCS="AUTHORS ChangeLog README README.osx TODO"



1.44                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	3 May 2012 02:33:10 -0000	1.43
+++ ChangeLog	15 Sep 2012 15:09:30 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libdbi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.43 2012/05/03 02:33:10 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.44 2012/09/15 15:09:30 ago Exp $
+
+  15 Sep 2012; Agostino Sarubbo <ago@gentoo.org> libdbi-0.8.4.ebuild:
+  Stable for amd64, wrt bug #425306
 
   03 May 2012; Jeff Horelick <jdhore@gentoo.org> libdbi-0.8.3.ebuild,
   libdbi-0.8.4.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: libdbi-0.8.4.ebuild ChangeLog
@ 2012-09-16 19:44 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2012-09-16 19:44 UTC (permalink / raw
  To: gentoo-commits

maekke      12/09/16 19:44:28

  Modified:             libdbi-0.8.4.ebuild ChangeLog
  Log:
  arm stable, bug #425306
  
  (Portage version: 2.1.11.13/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-db/libdbi/libdbi-0.8.4.ebuild

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

Index: libdbi-0.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libdbi-0.8.4.ebuild	15 Sep 2012 15:09:30 -0000	1.7
+++ libdbi-0.8.4.ebuild	16 Sep 2012 19:44:28 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.7 2012/09/15 15:09:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.8 2012/09/16 19:44:28 maekke Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 LICENSE="LGPL-2.1"
 
 IUSE="doc static-libs"
-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
 
 DOCS="AUTHORS ChangeLog README README.osx TODO"



1.45                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	15 Sep 2012 15:09:30 -0000	1.44
+++ ChangeLog	16 Sep 2012 19:44:28 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libdbi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.44 2012/09/15 15:09:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.45 2012/09/16 19:44:28 maekke Exp $
+
+  16 Sep 2012; Markus Meier <maekke@gentoo.org> libdbi-0.8.4.ebuild:
+  arm stable, bug #425306
 
   15 Sep 2012; Agostino Sarubbo <ago@gentoo.org> libdbi-0.8.4.ebuild:
   Stable for amd64, wrt bug #425306





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

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: libdbi-0.8.4.ebuild ChangeLog
@ 2012-09-19 15:41 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2012-09-19 15:41 UTC (permalink / raw
  To: gentoo-commits

jer         12/09/19 15:41:42

  Modified:             libdbi-0.8.4.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #425306).
  
  (Portage version: 2.2.0_alpha129/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-db/libdbi/libdbi-0.8.4.ebuild

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

Index: libdbi-0.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libdbi-0.8.4.ebuild	16 Sep 2012 19:44:28 -0000	1.8
+++ libdbi-0.8.4.ebuild	19 Sep 2012 15:41:42 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.8 2012/09/16 19:44:28 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.9 2012/09/19 15:41:42 jer Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 LICENSE="LGPL-2.1"
 
 IUSE="doc static-libs"
-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
 
 DOCS="AUTHORS ChangeLog README README.osx TODO"



1.46                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	16 Sep 2012 19:44:28 -0000	1.45
+++ ChangeLog	19 Sep 2012 15:41:42 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libdbi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.45 2012/09/16 19:44:28 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.46 2012/09/19 15:41:42 jer Exp $
+
+  19 Sep 2012; Jeroen Roovers <jer@gentoo.org> libdbi-0.8.4.ebuild:
+  Stable for HPPA (bug #425306).
 
   16 Sep 2012; Markus Meier <maekke@gentoo.org> libdbi-0.8.4.ebuild:
   arm stable, bug #425306





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

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: libdbi-0.8.4.ebuild ChangeLog
@ 2012-10-05 18:09 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-10-05 18:09 UTC (permalink / raw
  To: gentoo-commits

ranger      12/10/05 18:09:38

  Modified:             libdbi-0.8.4.ebuild ChangeLog
  Log:
  Marking libdbi-0.8.4 ppc64 for bug 425306
  
  (Portage version: 2.1.10.65/cvs/Linux ppc64)

Revision  Changes    Path
1.10                 dev-db/libdbi/libdbi-0.8.4.ebuild

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

Index: libdbi-0.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libdbi-0.8.4.ebuild	19 Sep 2012 15:41:42 -0000	1.9
+++ libdbi-0.8.4.ebuild	5 Oct 2012 18:09:38 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.9 2012/09/19 15:41:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.10 2012/10/05 18:09:38 ranger Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 LICENSE="LGPL-2.1"
 
 IUSE="doc static-libs"
-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
 
 DOCS="AUTHORS ChangeLog README README.osx TODO"



1.47                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	19 Sep 2012 15:41:42 -0000	1.46
+++ ChangeLog	5 Oct 2012 18:09:38 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libdbi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.46 2012/09/19 15:41:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.47 2012/10/05 18:09:38 ranger Exp $
+
+  05 Oct 2012; Brent Baude <ranger@gentoo.org> libdbi-0.8.4.ebuild:
+  Marking libdbi-0.8.4 ppc64 for bug 425306
 
   19 Sep 2012; Jeroen Roovers <jer@gentoo.org> libdbi-0.8.4.ebuild:
   Stable for HPPA (bug #425306).





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

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: libdbi-0.8.4.ebuild ChangeLog
@ 2012-10-07  9:28 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2012-10-07  9:28 UTC (permalink / raw
  To: gentoo-commits

nixnut      12/10/07 09:28:06

  Modified:             libdbi-0.8.4.ebuild ChangeLog
  Log:
  ppc stable #425306
  
  (Portage version: 2.1.11.9/cvs/Linux ppc)

Revision  Changes    Path
1.11                 dev-db/libdbi/libdbi-0.8.4.ebuild

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

Index: libdbi-0.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libdbi-0.8.4.ebuild	5 Oct 2012 18:09:38 -0000	1.10
+++ libdbi-0.8.4.ebuild	7 Oct 2012 09:28:06 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.10 2012/10/05 18:09:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.11 2012/10/07 09:28:06 nixnut Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 LICENSE="LGPL-2.1"
 
 IUSE="doc static-libs"
-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
 
 DOCS="AUTHORS ChangeLog README README.osx TODO"



1.48                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	5 Oct 2012 18:09:38 -0000	1.47
+++ ChangeLog	7 Oct 2012 09:28:06 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libdbi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.47 2012/10/05 18:09:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.48 2012/10/07 09:28:06 nixnut Exp $
+
+  07 Oct 2012; nixnut <nixnut@gentoo.org> libdbi-0.8.4.ebuild:
+  ppc stable #425306
 
   05 Oct 2012; Brent Baude <ranger@gentoo.org> libdbi-0.8.4.ebuild:
   Marking libdbi-0.8.4 ppc64 for bug 425306





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

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: libdbi-0.8.4.ebuild ChangeLog
@ 2012-10-07 15:42 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2012-10-07 15:42 UTC (permalink / raw
  To: gentoo-commits

armin76     12/10/07 15:42:06

  Modified:             libdbi-0.8.4.ebuild ChangeLog
  Log:
  alpha/ia64/s390/sh/sparc/x86 stable wrt #425306
  
  (Portage version: 2.1.11.16/cvs/Linux ia64)

Revision  Changes    Path
1.12                 dev-db/libdbi/libdbi-0.8.4.ebuild

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

Index: libdbi-0.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libdbi-0.8.4.ebuild	7 Oct 2012 09:28:06 -0000	1.11
+++ libdbi-0.8.4.ebuild	7 Oct 2012 15:42:06 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.11 2012/10/07 09:28:06 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.12 2012/10/07 15:42:06 armin76 Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 LICENSE="LGPL-2.1"
 
 IUSE="doc static-libs"
-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
 
 DOCS="AUTHORS ChangeLog README README.osx TODO"



1.49                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	7 Oct 2012 09:28:06 -0000	1.48
+++ ChangeLog	7 Oct 2012 15:42:06 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libdbi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.48 2012/10/07 09:28:06 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.49 2012/10/07 15:42:06 armin76 Exp $
+
+  07 Oct 2012; Raúl Porcel <armin76@gentoo.org> libdbi-0.8.4.ebuild:
+  alpha/ia64/s390/sh/sparc/x86 stable wrt #425306
 
   07 Oct 2012; nixnut <nixnut@gentoo.org> libdbi-0.8.4.ebuild:
   ppc stable #425306





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

* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: libdbi-0.8.4.ebuild ChangeLog
@ 2013-05-14  2:23 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 8+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2013-05-14  2:23 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    13/05/14 02:23:38

  Modified:             libdbi-0.8.4.ebuild ChangeLog
  Log:
  Apply a patch to replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS - fixes bug 466940.
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key BB0E6E98)

Revision  Changes    Path
1.13                 dev-db/libdbi/libdbi-0.8.4.ebuild

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

Index: libdbi-0.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libdbi-0.8.4.ebuild	7 Oct 2012 15:42:06 -0000	1.12
+++ libdbi-0.8.4.ebuild	14 May 2013 02:23:38 -0000	1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.12 2012/10/07 15:42:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.13 2013/05/14 02:23:38 jmbsvicetto Exp $
 
 EAPI=4
 
@@ -31,6 +31,7 @@
 }
 
 src_prepare() {
+	epatch "${FILESDIR}/${P}-fix-ac-macro.patch"
 	epatch "${FILESDIR}"/libdbi-0.8.1-pkg-config.patch
 	cp -f "${FILESDIR}"/dbi.pc.in "${S}"/dbi.pc.in
 	epatch "${FILESDIR}"/libdbi-0.8.4-doc-build-fix.patch



1.50                 dev-db/libdbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	7 Oct 2012 15:42:06 -0000	1.49
+++ ChangeLog	14 May 2013 02:23:38 -0000	1.50
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/libdbi
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.49 2012/10/07 15:42:06 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.50 2013/05/14 02:23:38 jmbsvicetto Exp $
+
+  14 May 2013; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+  libdbi-0.8.4.ebuild, +files/libdbi-0.8.4-fix-ac-macro.patch:
+  Apply a patch to replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS - fixes bug
+  466940.
+
+  starting
 
   07 Oct 2012; Raúl Porcel <armin76@gentoo.org> libdbi-0.8.4.ebuild:
   alpha/ia64/s390/sh/sparc/x86 stable wrt #425306





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

end of thread, other threads:[~2013-05-14  2:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-16 19:44 [gentoo-commits] gentoo-x86 commit in dev-db/libdbi: libdbi-0.8.4.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-14  2:23 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2012-10-07 15:42 Raul Porcel (armin76)
2012-10-07  9:28 Gysbert Wassenaar (nixnut)
2012-10-05 18:09 Brent Baude (ranger)
2012-09-19 15:41 Jeroen Roovers (jer)
2012-09-15 15:09 Agostino Sarubbo (ago)
2012-02-21  8:55 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