public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: ChangeLog tokyocabinet-1.4.47.ebuild
@ 2011-04-01 22:25 Patrick Lauer (patrick)
  0 siblings, 0 replies; 8+ messages in thread
From: Patrick Lauer (patrick) @ 2011-04-01 22:25 UTC (permalink / raw
  To: gentoo-commits

patrick     11/04/01 22:25:45

  Modified:             ChangeLog tokyocabinet-1.4.47.ebuild
  Log:
  Stripping -fomit-frame-pointer from Makefile too
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 dev-db/tokyocabinet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	1 Apr 2011 17:10:02 -0000	1.34
+++ ChangeLog	1 Apr 2011 22:25:45 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/tokyocabinet
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.34 2011/04/01 17:10:02 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.35 2011/04/01 22:25:45 patrick Exp $
+
+  01 Apr 2011; Patrick Lauer <patrick@gentoo.org> tokyocabinet-1.4.47.ebuild:
+  Stripping -fomit-frame-pointer from Makefile too
 
   01 Apr 2011; Patrick Lauer <patrick@gentoo.org> -tokyocabinet-1.4.41.ebuild,
   -tokyocabinet-1.4.42.ebuild, -tokyocabinet-1.4.45.ebuild,



1.3                  dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild

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

Index: tokyocabinet-1.4.47.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tokyocabinet-1.4.47.ebuild	1 Apr 2011 17:10:02 -0000	1.2
+++ tokyocabinet-1.4.47.ebuild	1 Apr 2011 22:25:45 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.2 2011/04/01 17:10:02 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.3 2011/04/01 22:25:45 patrick Exp $
 
 EAPI="2"
 
@@ -24,8 +24,9 @@
 	sed -i \
 		-e "/ldconfig/d" \
 		-e "/DATADIR/d" Makefile.in || die
-	# cflags fix - remove -O2 at end of line
+	# cflags fix - remove -O2 at end of line and -fomit-frame-pointer
 	sed -i -e 's/-O3"$/"/' configure.in || die
+	sed -i -e 's/-fomit-frame-pointer//' configure.in || die
 	eautoreconf || die
 }
 






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

* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: ChangeLog tokyocabinet-1.4.47.ebuild
@ 2011-04-02  7:10 Christoph Mende (angelos)
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Mende (angelos) @ 2011-04-02  7:10 UTC (permalink / raw
  To: gentoo-commits

angelos     11/04/02 07:10:25

  Modified:             ChangeLog tokyocabinet-1.4.47.ebuild
  Log:
  Stable on amd64 wrt bug #361129
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.36                 dev-db/tokyocabinet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	1 Apr 2011 22:25:45 -0000	1.35
+++ ChangeLog	2 Apr 2011 07:10:25 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/tokyocabinet
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.35 2011/04/01 22:25:45 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.36 2011/04/02 07:10:25 angelos Exp $
+
+  02 Apr 2011; Christoph Mende <angelos@gentoo.org> tokyocabinet-1.4.47.ebuild:
+  Stable on amd64 wrt bug #361129
 
   01 Apr 2011; Patrick Lauer <patrick@gentoo.org> tokyocabinet-1.4.47.ebuild:
   Stripping -fomit-frame-pointer from Makefile too



1.4                  dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild

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

Index: tokyocabinet-1.4.47.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tokyocabinet-1.4.47.ebuild	1 Apr 2011 22:25:45 -0000	1.3
+++ tokyocabinet-1.4.47.ebuild	2 Apr 2011 07:10:25 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.3 2011/04/01 22:25:45 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.4 2011/04/02 07:10:25 angelos Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 IUSE="debug doc examples"
 
 DEPEND="sys-libs/zlib






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

* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: ChangeLog tokyocabinet-1.4.47.ebuild
@ 2011-04-04 23:07 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2011-04-04 23:07 UTC (permalink / raw
  To: gentoo-commits

jer         11/04/04 23:07:10

  Modified:             ChangeLog tokyocabinet-1.4.47.ebuild
  Log:
  Stable for HPPA (bug #361129).
  
  (Portage version: 2.2.0_alpha29/cvs/Linux i686)

Revision  Changes    Path
1.37                 dev-db/tokyocabinet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	2 Apr 2011 07:10:25 -0000	1.36
+++ ChangeLog	4 Apr 2011 23:07:09 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/tokyocabinet
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.36 2011/04/02 07:10:25 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.37 2011/04/04 23:07:09 jer Exp $
+
+  04 Apr 2011; Jeroen Roovers <jer@gentoo.org> tokyocabinet-1.4.47.ebuild:
+  Stable for HPPA (bug #361129).
 
   02 Apr 2011; Christoph Mende <angelos@gentoo.org> tokyocabinet-1.4.47.ebuild:
   Stable on amd64 wrt bug #361129



1.5                  dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild

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

Index: tokyocabinet-1.4.47.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tokyocabinet-1.4.47.ebuild	2 Apr 2011 07:10:25 -0000	1.4
+++ tokyocabinet-1.4.47.ebuild	4 Apr 2011 23:07:09 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.4 2011/04/02 07:10:25 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.5 2011/04/04 23:07:09 jer Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 IUSE="debug doc examples"
 
 DEPEND="sys-libs/zlib






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

* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: ChangeLog tokyocabinet-1.4.47.ebuild
@ 2011-04-25 14:33 Thomas Kahle (tomka)
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Kahle (tomka) @ 2011-04-25 14:33 UTC (permalink / raw
  To: gentoo-commits

tomka       11/04/25 14:33:05

  Modified:             ChangeLog tokyocabinet-1.4.47.ebuild
  Log:
  x86 stable per bug 361129
  
  (Portage version: 2.1.9.46/cvs/Linux i686)

Revision  Changes    Path
1.38                 dev-db/tokyocabinet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	4 Apr 2011 23:07:09 -0000	1.37
+++ ChangeLog	25 Apr 2011 14:33:05 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/tokyocabinet
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.37 2011/04/04 23:07:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.38 2011/04/25 14:33:05 tomka Exp $
+
+  25 Apr 2011; Thomas Kahle <tomka@gentoo.org> tokyocabinet-1.4.47.ebuild:
+  x86 stable per bug 361129
 
   04 Apr 2011; Jeroen Roovers <jer@gentoo.org> tokyocabinet-1.4.47.ebuild:
   Stable for HPPA (bug #361129).



1.6                  dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild

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

Index: tokyocabinet-1.4.47.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tokyocabinet-1.4.47.ebuild	4 Apr 2011 23:07:09 -0000	1.5
+++ tokyocabinet-1.4.47.ebuild	25 Apr 2011 14:33:05 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.5 2011/04/04 23:07:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.6 2011/04/25 14:33:05 tomka Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 IUSE="debug doc examples"
 
 DEPEND="sys-libs/zlib






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

* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: ChangeLog tokyocabinet-1.4.47.ebuild
@ 2011-08-13  8:10 Patrick Lauer (patrick)
  0 siblings, 0 replies; 8+ messages in thread
From: Patrick Lauer (patrick) @ 2011-08-13  8:10 UTC (permalink / raw
  To: gentoo-commits

patrick     11/08/13 08:10:42

  Modified:             ChangeLog tokyocabinet-1.4.47.ebuild
  Log:
  Fixing CFLAGS for #361129
  
  (Portage version: 2.2.0_alpha50/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 dev-db/tokyocabinet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	25 Apr 2011 14:33:05 -0000	1.38
+++ ChangeLog	13 Aug 2011 08:10:42 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/tokyocabinet
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.38 2011/04/25 14:33:05 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.39 2011/08/13 08:10:42 patrick Exp $
+
+  13 Aug 2011; Patrick Lauer <patrick@gentoo.org> tokyocabinet-1.4.47.ebuild:
+  Fixing CFLAGS for #361129
 
   25 Apr 2011; Thomas Kahle <tomka@gentoo.org> tokyocabinet-1.4.47.ebuild:
   x86 stable per bug 361129



1.7                  dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild

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

Index: tokyocabinet-1.4.47.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tokyocabinet-1.4.47.ebuild	25 Apr 2011 14:33:05 -0000	1.6
+++ tokyocabinet-1.4.47.ebuild	13 Aug 2011 08:10:42 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.6 2011/04/25 14:33:05 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.7 2011/08/13 08:10:42 patrick Exp $
 
 EAPI="2"
 
@@ -27,6 +27,8 @@
 	# cflags fix - remove -O2 at end of line and -fomit-frame-pointer
 	sed -i -e 's/-O3"$/"/' configure.in || die
 	sed -i -e 's/-fomit-frame-pointer//' configure.in || die
+	# flag only works on x86 derivatives, remove everywhere else
+	if ! use x86 && ! use amd64; then sed -i -e 's/ -minline-all-stringops//' configure.in; fi
 	eautoreconf || die
 }
 






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

* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: ChangeLog tokyocabinet-1.4.47.ebuild
@ 2011-08-15  7:58 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 8+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-08-15  7:58 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/08/15 07:58:02

  Modified:             ChangeLog tokyocabinet-1.4.47.ebuild
  Log:
  ppc/ppc64 stable wrt #361129
  
  (Portage version: 2.2.0_alpha50/cvs/Linux x86_64)

Revision  Changes    Path
1.40                 dev-db/tokyocabinet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	13 Aug 2011 08:10:42 -0000	1.39
+++ ChangeLog	15 Aug 2011 07:58:02 -0000	1.40
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/tokyocabinet
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.39 2011/08/13 08:10:42 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.40 2011/08/15 07:58:02 xarthisius Exp $
+
+  15 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  tokyocabinet-1.4.47.ebuild:
+  ppc/ppc64 stable wrt #361129
 
   13 Aug 2011; Patrick Lauer <patrick@gentoo.org> tokyocabinet-1.4.47.ebuild:
   Fixing CFLAGS for #361129



1.8                  dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild

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

Index: tokyocabinet-1.4.47.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tokyocabinet-1.4.47.ebuild	13 Aug 2011 08:10:42 -0000	1.7
+++ tokyocabinet-1.4.47.ebuild	15 Aug 2011 07:58:02 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.7 2011/08/13 08:10:42 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.8 2011/08/15 07:58:02 xarthisius Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 IUSE="debug doc examples"
 
 DEPEND="sys-libs/zlib






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

* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: ChangeLog tokyocabinet-1.4.47.ebuild
@ 2011-09-25 17:36 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-09-25 17:36 UTC (permalink / raw
  To: gentoo-commits

armin76     11/09/25 17:36:48

  Modified:             ChangeLog tokyocabinet-1.4.47.ebuild
  Log:
  alpha stable wrt #361129
  
  (Portage version: 2.1.10.11/cvs/Linux ia64)

Revision  Changes    Path
1.41                 dev-db/tokyocabinet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	15 Aug 2011 07:58:02 -0000	1.40
+++ ChangeLog	25 Sep 2011 17:36:48 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/tokyocabinet
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.40 2011/08/15 07:58:02 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.41 2011/09/25 17:36:48 armin76 Exp $
+
+  25 Sep 2011; Raúl Porcel <armin76@gentoo.org> tokyocabinet-1.4.47.ebuild:
+  alpha stable wrt #361129
 
   15 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org>
   tokyocabinet-1.4.47.ebuild:



1.9                  dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild

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

Index: tokyocabinet-1.4.47.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tokyocabinet-1.4.47.ebuild	15 Aug 2011 07:58:02 -0000	1.8
+++ tokyocabinet-1.4.47.ebuild	25 Sep 2011 17:36:48 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.8 2011/08/15 07:58:02 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.9 2011/09/25 17:36:48 armin76 Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="alpha amd64 hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 IUSE="debug doc examples"
 
 DEPEND="sys-libs/zlib






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

* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: ChangeLog tokyocabinet-1.4.47.ebuild
@ 2012-04-25 16:22 Justin Lecher (jlec)
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher (jlec) @ 2012-04-25 16:22 UTC (permalink / raw
  To: gentoo-commits

jlec        12/04/25 16:22:24

  Modified:             ChangeLog tokyocabinet-1.4.47.ebuild
  Log:
  Drop unnessecary die
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 dev-db/tokyocabinet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	25 Sep 2011 17:36:48 -0000	1.41
+++ ChangeLog	25 Apr 2012 16:22:24 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/tokyocabinet
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.41 2011/09/25 17:36:48 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.42 2012/04/25 16:22:24 jlec Exp $
+
+  25 Apr 2012; Justin Lecher <jlec@gentoo.org> tokyocabinet-1.4.47.ebuild:
+  Drop unnessecary die
 
   25 Sep 2011; Raúl Porcel <armin76@gentoo.org> tokyocabinet-1.4.47.ebuild:
   alpha stable wrt #361129



1.10                 dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild

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

Index: tokyocabinet-1.4.47.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tokyocabinet-1.4.47.ebuild	25 Sep 2011 17:36:48 -0000	1.9
+++ tokyocabinet-1.4.47.ebuild	25 Apr 2012 16:22:24 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.9 2011/09/25 17:36:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.10 2012/04/25 16:22:24 jlec Exp $
 
 EAPI="2"
 
@@ -29,7 +29,7 @@
 	sed -i -e 's/-fomit-frame-pointer//' configure.in || die
 	# flag only works on x86 derivatives, remove everywhere else
 	if ! use x86 && ! use amd64; then sed -i -e 's/ -minline-all-stringops//' configure.in; fi
-	eautoreconf || die
+	eautoreconf
 }
 
 src_configure() {






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

end of thread, other threads:[~2012-04-25 16:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-13  8:10 [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: ChangeLog tokyocabinet-1.4.47.ebuild Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-25 16:22 Justin Lecher (jlec)
2011-09-25 17:36 Raul Porcel (armin76)
2011-08-15  7:58 Kacper Kowalik (xarthisius)
2011-04-25 14:33 Thomas Kahle (tomka)
2011-04-04 23:07 Jeroen Roovers (jer)
2011-04-02  7:10 Christoph Mende (angelos)
2011-04-01 22:25 Patrick Lauer (patrick)

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