* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: tokyocabinet-1.4.48.ebuild ChangeLog
@ 2012-08-23 4:23 Patrick Lauer (patrick)
0 siblings, 0 replies; 7+ messages in thread
From: Patrick Lauer (patrick) @ 2012-08-23 4:23 UTC (permalink / raw
To: gentoo-commits
patrick 12/08/23 04:23:59
Modified: ChangeLog
Added: tokyocabinet-1.4.48.ebuild
Log:
Bump
(Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
Revision Changes Path
1.43 dev-db/tokyocabinet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 25 Apr 2012 16:22:24 -0000 1.42
+++ ChangeLog 23 Aug 2012 04:23:59 -0000 1.43
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/tokyocabinet
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.43 2012/08/23 04:23:59 patrick Exp $
+
+*tokyocabinet-1.4.48 (23 Aug 2012)
+
+ 23 Aug 2012; Patrick Lauer <patrick@gentoo.org> +tokyocabinet-1.4.48.ebuild:
+ Bump
25 Apr 2012; Justin Lecher <jlec@gentoo.org> tokyocabinet-1.4.47.ebuild:
Drop unnessecary die
@@ -184,4 +189,3 @@
+tokyocabinet-1.4.34-r1.ebuild, +files/fix_rpath.patch, +metadata.xml:
Initial import of tokyocabinet. Thanks to Petteri Räty, Mark Lewandowski
and Johan Bergstroem for the ebuild. Fixes #240696
-
1.1 dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?rev=1.1&content-type=text/plain
Index: tokyocabinet-1.4.48.ebuild
===================================================================
# 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.48.ebuild,v 1.1 2012/08/23 04:23:59 patrick Exp $
EAPI="2"
inherit eutils autotools
DESCRIPTION="A library of routines for managing a database"
HOMEPAGE="http://fallabs.com/tokyocabinet/"
SRC_URI="${HOMEPAGE}${P}.tar.gz"
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"
IUSE="debug doc examples"
DEPEND="sys-libs/zlib
app-arch/bzip2"
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}/fix_rpath.patch"
sed -i \
-e "/ldconfig/d" \
-e "/DATADIR/d" Makefile.in || die
# 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
}
src_configure() {
# we use the "fastest" target without the -O3
econf $(use_enable debug) --enable-off64 --enable-fastest
}
src_install() {
emake DESTDIR="${D}" install || die "Install failed"
if use examples; then
insinto /usr/share/${PF}/example
doins example/* || die "Install failed"
fi
if use doc; then
insinto /usr/share/doc/${PF}
doins -r doc/* || die "Install failed"
fi
}
src_test() {
emake -j1 check || die "Tests failed"
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: tokyocabinet-1.4.48.ebuild ChangeLog
@ 2012-12-07 17:24 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-07 17:24 UTC (permalink / raw
To: gentoo-commits
ago 12/12/07 17:24:39
Modified: tokyocabinet-1.4.48.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #441146
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?r1=1.1&r2=1.2
Index: tokyocabinet-1.4.48.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tokyocabinet-1.4.48.ebuild 23 Aug 2012 04:23:59 -0000 1.1
+++ tokyocabinet-1.4.48.ebuild 7 Dec 2012 17:24:39 -0000 1.2
@@ -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/tokyocabinet/tokyocabinet-1.4.48.ebuild,v 1.1 2012/08/23 04:23:59 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild,v 1.2 2012/12/07 17:24:39 ago 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
1.44 dev-db/tokyocabinet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 23 Aug 2012 04:23:59 -0000 1.43
+++ ChangeLog 7 Dec 2012 17:24:39 -0000 1.44
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/tokyocabinet
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.43 2012/08/23 04:23:59 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.44 2012/12/07 17:24:39 ago Exp $
+
+ 07 Dec 2012; <ago@gentoo.org> tokyocabinet-1.4.48.ebuild:
+ Stable for amd64, wrt bug #441146
*tokyocabinet-1.4.48 (23 Aug 2012)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: tokyocabinet-1.4.48.ebuild ChangeLog
@ 2012-12-07 17:57 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-07 17:57 UTC (permalink / raw
To: gentoo-commits
ago 12/12/07 17:57:34
Modified: tokyocabinet-1.4.48.ebuild ChangeLog
Log:
Stable for x86, wrt bug #441146
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.3 dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?r1=1.2&r2=1.3
Index: tokyocabinet-1.4.48.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tokyocabinet-1.4.48.ebuild 7 Dec 2012 17:24:39 -0000 1.2
+++ tokyocabinet-1.4.48.ebuild 7 Dec 2012 17:57:34 -0000 1.3
@@ -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/tokyocabinet/tokyocabinet-1.4.48.ebuild,v 1.2 2012/12/07 17:24:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild,v 1.3 2012/12/07 17:57:34 ago 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
1.45 dev-db/tokyocabinet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 7 Dec 2012 17:24:39 -0000 1.44
+++ ChangeLog 7 Dec 2012 17:57:34 -0000 1.45
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/tokyocabinet
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.44 2012/12/07 17:24:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.45 2012/12/07 17:57:34 ago Exp $
+
+ 07 Dec 2012; <ago@gentoo.org> tokyocabinet-1.4.48.ebuild:
+ Stable for x86, wrt bug #441146
07 Dec 2012; <ago@gentoo.org> tokyocabinet-1.4.48.ebuild:
Stable for amd64, wrt bug #441146
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: tokyocabinet-1.4.48.ebuild ChangeLog
@ 2012-12-07 19:15 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-07 19:15 UTC (permalink / raw
To: gentoo-commits
ago 12/12/07 19:15:19
Modified: tokyocabinet-1.4.48.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #441146
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.4 dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?r1=1.3&r2=1.4
Index: tokyocabinet-1.4.48.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tokyocabinet-1.4.48.ebuild 7 Dec 2012 17:57:34 -0000 1.3
+++ tokyocabinet-1.4.48.ebuild 7 Dec 2012 19:15:19 -0000 1.4
@@ -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/tokyocabinet/tokyocabinet-1.4.48.ebuild,v 1.3 2012/12/07 17:57:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild,v 1.4 2012/12/07 19:15:19 ago 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
1.46 dev-db/tokyocabinet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 7 Dec 2012 17:57:34 -0000 1.45
+++ ChangeLog 7 Dec 2012 19:15:19 -0000 1.46
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/tokyocabinet
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.45 2012/12/07 17:57:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.46 2012/12/07 19:15:19 ago Exp $
+
+ 07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tokyocabinet-1.4.48.ebuild:
+ Stable for ppc, wrt bug #441146
07 Dec 2012; <ago@gentoo.org> tokyocabinet-1.4.48.ebuild:
Stable for x86, wrt bug #441146
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: tokyocabinet-1.4.48.ebuild ChangeLog
@ 2012-12-08 15:54 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-08 15:54 UTC (permalink / raw
To: gentoo-commits
ago 12/12/08 15:54:24
Modified: tokyocabinet-1.4.48.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #441146
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.5 dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?r1=1.4&r2=1.5
Index: tokyocabinet-1.4.48.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tokyocabinet-1.4.48.ebuild 7 Dec 2012 19:15:19 -0000 1.4
+++ tokyocabinet-1.4.48.ebuild 8 Dec 2012 15:54:24 -0000 1.5
@@ -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/tokyocabinet/tokyocabinet-1.4.48.ebuild,v 1.4 2012/12/07 19:15:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild,v 1.5 2012/12/08 15:54:24 ago 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
1.47 dev-db/tokyocabinet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 7 Dec 2012 19:15:19 -0000 1.46
+++ ChangeLog 8 Dec 2012 15:54:24 -0000 1.47
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/tokyocabinet
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.46 2012/12/07 19:15:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.47 2012/12/08 15:54:24 ago Exp $
+
+ 08 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tokyocabinet-1.4.48.ebuild:
+ Stable for ppc64, wrt bug #441146
07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tokyocabinet-1.4.48.ebuild:
Stable for ppc, wrt bug #441146
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: tokyocabinet-1.4.48.ebuild ChangeLog
@ 2012-12-08 16:54 Jeroen Roovers (jer)
0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2012-12-08 16:54 UTC (permalink / raw
To: gentoo-commits
jer 12/12/08 16:54:52
Modified: tokyocabinet-1.4.48.ebuild ChangeLog
Log:
Stable for HPPA (bug #441146).
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.6 dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?r1=1.5&r2=1.6
Index: tokyocabinet-1.4.48.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tokyocabinet-1.4.48.ebuild 8 Dec 2012 15:54:24 -0000 1.5
+++ tokyocabinet-1.4.48.ebuild 8 Dec 2012 16:54:52 -0000 1.6
@@ -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/tokyocabinet/tokyocabinet-1.4.48.ebuild,v 1.5 2012/12/08 15:54:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild,v 1.6 2012/12/08 16:54:52 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
1.48 dev-db/tokyocabinet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 8 Dec 2012 15:54:24 -0000 1.47
+++ ChangeLog 8 Dec 2012 16:54:52 -0000 1.48
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/tokyocabinet
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.47 2012/12/08 15:54:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.48 2012/12/08 16:54:52 jer Exp $
+
+ 08 Dec 2012; Jeroen Roovers <jer@gentoo.org> tokyocabinet-1.4.48.ebuild:
+ Stable for HPPA (bug #441146).
08 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tokyocabinet-1.4.48.ebuild:
Stable for ppc64, wrt bug #441146
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: tokyocabinet-1.4.48.ebuild ChangeLog
@ 2012-12-27 8:33 Raul Porcel (armin76)
0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2012-12-27 8:33 UTC (permalink / raw
To: gentoo-commits
armin76 12/12/27 08:33:11
Modified: tokyocabinet-1.4.48.ebuild ChangeLog
Log:
alpha stable wrt #441146
(Portage version: 2.1.11.38/cvs/Linux ia64, signed Manifest commit with key F6AD3240)
Revision Changes Path
1.7 dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?r1=1.6&r2=1.7
Index: tokyocabinet-1.4.48.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tokyocabinet-1.4.48.ebuild 8 Dec 2012 16:54:52 -0000 1.6
+++ tokyocabinet-1.4.48.ebuild 27 Dec 2012 08:33:11 -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/tokyocabinet/tokyocabinet-1.4.48.ebuild,v 1.6 2012/12/08 16:54:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild,v 1.7 2012/12/27 08:33:11 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
1.49 dev-db/tokyocabinet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 8 Dec 2012 16:54:52 -0000 1.48
+++ ChangeLog 27 Dec 2012 08:33:11 -0000 1.49
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/tokyocabinet
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.48 2012/12/08 16:54:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.49 2012/12/27 08:33:11 armin76 Exp $
+
+ 27 Dec 2012; Raúl Porcel <armin76@gentoo.org> tokyocabinet-1.4.48.ebuild:
+ alpha stable wrt #441146
08 Dec 2012; Jeroen Roovers <jer@gentoo.org> tokyocabinet-1.4.48.ebuild:
Stable for HPPA (bug #441146).
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-12-27 8:33 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-08 15:54 [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: tokyocabinet-1.4.48.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2012-12-27 8:33 Raul Porcel (armin76)
2012-12-08 16:54 Jeroen Roovers (jer)
2012-12-07 19:15 Agostino Sarubbo (ago)
2012-12-07 17:57 Agostino Sarubbo (ago)
2012-12-07 17:24 Agostino Sarubbo (ago)
2012-08-23 4:23 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