Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/lotus-notes: ChangeLog lotus-notes-8.5.3.ebuild
Date: Wed, 31 Jul 2013 14:10:41
Message-Id: 20130731141038.4DC302171C@flycatcher.gentoo.org
1 ulm 13/07/31 14:10:38
2
3 Modified: ChangeLog lotus-notes-8.5.3.ebuild
4 Log:
5 Drop ~amd64 keyword, bug 474364. Non-maintainer commit for scarabeus.
6
7 (Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.5 app-office/lotus-notes/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lotus-notes/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lotus-notes/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lotus-notes/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/lotus-notes/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 22 Jun 2013 13:30:34 -0000 1.4
23 +++ ChangeLog 31 Jul 2013 14:10:38 -0000 1.5
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-office/lotus-notes
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/lotus-notes/ChangeLog,v 1.4 2013/06/22 13:30:34 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/lotus-notes/ChangeLog,v 1.5 2013/07/31 14:10:38 ulm Exp $
29 +
30 + 31 Jul 2013; Ulrich Müller <ulm@g.o> lotus-notes-8.5.3.ebuild:
31 + Drop ~amd64 keyword, bug 474364. Non-maintainer commit for scarabeus.
32
33 22 Jun 2013; Tomáš Chvátal <scarabeus@g.o> lotus-notes-8.5.3.ebuild:
34 Try to state the x86 deps properly.
35
36
37
38 1.5 app-office/lotus-notes/lotus-notes-8.5.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lotus-notes/lotus-notes-8.5.3.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lotus-notes/lotus-notes-8.5.3.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lotus-notes/lotus-notes-8.5.3.ebuild?r1=1.4&r2=1.5
43
44 Index: lotus-notes-8.5.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-office/lotus-notes/lotus-notes-8.5.3.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- lotus-notes-8.5.3.ebuild 22 Jun 2013 13:30:34 -0000 1.4
51 +++ lotus-notes-8.5.3.ebuild 31 Jul 2013 14:10:38 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-office/lotus-notes/lotus-notes-8.5.3.ebuild,v 1.4 2013/06/22 13:30:34 scarabeus Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-office/lotus-notes/lotus-notes-8.5.3.ebuild,v 1.5 2013/07/31 14:10:38 ulm Exp $
57
58 EAPI=5
59
60 @@ -14,15 +14,10 @@
61
62 LICENSE="lotus-notes"
63 SLOT="0"
64 -KEYWORDS="~amd64 ~x86"
65 +KEYWORDS="~x86"
66 IUSE=""
67
68 RDEPEND="
69 - amd64? (
70 - app-emulation/emul-linux-x86-gtklibs
71 - app-emulation/emul-linux-x86-motif
72 - app-emulation/emul-linux-x86-xlibs
73 - )
74 x86? (
75 dev-libs/dbus-glib
76 dev-libs/libcroco
77 @@ -58,6 +53,11 @@
78 dev-libs/icu
79 sys-apps/dbus[X]
80 "
81 +# amd64? (
82 +# app-emulation/emul-linux-x86-gtklibs
83 +# app-emulation/emul-linux-x86-motif
84 +# app-emulation/emul-linux-x86-xlibs
85 +# )
86 DEPEND="${RDEPEND}"
87
88 RESTRICT="mirror fetch strip"