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/xfontsel: xfontsel-1.0.5.ebuild ChangeLog xfontsel-1.0.3.ebuild
Date: Mon, 20 May 2013 23:42:31
Message-Id: 20130520234228.F28E02171D@flycatcher.gentoo.org
1 chithanh 13/05/20 23:42:28
2
3 Modified: ChangeLog
4 Added: xfontsel-1.0.5.ebuild
5 Removed: xfontsel-1.0.3.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
10
11 Revision Changes Path
12 1.52 x11-apps/xfontsel/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xfontsel/ChangeLog?rev=1.52&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xfontsel/ChangeLog?rev=1.52&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xfontsel/ChangeLog?r1=1.51&r2=1.52
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v
21 retrieving revision 1.51
22 retrieving revision 1.52
23 diff -u -r1.51 -r1.52
24 --- ChangeLog 26 Aug 2012 16:45:08 -0000 1.51
25 +++ ChangeLog 20 May 2013 23:42:28 -0000 1.52
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-apps/xfontsel
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.51 2012/08/26 16:45:08 armin76 Exp $
30 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.52 2013/05/20 23:42:28 chithanh Exp $
32 +
33 +*xfontsel-1.0.5 (20 May 2013)
34 +
35 + 20 May 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
36 + +xfontsel-1.0.5.ebuild, -xfontsel-1.0.3.ebuild:
37 + Version bump.
38
39 26 Aug 2012; Raúl Porcel <armin76@g.o> xfontsel-1.0.4.ebuild:
40 alpha/ia64/s390/sh/sparc stable wrt #419473
41 @@ -187,4 +193,3 @@
42 08 Aug 2005; Donnie Berkholz <spyderous@g.o>;
43 +xfontsel-0.99.0.ebuild:
44 Initial commit for modular X.
45 -
46
47
48
49 1.1 x11-apps/xfontsel/xfontsel-1.0.5.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xfontsel/xfontsel-1.0.5.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xfontsel/xfontsel-1.0.5.ebuild?rev=1.1&content-type=text/plain
53
54 Index: xfontsel-1.0.5.ebuild
55 ===================================================================
56 # Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/xfontsel-1.0.5.ebuild,v 1.1 2013/05/20 23:42:28 chithanh Exp $
59
60 EAPI=5
61
62 inherit xorg-2
63
64 DESCRIPTION="point and click selection of X11 font names"
65
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
67 IUSE=""
68
69 RDEPEND="x11-libs/libXaw
70 x11-libs/libXmu
71 x11-libs/libXt
72 x11-libs/libX11"
73 DEPEND="${RDEPEND}"