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/xset: ChangeLog xset-1.2.2.ebuild
Date: Mon, 01 Aug 2011 21:16:02
Message-Id: 20110801211553.4419D2004C@flycatcher.gentoo.org
1 chithanh 11/08/01 21:15:53
2
3 Modified: ChangeLog
4 Added: xset-1.2.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.79 x11-apps/xset/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xset/ChangeLog?rev=1.79&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xset/ChangeLog?rev=1.79&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xset/ChangeLog?r1=1.78&r2=1.79
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v
20 retrieving revision 1.78
21 retrieving revision 1.79
22 diff -u -r1.78 -r1.79
23 --- ChangeLog 18 Apr 2011 11:25:57 -0000 1.78
24 +++ ChangeLog 1 Aug 2011 21:15:53 -0000 1.79
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-apps/xset
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.78 2011/04/18 11:25:57 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.79 2011/08/01 21:15:53 chithanh Exp $
30 +
31 +*xset-1.2.2 (01 Aug 2011)
32 +
33 + 01 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xset-1.2.2.ebuild:
35 + Version bump.
36
37 18 Apr 2011; Tomáš Chvátal <scarabeus@g.o> -xset-1.2.1.ebuild:
38 old
39
40
41
42 1.1 x11-apps/xset/xset-1.2.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xset/xset-1.2.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xset/xset-1.2.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xset-1.2.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/xset/xset-1.2.2.ebuild,v 1.1 2011/08/01 21:15:53 chithanh Exp $
52
53 EAPI=4
54
55 inherit xorg-2
56
57 DESCRIPTION="X.Org xset application"
58
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris"
60 IUSE=""
61
62 RDEPEND="
63 x11-libs/libX11
64 x11-libs/libXmu
65 x11-libs/libXext"
66 DEPEND="${RDEPEND}"
67
68 pkg_setup() {
69 CONFIGURE_OPTIONS="--without-xf86misc --without-fontcache"
70 xorg-2_pkg_setup
71 }