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.36.ebuild
@ 2009-10-27  9:31 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2009-10-27  9:31 UTC (permalink / raw
  To: gentoo-commits

patrick     09/10/27 09:31:46

  Modified:             ChangeLog
  Added:                tokyocabinet-1.4.36.ebuild
  Log:
  Bump, closes #290701
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-db/tokyocabinet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	26 Oct 2009 20:34:55 -0000	1.5
+++ ChangeLog	27 Oct 2009 09:31:45 -0000	1.6
@@ -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.5 2009/10/26 20:34:55 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.6 2009/10/27 09:31:45 patrick Exp $
+
+*tokyocabinet-1.4.36 (27 Oct 2009)
+
+  27 Oct 2009; Patrick Lauer <patrick@gentoo.org>
+  +tokyocabinet-1.4.36.ebuild:
+  Bump, closes #290701
 
   26 Oct 2009; Tobias Klausmann <klausman@gentoo.org>
   tokyocabinet-1.4.35.ebuild:



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

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

Index: tokyocabinet-1.4.36.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.36.ebuild,v 1.1 2009/10/27 09:31:45 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 ~x86 ~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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: ChangeLog tokyocabinet-1.4.36.ebuild
@ 2009-10-27 13:27 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2009-10-27 13:27 UTC (permalink / raw
  To: gentoo-commits

aballier    09/10/27 13:27:52

  Modified:             ChangeLog tokyocabinet-1.4.36.ebuild
  Log:
  keyword ~x86-fbsd, bug #290154
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-db/tokyocabinet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	27 Oct 2009 09:31:45 -0000	1.6
+++ ChangeLog	27 Oct 2009 13:27:51 -0000	1.7
@@ -1,6 +1,10 @@
 # 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.6 2009/10/27 09:31:45 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.7 2009/10/27 13:27:51 aballier Exp $
+
+  27 Oct 2009; Alexis Ballier <aballier@gentoo.org>
+  tokyocabinet-1.4.36.ebuild:
+  keyword ~x86-fbsd, bug #290154
 
 *tokyocabinet-1.4.36 (27 Oct 2009)
 



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

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

Index: tokyocabinet-1.4.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.36.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tokyocabinet-1.4.36.ebuild	27 Oct 2009 09:31:45 -0000	1.1
+++ tokyocabinet-1.4.36.ebuild	27 Oct 2009 13:27:51 -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.36.ebuild,v 1.1 2009/10/27 09:31:45 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.36.ebuild,v 1.2 2009/10/27 13:27:51 aballier Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86 ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~x86 ~x86-fbsd ~ppc-macos ~x64-solaris"
 IUSE="debug doc examples"
 
 DEPEND="sys-libs/zlib






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

end of thread, other threads:[~2009-10-27 13:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-27  9:31 [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: ChangeLog tokyocabinet-1.4.36.ebuild Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-27 13:27 Alexis Ballier (aballier)

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