Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xdriinfo: xdriinfo-1.0.5.ebuild ChangeLog
Date: Thu, 02 Jul 2015 01:29:31
Message-Id: 20150702012921.089B874C@oystercatcher.gentoo.org
1 mrueg 15/07/02 01:29:21
2
3 Modified: xdriinfo-1.0.5.ebuild ChangeLog
4 Log:
5 Update EAPI. Use correct libdir.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.2 x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild?r1=1.1&r2=1.2
15
16 Index: xdriinfo-1.0.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xdriinfo-1.0.5.ebuild 2 Jul 2015 01:24:48 -0000 1.1
23 +++ xdriinfo-1.0.5.ebuild 2 Jul 2015 01:29:20 -0000 1.2
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild,v 1.1 2015/07/02 01:24:48 mrueg Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild,v 1.2 2015/07/02 01:29:20 mrueg Exp $
29
30 -EAPI=3
31 -inherit xorg-2 flag-o-matic
32 +EAPI=5
33 +inherit xorg-2 flag-o-matic multilib
34
35 DESCRIPTION="query configuration information of DRI drivers"
36
37 @@ -18,6 +18,6 @@
38 pkg_setup() {
39 xorg-2_pkg_setup
40
41 - append-cppflags "-I${EPREFIX}/usr/lib64/opengl/xorg-x11/include/"
42 + append-cppflags "-I${EPREFIX}/usr/$(get_libdir)/opengl/xorg-x11/include/"
43
44 }
45
46
47
48 1.59 x11-apps/xdriinfo/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.59&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.59&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdriinfo/ChangeLog?r1=1.58&r2=1.59
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v
57 retrieving revision 1.58
58 retrieving revision 1.59
59 diff -u -r1.58 -r1.59
60 --- ChangeLog 2 Jul 2015 01:24:48 -0000 1.58
61 +++ ChangeLog 2 Jul 2015 01:29:20 -0000 1.59
62 @@ -1,6 +1,9 @@
63 # ChangeLog for x11-apps/xdriinfo
64 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.58 2015/07/02 01:24:48 mrueg Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.59 2015/07/02 01:29:20 mrueg Exp $
67 +
68 + 02 Jul 2015; Manuel RĂ¼ger <mrueg@g.o> xdriinfo-1.0.5.ebuild:
69 + Update EAPI. Use correct libdir.
70
71 *xdriinfo-1.0.5 (02 Jul 2015)