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/libXxf86dga: libXxf86dga-1.1.4.ebuild ChangeLog
Date: Sat, 01 Jun 2013 03:21:44
Message-Id: 20130601032140.D8A3C2171D@flycatcher.gentoo.org
1 chithanh 13/06/01 03:21:40
2
3 Modified: ChangeLog
4 Added: libXxf86dga-1.1.4.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.74 x11-libs/libXxf86dga/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXxf86dga/ChangeLog?rev=1.74&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXxf86dga/ChangeLog?rev=1.74&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXxf86dga/ChangeLog?r1=1.73&r2=1.74
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXxf86dga/ChangeLog,v
20 retrieving revision 1.73
21 retrieving revision 1.74
22 diff -u -r1.73 -r1.74
23 --- ChangeLog 26 Feb 2013 16:12:24 -0000 1.73
24 +++ ChangeLog 1 Jun 2013 03:21:40 -0000 1.74
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/libXxf86dga
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXxf86dga/ChangeLog,v 1.73 2013/02/26 16:12:24 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXxf86dga/ChangeLog,v 1.74 2013/06/01 03:21:40 chithanh Exp $
30 +
31 +*libXxf86dga-1.1.4 (01 Jun 2013)
32 +
33 + 01 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +libXxf86dga-1.1.4.ebuild:
35 + Version bump for security bug #471098.
36
37 *libXxf86dga-1.1.3-r1 (26 Feb 2013)
38
39
40
41
42 1.1 x11-libs/libXxf86dga/libXxf86dga-1.1.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXxf86dga/libXxf86dga-1.1.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXxf86dga/libXxf86dga-1.1.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libXxf86dga-1.1.4.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/libXxf86dga/libXxf86dga-1.1.4.ebuild,v 1.1 2013/06/01 03:21:40 chithanh Exp $
52
53 EAPI=5
54
55 XORG_MULTILIB=yes
56 inherit xorg-2
57
58 DESCRIPTION="X.Org Xxf86dga library"
59
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
61 IUSE=""
62
63 RDEPEND="x11-libs/libX11[${MULTILIB_USEDEP}]
64 x11-libs/libXext[${MULTILIB_USEDEP}]
65 x11-proto/xextproto[${MULTILIB_USEDEP}]
66 x11-proto/xproto[${MULTILIB_USEDEP}]
67 >=x11-proto/xf86dgaproto-2.0.99.2[${MULTILIB_USEDEP}]"
68 DEPEND="${RDEPEND}"