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-libs/libXau: libXau-1.0.8.ebuild ChangeLog
Date: Sat, 25 May 2013 20:37:10
Message-Id: 20130525203702.DCA7A2171D@flycatcher.gentoo.org
1 chithanh 13/05/25 20:37:02
2
3 Modified: ChangeLog
4 Added: libXau-1.0.8.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.95 x11-libs/libXau/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXau/ChangeLog?rev=1.95&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXau/ChangeLog?rev=1.95&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXau/ChangeLog?r1=1.94&r2=1.95
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXau/ChangeLog,v
20 retrieving revision 1.94
21 retrieving revision 1.95
22 diff -u -r1.94 -r1.95
23 --- ChangeLog 25 Feb 2013 22:59:28 -0000 1.94
24 +++ ChangeLog 25 May 2013 20:37:02 -0000 1.95
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/libXau
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXau/ChangeLog,v 1.94 2013/02/25 22:59:28 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXau/ChangeLog,v 1.95 2013/05/25 20:37:02 chithanh Exp $
30 +
31 +*libXau-1.0.8 (25 May 2013)
32 +
33 + 25 May 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +libXau-1.0.8.ebuild:
35 + Version bump.
36
37 *libXau-1.0.7-r1 (25 Feb 2013)
38
39
40
41
42 1.1 x11-libs/libXau/libXau-1.0.8.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXau/libXau-1.0.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXau/libXau-1.0.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libXau-1.0.8.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXau/libXau-1.0.8.ebuild,v 1.1 2013/05/25 20:37:02 chithanh Exp $
52
53 EAPI=5
54
55 XORG_MULTILIB=yes
56 inherit xorg-2
57
58 DESCRIPTION="X.Org Xau library"
59
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
61 IUSE=""
62
63 RDEPEND="x11-proto/xproto[${MULTILIB_USEDEP}]"
64 DEPEND="${RDEPEND}"