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: metadata.xml ChangeLog sg-1.4.ebuild sg-1.5.ebuild
Date: Fri, 23 Dec 2011 09:36:02
Message-Id: 20111223093552.6E07B2004B@flycatcher.gentoo.org
1 jlec 11/12/23 09:35:52
2
3 Modified: metadata.xml ChangeLog sg-1.4.ebuild sg-1.5.ebuild
4 Log:
5 Added missing dep on x11-libs/libXaw
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-libs/sg/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/sg/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 1 Nov 2010 13:59:49 -0000 1.1
23 +++ metadata.xml 23 Dec 2011 09:35:52 -0000 1.2
24 @@ -1,8 +1,8 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 -<herd>sci</herd>
29 -<maintainer>
30 - <email>jlec@g.o</email>
31 -</maintainer>
32 + <herd>sci</herd>
33 + <maintainer>
34 + <email>jlec@g.o</email>
35 + </maintainer>
36 </pkgmetadata>
37
38
39
40 1.5 media-libs/sg/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/ChangeLog?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/ChangeLog?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/ChangeLog?r1=1.4&r2=1.5
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-libs/sg/ChangeLog,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- ChangeLog 16 Apr 2011 06:50:02 -0000 1.4
53 +++ ChangeLog 23 Dec 2011 09:35:52 -0000 1.5
54 @@ -1,6 +1,10 @@
55 # ChangeLog for media-libs/sg
56 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/ChangeLog,v 1.4 2011/04/16 06:50:02 jlec Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/ChangeLog,v 1.5 2011/12/23 09:35:52 jlec Exp $
59 +
60 + 23 Dec 2011; Justin Lecher <jlec@g.o> sg-1.4.ebuild, sg-1.5.ebuild,
61 + metadata.xml:
62 + Added missing dep on x11-libs/libXaw
63
64 *sg-1.5 (16 Apr 2011)
65
66
67
68
69 1.4 media-libs/sg/sg-1.4.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/sg-1.4.ebuild?rev=1.4&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/sg-1.4.ebuild?rev=1.4&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/sg-1.4.ebuild?r1=1.3&r2=1.4
74
75 Index: sg-1.4.ebuild
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.4.ebuild,v
78 retrieving revision 1.3
79 retrieving revision 1.4
80 diff -u -r1.3 -r1.4
81 --- sg-1.4.ebuild 24 Nov 2010 08:23:56 -0000 1.3
82 +++ sg-1.4.ebuild 23 Dec 2011 09:35:52 -0000 1.4
83 @@ -1,6 +1,6 @@
84 -# Copyright 1999-2010 Gentoo Foundation
85 +# Copyright 1999-2011 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.4.ebuild,v 1.3 2010/11/24 08:23:56 jlec Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.4.ebuild,v 1.4 2011/12/23 09:35:52 jlec Exp $
89
90 EAPI="3"
91
92 @@ -17,6 +17,7 @@
93
94 RDEPEND="
95 dev-libs/maloc
96 + x11-libs/libXaw
97 x11-libs/openmotif
98 opengl? (
99 || ( media-libs/mesa[motif] media-libs/opengl-apple )
100
101
102
103 1.2 media-libs/sg/sg-1.5.ebuild
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/sg-1.5.ebuild?rev=1.2&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/sg-1.5.ebuild?rev=1.2&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sg/sg-1.5.ebuild?r1=1.1&r2=1.2
108
109 Index: sg-1.5.ebuild
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.5.ebuild,v
112 retrieving revision 1.1
113 retrieving revision 1.2
114 diff -u -r1.1 -r1.2
115 --- sg-1.5.ebuild 16 Apr 2011 06:50:02 -0000 1.1
116 +++ sg-1.5.ebuild 23 Dec 2011 09:35:52 -0000 1.2
117 @@ -1,6 +1,6 @@
118 # Copyright 1999-2011 Gentoo Foundation
119 # Distributed under the terms of the GNU General Public License v2
120 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.5.ebuild,v 1.1 2011/04/16 06:50:02 jlec Exp $
121 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.5.ebuild,v 1.2 2011/12/23 09:35:52 jlec Exp $
122
123 EAPI="3"
124
125 @@ -17,6 +17,7 @@
126
127 RDEPEND="
128 dev-libs/maloc
129 + x11-libs/libXaw
130 x11-libs/openmotif
131 opengl? (
132 || ( media-libs/mesa[motif] media-libs/opengl-apple )