Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-proto/xf86dgaproto: xf86dgaproto-2.1-r2.ebuild ChangeLog
Date: Mon, 25 Feb 2013 21:57:54
Message-Id: 20130225215751.92FE42171D@flycatcher.gentoo.org
1 mgorny 13/02/25 21:57:51
2
3 Modified: ChangeLog
4 Added: xf86dgaproto-2.1-r2.ebuild
5 Log:
6 Enable multilib.
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
9
10 Revision Changes Path
11 1.60 x11-proto/xf86dgaproto/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xf86dgaproto/ChangeLog?rev=1.60&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xf86dgaproto/ChangeLog?rev=1.60&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xf86dgaproto/ChangeLog?r1=1.59&r2=1.60
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xf86dgaproto/ChangeLog,v
20 retrieving revision 1.59
21 retrieving revision 1.60
22 diff -u -r1.59 -r1.60
23 --- ChangeLog 26 Aug 2012 18:26:54 -0000 1.59
24 +++ ChangeLog 25 Feb 2013 21:57:51 -0000 1.60
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-proto/xf86dgaproto
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86dgaproto/ChangeLog,v 1.59 2012/08/26 18:26:54 armin76 Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86dgaproto/ChangeLog,v 1.60 2013/02/25 21:57:51 mgorny Exp $
31 +
32 +*xf86dgaproto-2.1-r2 (25 Feb 2013)
33 +
34 + 25 Feb 2013; Michał Górny <mgorny@g.o> +xf86dgaproto-2.1-r2.ebuild:
35 + Enable multilib.
36
37 26 Aug 2012; Raúl Porcel <armin76@g.o> xf86dgaproto-2.1-r1.ebuild:
38 alpha/ia64/s390/sh/sparc stable wrt #419473
39 @@ -206,4 +211,3 @@
40 08 Aug 2005; Donnie Berkholz <spyderous@g.o>;
41 +xf86dgaproto-2.0.ebuild:
42 Initial commit for modular X
43 -
44
45
46
47 1.1 x11-proto/xf86dgaproto/xf86dgaproto-2.1-r2.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xf86dgaproto/xf86dgaproto-2.1-r2.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xf86dgaproto/xf86dgaproto-2.1-r2.ebuild?rev=1.1&content-type=text/plain
51
52 Index: xf86dgaproto-2.1-r2.ebuild
53 ===================================================================
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86dgaproto/xf86dgaproto-2.1-r2.ebuild,v 1.1 2013/02/25 21:57:51 mgorny Exp $
57
58 EAPI=5
59
60 XORG_MULTILIB=yes
61 inherit xorg-2
62
63 DESCRIPTION="X.Org XF86DGA protocol headers"
64
65 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"
66 IUSE=""
67
68 RDEPEND="!<x11-libs/libXxf86dga-1.0.99.1"
69 DEPEND="${RDEPEND}"