Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/xtrabackup-bin: xtrabackup-bin-2.1.9.ebuild ChangeLog xtrabackup-bin-2.1.7.ebuild
Date: Fri, 30 May 2014 19:10:00
Message-Id: 20140530190956.406692004E@flycatcher.gentoo.org
1 idl0r 14/05/30 19:09:56
2
3 Modified: xtrabackup-bin-2.1.9.ebuild ChangeLog
4 xtrabackup-bin-2.1.7.ebuild
5 Log:
6 Fix libgcrypt dependencies
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
9
10 Revision Changes Path
11 1.2 dev-db/xtrabackup-bin/xtrabackup-bin-2.1.9.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.9.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.9.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.9.ebuild?r1=1.1&r2=1.2
16
17 Index: xtrabackup-bin-2.1.9.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.9.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- xtrabackup-bin-2.1.9.ebuild 22 May 2014 21:03:28 -0000 1.1
24 +++ xtrabackup-bin-2.1.9.ebuild 30 May 2014 19:09:56 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.9.ebuild,v 1.1 2014/05/22 21:03:28 idl0r Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.9.ebuild,v 1.2 2014/05/30 19:09:56 idl0r Exp $
30
31 EAPI=5
32
33 @@ -29,7 +29,7 @@
34
35 DEPEND=""
36 RDEPEND="dev-libs/libaio
37 - dev-libs/libgcrypt:0=
38 + || ( dev-libs/libgcrypt:0/11 dev-libs/libgcrypt:11/11 )
39 dev-libs/libgpg-error
40 dev-perl/DBD-mysql"
41
42
43
44
45 1.8 dev-db/xtrabackup-bin/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xtrabackup-bin/ChangeLog?rev=1.8&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xtrabackup-bin/ChangeLog?rev=1.8&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xtrabackup-bin/ChangeLog?r1=1.7&r2=1.8
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/ChangeLog,v
54 retrieving revision 1.7
55 retrieving revision 1.8
56 diff -u -r1.7 -r1.8
57 --- ChangeLog 22 May 2014 21:03:28 -0000 1.7
58 +++ ChangeLog 30 May 2014 19:09:56 -0000 1.8
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-db/xtrabackup-bin
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/ChangeLog,v 1.7 2014/05/22 21:03:28 idl0r Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/ChangeLog,v 1.8 2014/05/30 19:09:56 idl0r Exp $
64 +
65 + 30 May 2014; Christian Ruppert <idl0r@g.o>
66 + xtrabackup-bin-2.1.7.ebuild, xtrabackup-bin-2.1.9.ebuild:
67 + Fix libgcrypt dependencies
68
69 *xtrabackup-bin-2.1.9 (22 May 2014)
70
71
72
73
74 1.3 dev-db/xtrabackup-bin/xtrabackup-bin-2.1.7.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.7.ebuild?rev=1.3&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.7.ebuild?rev=1.3&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.7.ebuild?r1=1.2&r2=1.3
79
80 Index: xtrabackup-bin-2.1.7.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.7.ebuild,v
83 retrieving revision 1.2
84 retrieving revision 1.3
85 diff -u -r1.2 -r1.3
86 --- xtrabackup-bin-2.1.7.ebuild 1 Mar 2014 22:27:57 -0000 1.2
87 +++ xtrabackup-bin-2.1.7.ebuild 30 May 2014 19:09:56 -0000 1.3
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2014 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.7.ebuild,v 1.2 2014/03/01 22:27:57 mgorny Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.7.ebuild,v 1.3 2014/05/30 19:09:56 idl0r Exp $
93
94 EAPI=5
95
96 @@ -29,7 +29,7 @@
97
98 DEPEND=""
99 RDEPEND="dev-libs/libaio
100 - dev-libs/libgcrypt:0
101 + || ( dev-libs/libgcrypt:0/11 dev-libs/libgcrypt:11/11 )
102 dev-libs/libgpg-error"
103
104 if use amd64; then