Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/glu: glu-9.0.0-r1.ebuild ChangeLog
Date: Thu, 27 Mar 2014 11:06:02
Message-Id: 20140327110517.305AC2004F@flycatcher.gentoo.org
1 ago 14/03/27 11:05:17
2
3 Modified: glu-9.0.0-r1.ebuild ChangeLog
4 Log:
5 Stable for amd64, wrt bug #500368
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
8
9 Revision Changes Path
10 1.3 media-libs/glu/glu-9.0.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: glu-9.0.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- glu-9.0.0-r1.ebuild 21 Sep 2013 17:09:41 -0000 1.2
23 +++ glu-9.0.0-r1.ebuild 27 Mar 2014 11:05:16 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.2 2013/09/21 17:09:41 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.3 2014/03/27 11:05:16 ago Exp $
30
31 EAPI=5
32
33 @@ -25,7 +25,7 @@
34
35 LICENSE="SGI-B-2.0"
36 SLOT="0"
37 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
38 +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
39 IUSE="static-libs"
40
41 DEPEND="virtual/opengl[${MULTILIB_USEDEP}]"
42
43
44
45 1.18 media-libs/glu/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glu/ChangeLog?rev=1.18&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glu/ChangeLog?rev=1.18&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glu/ChangeLog?r1=1.17&r2=1.18
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v
54 retrieving revision 1.17
55 retrieving revision 1.18
56 diff -u -r1.17 -r1.18
57 --- ChangeLog 21 Sep 2013 17:09:42 -0000 1.17
58 +++ ChangeLog 27 Mar 2014 11:05:16 -0000 1.18
59 @@ -1,6 +1,9 @@
60 # ChangeLog for media-libs/glu
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.17 2013/09/21 17:09:42 mgorny Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.18 2014/03/27 11:05:16 ago Exp $
65 +
66 + 27 Mar 2014; Agostino Sarubbo <ago@g.o> glu-9.0.0-r1.ebuild:
67 + Stable for amd64, wrt bug #500368
68
69 21 Sep 2013; Michał Górny <mgorny@g.o> glu-9.0.0-r1.ebuild:
70 Add MULTILIB_USEDEP, update emul-linux blocker.