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/libXres: libXres-1.0.7.ebuild ChangeLog
Date: Sat, 01 Jun 2013 03:20:30
Message-Id: 20130601032027.98C892171D@flycatcher.gentoo.org
1 chithanh 13/06/01 03:20:27
2
3 Modified: ChangeLog
4 Added: libXres-1.0.7.ebuild
5 Log:
6 Version bump for security bug #471098.
7
8 (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.72 x11-libs/libXres/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXres/ChangeLog?rev=1.72&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXres/ChangeLog?rev=1.72&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXres/ChangeLog?r1=1.71&r2=1.72
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXres/ChangeLog,v
20 retrieving revision 1.71
21 retrieving revision 1.72
22 diff -u -r1.71 -r1.72
23 --- ChangeLog 26 Aug 2012 18:41:38 -0000 1.71
24 +++ ChangeLog 1 Jun 2013 03:20:27 -0000 1.72
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/libXres
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXres/ChangeLog,v 1.71 2012/08/26 18:41:38 armin76 Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXres/ChangeLog,v 1.72 2013/06/01 03:20:27 chithanh Exp $
31 +
32 +*libXres-1.0.7 (01 Jun 2013)
33 +
34 + 01 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
35 + +libXres-1.0.7.ebuild:
36 + Version bump for security bug #471098.
37
38 26 Aug 2012; Raúl Porcel <armin76@g.o> libXres-1.0.6.ebuild:
39 alpha/ia64/s390/sh/sparc stable wrt #419473
40 @@ -266,4 +272,3 @@
41 08 Aug 2005; Donnie Berkholz <spyderous@g.o>;
42 +libXres-0.99.0.ebuild:
43 Initial commit for modular X.
44 -
45
46
47
48 1.1 x11-libs/libXres/libXres-1.0.7.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXres/libXres-1.0.7.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXres/libXres-1.0.7.ebuild?rev=1.1&content-type=text/plain
52
53 Index: libXres-1.0.7.ebuild
54 ===================================================================
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXres/libXres-1.0.7.ebuild,v 1.1 2013/06/01 03:20:27 chithanh Exp $
58
59 EAPI=5
60 inherit xorg-2
61
62 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/lib/libXRes"
63 DESCRIPTION="X.Org XRes library"
64
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
66 IUSE=""
67
68 RDEPEND="x11-libs/libX11
69 x11-libs/libXext
70 x11-proto/xextproto
71 x11-proto/resourceproto"
72 DEPEND="${RDEPEND}"