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.38.ebuild
@ 2009-11-10 13:59 Patrick Lauer (patrick)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2009-11-10 13:59 UTC (permalink / raw
  To: gentoo-commits

patrick     09/11/10 13:59:52

  Modified:             ChangeLog
  Added:                tokyocabinet-1.4.38.ebuild
  Log:
  Buuuump.
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-db/tokyocabinet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	7 Nov 2009 18:49:06 -0000	1.11
+++ ChangeLog	10 Nov 2009 13:59:52 -0000	1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/tokyocabinet
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.11 2009/11/07 18:49:06 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.12 2009/11/10 13:59:52 patrick Exp $
+
+*tokyocabinet-1.4.38 (10 Nov 2009)
+
+  10 Nov 2009; Patrick Lauer <patrick@gentoo.org>
+  +tokyocabinet-1.4.38.ebuild:
+  Buuuump.
 
 *tokyocabinet-1.4.37 (07 Nov 2009)
 



1.1                  dev-db/tokyocabinet/tokyocabinet-1.4.38.ebuild

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

Index: tokyocabinet-1.4.38.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.38.ebuild,v 1.1 2009/11/10 13:59:52 patrick Exp $

EAPI=2

inherit eutils

DESCRIPTION="A library of routines for managing a database"
HOMEPAGE="http://1978th.net/tokyocabinet/"
SRC_URI="${HOMEPAGE}${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86 ~x86-fbsd ~ppc-macos ~x64-solaris"
IUSE="debug doc examples"

DEPEND="sys-libs/zlib
	app-arch/bzip2"
RDEPEND="${DEPEND}"

src_prepare() {
	epatch "${FILESDIR}/fix_rpath.patch"
}

src_configure() {
	econf $(use_enable debug)
}

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

	if use examples; then
		dodoc example/* || die "Install failed"
	fi

	if use doc; then
		dodoc doc/* || die "Install failed"
	fi
}

src_test() {
	emake -j1 check || die "Tests failed"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: ChangeLog tokyocabinet-1.4.38.ebuild
@ 2009-11-26  9:21 Fabian Groffen (grobian)
  0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen (grobian) @ 2009-11-26  9:21 UTC (permalink / raw
  To: gentoo-commits

grobian     09/11/26 09:21:55

  Modified:             ChangeLog tokyocabinet-1.4.38.ebuild
  Log:
  Marked ~x86-linux ~amd64-linux ~x86-macos ~x64-macos, thanks Matt Michalowski, bug #294656
  (Portage version: 2.2.00.14881-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.13                 dev-db/tokyocabinet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	10 Nov 2009 13:59:52 -0000	1.12
+++ ChangeLog	26 Nov 2009 09:21:55 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/tokyocabinet
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.12 2009/11/10 13:59:52 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.13 2009/11/26 09:21:55 grobian Exp $
+
+  26 Nov 2009; Fabian Groffen <grobian@gentoo.org>
+  tokyocabinet-1.4.38.ebuild:
+  Marked ~x86-linux ~amd64-linux ~x86-macos ~x64-macos, thanks Matt
+  Michalowski, bug #294656
 
 *tokyocabinet-1.4.38 (10 Nov 2009)
 



1.2                  dev-db/tokyocabinet/tokyocabinet-1.4.38.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.38.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.38.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.38.ebuild?r1=1.1&r2=1.2

Index: tokyocabinet-1.4.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.38.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tokyocabinet-1.4.38.ebuild	10 Nov 2009 13:59:52 -0000	1.1
+++ tokyocabinet-1.4.38.ebuild	26 Nov 2009 09:21:55 -0000	1.2
@@ -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/tokyocabinet/tokyocabinet-1.4.38.ebuild,v 1.1 2009/11/10 13:59:52 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.38.ebuild,v 1.2 2009/11/26 09:21:55 grobian Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86 ~x86-fbsd ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: ChangeLog tokyocabinet-1.4.38.ebuild
@ 2010-01-09 16:00 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-09 16:00 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/09 16:00:57

  Modified:             ChangeLog tokyocabinet-1.4.38.ebuild
  Log:
  stable x86, security bug 290660
  (Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.17                 dev-db/tokyocabinet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	8 Jan 2010 19:31:58 -0000	1.16
+++ ChangeLog	9 Jan 2010 16:00:57 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/tokyocabinet
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.16 2010/01/08 19:31:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.17 2010/01/09 16:00:57 fauli Exp $
+
+  09 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  tokyocabinet-1.4.38.ebuild:
+  stable x86, security bug 290660
 
   08 Jan 2010; Brent Baude <ranger@gentoo.org> tokyocabinet-1.4.41.ebuild:
   Marking tokyocabinet-1.4.41 ppc64 and ppc for bug 290660



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

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

Index: tokyocabinet-1.4.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.38.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tokyocabinet-1.4.38.ebuild	26 Nov 2009 09:21:55 -0000	1.2
+++ tokyocabinet-1.4.38.ebuild	9 Jan 2010 16:00:57 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.38.ebuild,v 1.2 2009/11/26 09:21:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.38.ebuild,v 1.3 2010/01/09 16:00:57 fauli Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc 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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: ChangeLog tokyocabinet-1.4.38.ebuild
@ 2010-01-09 20:09 Raul Porcel (armin76)
  0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-09 20:09 UTC (permalink / raw
  To: gentoo-commits

armin76     10/01/09 20:09:40

  Modified:             ChangeLog tokyocabinet-1.4.38.ebuild
  Log:
  alpha stable wrt #290660
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.18                 dev-db/tokyocabinet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	9 Jan 2010 16:00:57 -0000	1.17
+++ ChangeLog	9 Jan 2010 20:09:40 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/tokyocabinet
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.17 2010/01/09 16:00:57 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.18 2010/01/09 20:09:40 armin76 Exp $
+
+  09 Jan 2010; Raúl Porcel <armin76@gentoo.org> tokyocabinet-1.4.38.ebuild:
+  alpha stable wrt #290660
 
   09 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   tokyocabinet-1.4.38.ebuild:



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

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

Index: tokyocabinet-1.4.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.38.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tokyocabinet-1.4.38.ebuild	9 Jan 2010 16:00:57 -0000	1.3
+++ tokyocabinet-1.4.38.ebuild	9 Jan 2010 20:09:40 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.38.ebuild,v 1.3 2010/01/09 16:00:57 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.38.ebuild,v 1.4 2010/01/09 20:09:40 armin76 Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="alpha ~amd64 ~hppa ~ppc 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] 4+ messages in thread

end of thread, other threads:[~2010-01-09 20:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-09 20:09 [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: ChangeLog tokyocabinet-1.4.38.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-09 16:00 Christian Faulhammer (fauli)
2009-11-26  9:21 Fabian Groffen (grobian)
2009-11-10 13:59 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