Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/iceauth: iceauth-1.0.7.ebuild ChangeLog iceauth-1.0.4.ebuild iceauth-1.0.5.ebuild
Date: Wed, 04 Feb 2015 18:20:40
Message-Id: 20150204182035.4DBB4110D8@oystercatcher.gentoo.org
1 chithanh 15/02/04 18:20:35
2
3 Modified: ChangeLog
4 Added: iceauth-1.0.7.ebuild
5 Removed: iceauth-1.0.4.ebuild iceauth-1.0.5.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
10
11 Revision Changes Path
12 1.75 x11-apps/iceauth/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/iceauth/ChangeLog?rev=1.75&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/iceauth/ChangeLog?rev=1.75&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/iceauth/ChangeLog?r1=1.74&r2=1.75
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-apps/iceauth/ChangeLog,v
21 retrieving revision 1.74
22 retrieving revision 1.75
23 diff -u -r1.74 -r1.75
24 --- ChangeLog 8 Oct 2013 05:02:37 -0000 1.74
25 +++ ChangeLog 4 Feb 2015 18:20:35 -0000 1.75
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-apps/iceauth
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/iceauth/ChangeLog,v 1.74 2013/10/08 05:02:37 ago Exp $
30 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/iceauth/ChangeLog,v 1.75 2015/02/04 18:20:35 chithanh Exp $
32 +
33 +*iceauth-1.0.7 (04 Feb 2015)
34 +
35 + 04 Feb 2015; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
36 + +iceauth-1.0.7.ebuild, -iceauth-1.0.4.ebuild, -iceauth-1.0.5.ebuild:
37 + Version bump. Remove old.
38
39 08 Oct 2013; Agostino Sarubbo <ago@g.o> iceauth-1.0.6.ebuild:
40 Stable for x86, wrt bug #475480
41
42
43
44 1.1 x11-apps/iceauth/iceauth-1.0.7.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/iceauth/iceauth-1.0.7.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/iceauth/iceauth-1.0.7.ebuild?rev=1.1&content-type=text/plain
48
49 Index: iceauth-1.0.7.ebuild
50 ===================================================================
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-apps/iceauth/iceauth-1.0.7.ebuild,v 1.1 2015/02/04 18:20:35 chithanh Exp $
54
55 EAPI=5
56
57 inherit xorg-2
58
59 DESCRIPTION="ICE authority file utility"
60
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris ~x86-winnt"
62 IUSE=""
63
64 RDEPEND="x11-libs/libICE"
65 DEPEND="${RDEPEND}
66 x11-proto/xproto"