public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/db: ChangeLog db-3.2.9-r11.ebuild
@ 2007-10-25  7:03 Torsten Veller (tove)
  0 siblings, 0 replies; 4+ messages in thread
From: Torsten Veller (tove) @ 2007-10-25  7:03 UTC (permalink / raw
  To: gentoo-commits

tove        07/10/25 07:03:33

  Modified:             ChangeLog db-3.2.9-r11.ebuild
  Log:
  Added a missing quote (#196944)
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.228                sys-libs/db/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?rev=1.228&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?rev=1.228&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?r1=1.227&r2=1.228

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -r1.227 -r1.228
--- ChangeLog	24 Oct 2007 07:07:55 -0000	1.227
+++ ChangeLog	25 Oct 2007 07:03:32 -0000	1.228
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/db
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.227 2007/10/24 07:07:55 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.228 2007/10/25 07:03:32 tove Exp $
+
+  25 Oct 2007; Torsten Veller <tove@gentoo.org> db-3.2.9-r11.ebuild:
+  Added a missing quote (#196944)
 
   24 Oct 2007; William L. Thomson Jr. <wltjr@gentoo.org> db-1.85-r1.ebuild,
   -db-3.2.9-r10.ebuild, db-3.2.9-r11.ebuild, db-4.4.20_p4.ebuild,



1.14                 sys-libs/db/db-3.2.9-r11.ebuild

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

Index: db-3.2.9-r11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- db-3.2.9-r11.ebuild	24 Oct 2007 07:07:55 -0000	1.13
+++ db-3.2.9-r11.ebuild	25 Oct 2007 07:03:32 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v 1.13 2007/10/24 07:07:55 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v 1.14 2007/10/25 07:03:32 tove Exp $
 
 inherit gnuconfig libtool eutils db java-pkg-opt-2
 
@@ -48,7 +48,7 @@
 	mv "${S}"/dist/Makefile.in "${S}"/dist/Makefile.in.orig
 	sed -e 's:DB185INC=:DB185INC= -I/usr/include/db1:' \
 		-e 's:DB185LIB=:DB185LIB= -ldb1:' \
-		"${S}/dist/Makefile.in.orig > "${S}"/dist/Makefile.in || die "Failed to sed"
+		"${S}"/dist/Makefile.in.orig > "${S}"/dist/Makefile.in || die "Failed to sed"
 
 	# Fix invalid .la files
 	cd "${WORKDIR}"/${P}/dist



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-libs/db: ChangeLog db-3.2.9-r11.ebuild
@ 2008-02-12  9:59 Paul de Vrieze (pauldv)
  0 siblings, 0 replies; 4+ messages in thread
From: Paul de Vrieze (pauldv) @ 2008-02-12  9:59 UTC (permalink / raw
  To: gentoo-commits

pauldv      08/02/12 09:59:54

  Modified:             ChangeLog db-3.2.9-r11.ebuild
  Log:
  Remove java useflag for old db-3.2.9-r11 version. People using the bindings would use more recent versions that actually work.
  (Portage version: 2.1.4.3)

Revision  Changes    Path
1.233                sys-libs/db/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?rev=1.233&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?rev=1.233&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?r1=1.232&r2=1.233

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog	5 Jan 2008 11:57:29 -0000	1.232
+++ ChangeLog	12 Feb 2008 09:59:54 -0000	1.233
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/db
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.232 2008/01/05 11:57:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.233 2008/02/12 09:59:54 pauldv Exp $
+
+  12 Feb 2008; <paul@gentoo.org> db-3.2.9-r11.ebuild:
+  The java useflag actually fails because of db's way to find the headers (bug
+  #207164). As the lack of reports indicates that people don't use it. The
+  useflag is disabled for now on this old version of db.
 
   05 Jan 2008; Raúl Porcel <armin76@gentoo.org> db-4.3.29-r2.ebuild:
   Add ~alpha wrt #204213



1.15                 sys-libs/db/db-3.2.9-r11.ebuild

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

Index: db-3.2.9-r11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- db-3.2.9-r11.ebuild	25 Oct 2007 07:03:32 -0000	1.14
+++ db-3.2.9-r11.ebuild	12 Feb 2008 09:59:54 -0000	1.15
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v 1.14 2007/10/25 07:03:32 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v 1.15 2008/02/12 09:59:54 pauldv Exp $
 
-inherit gnuconfig libtool eutils db java-pkg-opt-2
+inherit gnuconfig libtool eutils db
 
 DESCRIPTION="Berkeley DB for transaction support in MySQL"
 HOMEPAGE="http://www.sleepycat.com/"
@@ -13,13 +13,12 @@
 # This ebuild is to be the compatibility ebuild for when db4 is put
 # in the tree.
 KEYWORDS="~alpha amd64 arm ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="doc java"
+IUSE="doc"
 
 DEPEND="${RDEPEND}
 	=sys-libs/db-1.85*
 	sys-devel/libtool
-	sys-devel/m4
-	java? ( >=virtual/jre-1.4 )"
+	sys-devel/m4"
 # We need m4 too else build fails without config.guess
 
 # This doesn't build without exceptions
@@ -28,9 +27,6 @@
 src_unpack() {
 	unpack ${A}
 
-	use java && export JAVACABS=${JAVAC}
-	use java && export JAVACFLAGS=$(java-pkg_javac-args)
-
 	chmod -R ug+w *
 
 	cd "${WORKDIR}"/${P}
@@ -58,8 +54,6 @@
 	sed -i "s,\(-D_GNU_SOURCE\),\1 ${CFLAGS}," configure
 
 	cd "${S}"
-	epatch "${FILESDIR}"/${P}-jarlocation.patch
-	epatch "${FILESDIR}"/db-3.2.9-java15.patch
 	gnuconfig_update
 }
 
@@ -80,7 +74,6 @@
 	# Robin H. Johnson <robbat2@gentoo.org> (18 Oct 2003)
 
 	conf_shared="${conf_shared}
-		`use_enable java`
 		--enable-dynamic"
 
 	# TCL support is also broken



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-libs/db: ChangeLog db-3.2.9-r11.ebuild
@ 2008-02-13  1:30 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2008-02-13  1:30 UTC (permalink / raw
  To: gentoo-commits

jer         08/02/13 01:30:08

  Modified:             ChangeLog db-3.2.9-r11.ebuild
  Log:
  Stable for HPPA (bug #209942).
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.234                sys-libs/db/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?rev=1.234&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?rev=1.234&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?r1=1.233&r2=1.234

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -r1.233 -r1.234
--- ChangeLog	12 Feb 2008 09:59:54 -0000	1.233
+++ ChangeLog	13 Feb 2008 01:30:07 -0000	1.234
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/db
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.233 2008/02/12 09:59:54 pauldv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.234 2008/02/13 01:30:07 jer Exp $
+
+  13 Feb 2008; Jeroen Roovers <jer@gentoo.org> db-3.2.9-r11.ebuild:
+  Stable for HPPA (bug #209942).
 
   12 Feb 2008; <paul@gentoo.org> db-3.2.9-r11.ebuild:
   The java useflag actually fails because of db's way to find the headers (bug



1.16                 sys-libs/db/db-3.2.9-r11.ebuild

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

Index: db-3.2.9-r11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- db-3.2.9-r11.ebuild	12 Feb 2008 09:59:54 -0000	1.15
+++ db-3.2.9-r11.ebuild	13 Feb 2008 01:30:07 -0000	1.16
@@ -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/sys-libs/db/db-3.2.9-r11.ebuild,v 1.15 2008/02/12 09:59:54 pauldv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v 1.16 2008/02/13 01:30:07 jer Exp $
 
 inherit gnuconfig libtool eutils db
 
@@ -12,7 +12,7 @@
 SLOT="3"
 # This ebuild is to be the compatibility ebuild for when db4 is put
 # in the tree.
-KEYWORDS="~alpha amd64 arm ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
 IUSE="doc"
 
 DEPEND="${RDEPEND}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-libs/db: ChangeLog db-3.2.9-r11.ebuild
@ 2008-02-13 12:48 Raul Porcel (armin76)
  0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2008-02-13 12:48 UTC (permalink / raw
  To: gentoo-commits

armin76     08/02/13 12:48:46

  Modified:             ChangeLog db-3.2.9-r11.ebuild
  Log:
  alpha stable wrt #209942
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.235                sys-libs/db/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?rev=1.235&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?rev=1.235&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?r1=1.234&r2=1.235

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- ChangeLog	13 Feb 2008 01:30:07 -0000	1.234
+++ ChangeLog	13 Feb 2008 12:48:45 -0000	1.235
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/db
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.234 2008/02/13 01:30:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.235 2008/02/13 12:48:45 armin76 Exp $
+
+  13 Feb 2008; Raúl Porcel <armin76@gentoo.org> db-3.2.9-r11.ebuild:
+  alpha stable wrt #209942
 
   13 Feb 2008; Jeroen Roovers <jer@gentoo.org> db-3.2.9-r11.ebuild:
   Stable for HPPA (bug #209942).



1.17                 sys-libs/db/db-3.2.9-r11.ebuild

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

Index: db-3.2.9-r11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- db-3.2.9-r11.ebuild	13 Feb 2008 01:30:07 -0000	1.16
+++ db-3.2.9-r11.ebuild	13 Feb 2008 12:48:45 -0000	1.17
@@ -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/sys-libs/db/db-3.2.9-r11.ebuild,v 1.16 2008/02/13 01:30:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v 1.17 2008/02/13 12:48:45 armin76 Exp $
 
 inherit gnuconfig libtool eutils db
 
@@ -12,7 +12,7 @@
 SLOT="3"
 # This ebuild is to be the compatibility ebuild for when db4 is put
 # in the tree.
-KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
 IUSE="doc"
 
 DEPEND="${RDEPEND}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-02-13 12:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-25  7:03 [gentoo-commits] gentoo-x86 commit in sys-libs/db: ChangeLog db-3.2.9-r11.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2008-02-12  9:59 Paul de Vrieze (pauldv)
2008-02-13  1:30 Jeroen Roovers (jer)
2008-02-13 12:48 Raul Porcel (armin76)

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