Gentoo Archives: gentoo-commits

From: "Thomas Sachau (tommy)" <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/eio: eio-1.7.4.ebuild ChangeLog
Date: Sat, 29 Dec 2012 10:09:08
Message-Id: 20121229100850.31EA42171D@flycatcher.gentoo.org
1 tommy 12/12/29 10:08:50
2
3 Modified: eio-1.7.4.ebuild ChangeLog
4 Log:
5 Add missing eet dependency
6
7 (Portage version: 2.2.0_alpha149-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
8
9 Revision Changes Path
10 1.2 dev-libs/eio/eio-1.7.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eio/eio-1.7.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eio/eio-1.7.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eio/eio-1.7.4.ebuild?r1=1.1&r2=1.2
15
16 Index: eio-1.7.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/eio/eio-1.7.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- eio-1.7.4.ebuild 21 Dec 2012 20:15:57 -0000 1.1
23 +++ eio-1.7.4.ebuild 29 Dec 2012 10:08:50 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eio/eio-1.7.4.ebuild,v 1.1 2012/12/21 20:15:57 tommy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eio/eio-1.7.4.ebuild,v 1.2 2012/12/29 10:08:50 tommy Exp $
29
30 EAPI=2
31
32 @@ -15,7 +15,8 @@
33 KEYWORDS="~amd64 ~x86"
34 IUSE="examples static-libs"
35
36 -RDEPEND=">=dev-libs/ecore-1.7.0"
37 +RDEPEND=">=dev-libs/ecore-1.7.0
38 + >=dev-libs/eet-1.7.0"
39 DEPEND="${RDEPEND}"
40
41 src_configure() {
42
43
44
45 1.4 dev-libs/eio/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eio/ChangeLog?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eio/ChangeLog?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eio/ChangeLog?r1=1.3&r2=1.4
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-libs/eio/ChangeLog,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- ChangeLog 21 Dec 2012 20:15:57 -0000 1.3
58 +++ ChangeLog 29 Dec 2012 10:08:50 -0000 1.4
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-libs/eio
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eio/ChangeLog,v 1.3 2012/12/21 20:15:57 tommy Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eio/ChangeLog,v 1.4 2012/12/29 10:08:50 tommy Exp $
64 +
65 + 29 Dec 2012; Thomas Sachau (Tommy[D]) <tommy@g.o> eio-1.7.4.ebuild:
66 + Add missing eet dependency
67
68 *eio-1.7.4 (21 Dec 2012)
69
70 @@ -18,4 +21,3 @@
71 09 Nov 2012; Thomas Sachau (Tommy[D]) <tommy@g.o> +eio-1.7.1.ebuild,
72 +metadata.xml:
73 Initial commit
74 -