Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libe: libe-0.10.0.ebuild ChangeLog
Date: Fri, 29 May 2015 23:23:21
Message-Id: 20150529232316.879F8A07@oystercatcher.gentoo.org
1 patrick 15/05/29 23:23:16
2
3 Modified: libe-0.10.0.ebuild ChangeLog
4 Log:
5 Fix libpo6 dep #550756
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 dev-libs/libe/libe-0.10.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/libe-0.10.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/libe-0.10.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/libe-0.10.0.ebuild?r1=1.1&r2=1.2
15
16 Index: libe-0.10.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libe/libe-0.10.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libe-0.10.0.ebuild 28 May 2015 09:14:21 -0000 1.1
23 +++ libe-0.10.0.ebuild 29 May 2015 23:23:16 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/libe-0.10.0.ebuild,v 1.1 2015/05/28 09:14:21 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/libe-0.10.0.ebuild,v 1.2 2015/05/29 23:23:16 patrick Exp $
29 EAPI=4
30
31 inherit eutils
32 @@ -18,7 +18,7 @@
33
34 IUSE=""
35
36 -RDEPEND=">=dev-libs/libpo6-0.6.0"
37 +RDEPEND=">=dev-libs/libpo6-0.7.0"
38 DEPEND="${RDEPEND}
39 virtual/pkgconfig"
40
41
42
43
44 1.18 dev-libs/libe/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/ChangeLog?rev=1.18&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/ChangeLog?rev=1.18&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/ChangeLog?r1=1.17&r2=1.18
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v
53 retrieving revision 1.17
54 retrieving revision 1.18
55 diff -u -r1.17 -r1.18
56 --- ChangeLog 28 May 2015 09:14:21 -0000 1.17
57 +++ ChangeLog 29 May 2015 23:23:16 -0000 1.18
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-libs/libe
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.17 2015/05/28 09:14:21 patrick Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.18 2015/05/29 23:23:16 patrick Exp $
63 +
64 + 29 May 2015; Patrick Lauer <patrick@g.o> libe-0.10.0.ebuild:
65 + Fix libpo6 dep #550756
66
67 *libe-0.10.0 (28 May 2015)