Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/otpcalc: ChangeLog otpcalc-0.97-r5.ebuild
Date: Mon, 21 Feb 2011 17:35:17
Message-Id: 20110221173501.4AF8820054@flycatcher.gentoo.org
1 ulm 11/02/21 17:35:01
2
3 Modified: ChangeLog otpcalc-0.97-r5.ebuild
4 Log:
5 Depend on slot 2 of gtk+.
6
7 (Portage version: 2.1.9.40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 sys-auth/otpcalc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/otpcalc/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/otpcalc/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/otpcalc/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 18 Oct 2010 20:38:18 -0000 1.10
23 +++ ChangeLog 21 Feb 2011 17:35:01 -0000 1.11
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-auth/otpcalc
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/ChangeLog,v 1.10 2010/10/18 20:38:18 ulm Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/ChangeLog,v 1.11 2011/02/21 17:35:01 ulm Exp $
30 +
31 + 21 Feb 2011; Ulrich Mueller <ulm@g.o> otpcalc-0.97-r5.ebuild:
32 + Depend on slot 2 of gtk+.
33
34 *otpcalc-0.97-r5 (18 Oct 2010)
35
36
37
38
39 1.2 sys-auth/otpcalc/otpcalc-0.97-r5.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild?r1=1.1&r2=1.2
44
45 Index: otpcalc-0.97-r5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- otpcalc-0.97-r5.ebuild 18 Oct 2010 20:38:18 -0000 1.1
52 +++ otpcalc-0.97-r5.ebuild 21 Feb 2011 17:35:01 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild,v 1.1 2010/10/18 20:38:18 ulm Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild,v 1.2 2011/02/21 17:35:01 ulm Exp $
59
60 EAPI=3
61
62 @@ -15,7 +15,7 @@
63 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
64 IUSE=""
65
66 -RDEPEND="=x11-libs/gtk+-2*
67 +RDEPEND="x11-libs/gtk+:2
68 dev-libs/openssl"
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig"