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-drivers/xf86-video-ark: xf86-video-ark-0.7.5.ebuild ChangeLog xf86-video-ark-0.7.3.ebuild xf86-video-ark-0.7.4.ebuild
Date: Thu, 28 Nov 2013 18:37:01
Message-Id: 20131128183653.5CC3C2004E@flycatcher.gentoo.org
1 chithanh 13/11/28 18:36:53
2
3 Modified: xf86-video-ark-0.7.5.ebuild ChangeLog
4 Removed: xf86-video-ark-0.7.3.ebuild
5 xf86-video-ark-0.7.4.ebuild
6 Log:
7 Add patch to build against recent xorg-server. Drop old.
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
10
11 Revision Changes Path
12 1.5 x11-drivers/xf86-video-ark/xf86-video-ark-0.7.5.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ark/xf86-video-ark-0.7.5.ebuild?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ark/xf86-video-ark-0.7.5.ebuild?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ark/xf86-video-ark-0.7.5.ebuild?r1=1.4&r2=1.5
17
18 Index: xf86-video-ark-0.7.5.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ark/xf86-video-ark-0.7.5.ebuild,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- xf86-video-ark-0.7.5.ebuild 28 Dec 2012 11:08:43 -0000 1.4
25 +++ xf86-video-ark-0.7.5.ebuild 28 Nov 2013 18:36:53 -0000 1.5
26 @@ -1,8 +1,8 @@
27 -# Copyright 1999-2012 Gentoo Foundation
28 +# Copyright 1999-2013 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ark/xf86-video-ark-0.7.5.ebuild,v 1.4 2012/12/28 11:08:43 ago Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ark/xf86-video-ark-0.7.5.ebuild,v 1.5 2013/11/28 18:36:53 chithanh Exp $
32
33 -EAPI=4
34 +EAPI=5
35
36 inherit xorg-2
37
38 @@ -13,3 +13,7 @@
39 RDEPEND=">=x11-base/xorg-server-1.0.99"
40 DEPEND="${RDEPEND}
41 >=x11-libs/libpciaccess-0.12.901"
42 +
43 +PATCHES=(
44 + "${FILESDIR}"/${P}-remove-mibstore_h.patch
45 +)
46
47
48
49 1.54 x11-drivers/xf86-video-ark/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ark/ChangeLog?rev=1.54&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ark/ChangeLog?rev=1.54&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ark/ChangeLog?r1=1.53&r2=1.54
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ark/ChangeLog,v
58 retrieving revision 1.53
59 retrieving revision 1.54
60 diff -u -r1.53 -r1.54
61 --- ChangeLog 28 Dec 2012 11:08:43 -0000 1.53
62 +++ ChangeLog 28 Nov 2013 18:36:53 -0000 1.54
63 @@ -1,6 +1,12 @@
64 # ChangeLog for x11-drivers/xf86-video-ark
65 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ark/ChangeLog,v 1.53 2012/12/28 11:08:43 ago Exp $
67 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ark/ChangeLog,v 1.54 2013/11/28 18:36:53 chithanh Exp $
69 +
70 + 28 Nov 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
71 + +files/xf86-video-ark-0.7.5-remove-mibstore_h.patch,
72 + -xf86-video-ark-0.7.3.ebuild, -xf86-video-ark-0.7.4.ebuild,
73 + xf86-video-ark-0.7.5.ebuild:
74 + Add patch to build against recent xorg-server. Drop old.
75
76 28 Dec 2012; Agostino Sarubbo <ago@g.o> xf86-video-ark-0.7.5.ebuild:
77 Stable for ia64, wrt bug #440872