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/xman: ChangeLog xman-1.1.2.ebuild
Date: Fri, 01 Jul 2011 23:55:03
Message-Id: 20110701235454.CAD652004B@flycatcher.gentoo.org
1 chithanh 11/07/01 23:54:54
2
3 Modified: ChangeLog
4 Added: xman-1.1.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.51 x11-apps/xman/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xman/ChangeLog?rev=1.51&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xman/ChangeLog?rev=1.51&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xman/ChangeLog?r1=1.50&r2=1.51
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v
20 retrieving revision 1.50
21 retrieving revision 1.51
22 diff -u -r1.50 -r1.51
23 --- ChangeLog 14 Feb 2011 23:41:01 -0000 1.50
24 +++ ChangeLog 1 Jul 2011 23:54:54 -0000 1.51
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-apps/xman
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.50 2011/02/14 23:41:01 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.51 2011/07/01 23:54:54 chithanh Exp $
30 +
31 +*xman-1.1.2 (01 Jul 2011)
32 +
33 + 01 Jul 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xman-1.1.2.ebuild:
35 + Version bump.
36
37 14 Feb 2011; Kacper Kowalik <xarthisius@g.o> xman-1.1.1.ebuild:
38 ppc stable wrt #344827, #354237
39
40
41
42 1.1 x11-apps/xman/xman-1.1.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xman/xman-1.1.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xman/xman-1.1.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xman-1.1.2.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.1.2.ebuild,v 1.1 2011/07/01 23:54:54 chithanh Exp $
52
53 EAPI=4
54 inherit xorg-2
55
56 DESCRIPTION="Manual page display program for the X Window System"
57
58 KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
59 IUSE=""
60
61 RDEPEND="x11-libs/libXaw
62 x11-libs/libXt
63 x11-libs/libXmu
64 x11-proto/xproto"
65 DEPEND="${RDEPEND}"