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:24:51
Message-Id: 20150702012448.480D774C@oystercatcher.gentoo.org
1 mrueg 15/07/02 01:24:48
2
3 Modified: ChangeLog
4 Added: xdriinfo-1.0.5.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.58 x11-apps/xdriinfo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.58&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.58&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdriinfo/ChangeLog?r1=1.57&r2=1.58
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v
20 retrieving revision 1.57
21 retrieving revision 1.58
22 diff -u -r1.57 -r1.58
23 --- ChangeLog 11 May 2013 03:45:07 -0000 1.57
24 +++ ChangeLog 2 Jul 2015 01:24:48 -0000 1.58
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-apps/xdriinfo
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.57 2013/05/11 03:45:07 patrick Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.58 2015/07/02 01:24:48 mrueg Exp $
31 +
32 +*xdriinfo-1.0.5 (02 Jul 2015)
33 +
34 + 02 Jul 2015; Manuel RĂ¼ger <mrueg@g.o> +xdriinfo-1.0.5.ebuild:
35 + Version bump.
36
37 11 May 2013; Patrick Lauer <patrick@g.o> xdriinfo-1.0.4.ebuild:
38 Fix inherit
39
40
41
42 1.1 x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xdriinfo-1.0.5.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild,v 1.1 2015/07/02 01:24:48 mrueg Exp $
52
53 EAPI=3
54 inherit xorg-2 flag-o-matic
55
56 DESCRIPTION="query configuration information of DRI drivers"
57
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
59 IUSE=""
60
61 RDEPEND="x11-libs/libX11
62 virtual/opengl"
63 DEPEND="${RDEPEND}
64 x11-proto/glproto"
65
66 pkg_setup() {
67 xorg-2_pkg_setup
68
69 append-cppflags "-I${EPREFIX}/usr/lib64/opengl/xorg-x11/include/"
70
71 }