Gentoo Archives: gentoo-commits

From: "Akinori Hattori (hattya)" <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/qdbm: qdbm-1.8.78-r1.ebuild ChangeLog
Date: Mon, 02 Sep 2013 12:51:19
Message-Id: 20130902125112.976112004C@flycatcher.gentoo.org
1 hattya 13/09/02 12:51:12
2
3 Modified: qdbm-1.8.78-r1.ebuild ChangeLog
4 Log:
5 fixes bug #483098
6
7 (Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key EC917A6D)
8
9 Revision Changes Path
10 1.11 dev-db/qdbm/qdbm-1.8.78-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/qdbm/qdbm-1.8.78-r1.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/qdbm/qdbm-1.8.78-r1.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/qdbm/qdbm-1.8.78-r1.ebuild?r1=1.10&r2=1.11
15
16 Index: qdbm-1.8.78-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/qdbm/qdbm-1.8.78-r1.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- qdbm-1.8.78-r1.ebuild 28 Oct 2012 07:53:43 -0000 1.10
23 +++ qdbm-1.8.78-r1.ebuild 2 Sep 2013 12:51:12 -0000 1.11
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-db/qdbm/qdbm-1.8.78-r1.ebuild,v 1.10 2012/10/28 07:53:43 hattya Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/qdbm/qdbm-1.8.78-r1.ebuild,v 1.11 2013/09/02 12:51:12 hattya Exp $
30
31 -EAPI="4"
32 +EAPI="5"
33
34 inherit eutils java-pkg-opt-2 multilib
35
36 @@ -17,7 +17,7 @@
37
38 RDEPEND="java? ( >=virtual/jre-1.4 )
39 perl? ( dev-lang/perl )
40 - ruby? ( dev-lang/ruby:1.8 )
41 + ruby? ( dev-lang/ruby )
42 zlib? ( sys-libs/zlib )"
43 DEPEND="${RDEPEND}
44 java? ( >=virtual/jdk-1.4 )"
45
46
47
48 1.143 dev-db/qdbm/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/qdbm/ChangeLog?rev=1.143&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/qdbm/ChangeLog?rev=1.143&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/qdbm/ChangeLog?r1=1.142&r2=1.143
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-db/qdbm/ChangeLog,v
57 retrieving revision 1.142
58 retrieving revision 1.143
59 diff -u -r1.142 -r1.143
60 --- ChangeLog 28 Oct 2012 07:53:43 -0000 1.142
61 +++ ChangeLog 2 Sep 2013 12:51:12 -0000 1.143
62 @@ -1,6 +1,9 @@
63 # ChangeLog for dev-db/qdbm
64 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-db/qdbm/ChangeLog,v 1.142 2012/10/28 07:53:43 hattya Exp $
66 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/dev-db/qdbm/ChangeLog,v 1.143 2013/09/02 12:51:12 hattya Exp $
68 +
69 + 02 Sep 2013; Akinori Hattori <hattya@g.o> qdbm-1.8.78-r1.ebuild:
70 + fixes bug #483098
71
72 28 Oct 2012; Akinori Hattori <hattya@g.o> +files/qdbm-ruby19.diff,
73 qdbm-1.8.78-r1.ebuild: