Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/sg: sg-1.4.ebuild ChangeLog sg-1.5.ebuild
Date: Sun, 22 Jun 2014 15:30:20
Message-Id: 20140622153014.146672004E@flycatcher.gentoo.org
1 jlec 14/06/22 15:30:14
2
3 Modified: sg-1.4.ebuild ChangeLog sg-1.5.ebuild
4 Log:
5 media-libs/sg: Add missing dep, #514052
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.7 media-libs/sg/sg-1.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/sg-1.4.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/sg-1.4.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/sg-1.4.ebuild?r1=1.6&r2=1.7
15
16 Index: sg-1.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.4.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- sg-1.4.ebuild 24 Oct 2012 19:14:28 -0000 1.6
23 +++ sg-1.4.ebuild 22 Jun 2014 15:30:13 -0000 1.7
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 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/sg/sg-1.4.ebuild,v 1.6 2012/10/24 19:14:28 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.4.ebuild,v 1.7 2014/06/22 15:30:13 jlec Exp $
30
31 EAPI="3"
32
33 @@ -24,6 +24,7 @@
34 <media-libs/mesa-8[motif]
35 ( media-libs/mesa x11-libs/libGLw )
36 media-libs/opengl-apple )
37 + virtual/glu
38 )"
39 DEPEND="
40 ${RDEPEND}
41
42
43
44 1.11 media-libs/sg/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/ChangeLog?rev=1.11&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/ChangeLog?rev=1.11&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/ChangeLog?r1=1.10&r2=1.11
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-libs/sg/ChangeLog,v
53 retrieving revision 1.10
54 retrieving revision 1.11
55 diff -u -r1.10 -r1.11
56 --- ChangeLog 4 May 2013 14:27:43 -0000 1.10
57 +++ ChangeLog 22 Jun 2014 15:30:13 -0000 1.11
58 @@ -1,6 +1,9 @@
59 # ChangeLog for media-libs/sg
60 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/ChangeLog,v 1.10 2013/05/04 14:27:43 jlec Exp $
62 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/ChangeLog,v 1.11 2014/06/22 15:30:13 jlec Exp $
64 +
65 + 22 Jun 2014; Justin Lecher <jlec@g.o> sg-1.4.ebuild, sg-1.5.ebuild:
66 + Add missing dep, #514052
67
68 04 May 2013; Justin Lecher <jlec@g.o> sg-1.5.ebuild, metadata.xml:
69 Fix obsolete macros to work with automake-1.13
70
71
72
73 1.8 media-libs/sg/sg-1.5.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/sg-1.5.ebuild?rev=1.8&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/sg-1.5.ebuild?rev=1.8&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/sg-1.5.ebuild?r1=1.7&r2=1.8
78
79 Index: sg-1.5.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.5.ebuild,v
82 retrieving revision 1.7
83 retrieving revision 1.8
84 diff -u -r1.7 -r1.8
85 --- sg-1.5.ebuild 4 May 2013 14:27:43 -0000 1.7
86 +++ sg-1.5.ebuild 22 Jun 2014 15:30:13 -0000 1.8
87 @@ -1,6 +1,6 @@
88 -# Copyright 1999-2013 Gentoo Foundation
89 +# Copyright 1999-2014 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.5.ebuild,v 1.7 2013/05/04 14:27:43 jlec Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.5.ebuild,v 1.8 2014/06/22 15:30:13 jlec Exp $
93
94 EAPI=5
95
96 @@ -19,6 +19,7 @@
97
98 RDEPEND="
99 dev-libs/maloc
100 + virtual/glu
101 x11-libs/libXaw
102 x11-libs/motif
103 || (