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/xcalc: xcalc-1.0.6.ebuild ChangeLog xcalc-1.0.4.1.ebuild
Date: Sat, 07 Feb 2015 16:20:32
Message-Id: 20150207162027.798221142A@oystercatcher.gentoo.org
1 chithanh 15/02/07 16:20:27
2
3 Modified: ChangeLog
4 Added: xcalc-1.0.6.ebuild
5 Removed: xcalc-1.0.4.1.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.55 x11-apps/xcalc/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xcalc/ChangeLog?rev=1.55&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xcalc/ChangeLog?rev=1.55&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xcalc/ChangeLog?r1=1.54&r2=1.55
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v
21 retrieving revision 1.54
22 retrieving revision 1.55
23 diff -u -r1.54 -r1.55
24 --- ChangeLog 8 Oct 2013 05:03:09 -0000 1.54
25 +++ ChangeLog 7 Feb 2015 16:20:27 -0000 1.55
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-apps/xcalc
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.54 2013/10/08 05:03:09 ago Exp $
30 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.55 2015/02/07 16:20:27 chithanh Exp $
32 +
33 +*xcalc-1.0.6 (07 Feb 2015)
34 +
35 + 07 Feb 2015; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
36 + +xcalc-1.0.6.ebuild, -xcalc-1.0.4.1.ebuild:
37 + Version bump. Remove old.
38
39 08 Oct 2013; Agostino Sarubbo <ago@g.o> xcalc-1.0.5.ebuild:
40 Stable for x86, wrt bug #475480
41
42
43
44 1.1 x11-apps/xcalc/xcalc-1.0.6.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xcalc/xcalc-1.0.6.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xcalc/xcalc-1.0.6.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xcalc-1.0.6.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/xcalc/xcalc-1.0.6.ebuild,v 1.1 2015/02/07 16:20:27 chithanh Exp $
54
55 EAPI=5
56
57 inherit xorg-2
58
59 DESCRIPTION="scientific calculator for X"
60
61 KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris"
62 IUSE=""
63
64 RDEPEND="x11-libs/libXaw
65 x11-libs/libXt
66 x11-libs/libX11"
67 DEPEND="${RDEPEND}"