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-gfx/xsane: xsane-0.997.ebuild xsane-0.996.ebuild ChangeLog
Date: Wed, 02 Mar 2011 10:13:28
Message-Id: 20110302101318.545ED20054@flycatcher.gentoo.org
1 jlec 11/03/02 10:13:18
2
3 Modified: xsane-0.997.ebuild xsane-0.996.ebuild ChangeLog
4 Log:
5 Correct Slots for gtk 3 introduction to tree
6
7 (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 media-gfx/xsane/xsane-0.997.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.997.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.997.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.997.ebuild?r1=1.3&r2=1.4
15
16 Index: xsane-0.997.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.997.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- xsane-0.997.ebuild 16 Nov 2010 20:54:42 -0000 1.3
23 +++ xsane-0.997.ebuild 2 Mar 2011 10:13:18 -0000 1.4
24 @@ -1,6 +1,8 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.997.ebuild,v 1.3 2010/11/16 20:54:42 phosphan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.997.ebuild,v 1.4 2011/03/02 10:13:18 jlec Exp $
30 +
31 +EAPI="1"
32
33 inherit eutils
34
35 @@ -14,7 +16,7 @@
36 IUSE="nls jpeg png tiff gimp lcms"
37
38 RDEPEND="media-gfx/sane-backends
39 - >=x11-libs/gtk+-2.0
40 + x11-libs/gtk+:2
41 jpeg? ( virtual/jpeg )
42 png? ( media-libs/libpng )
43 tiff? ( media-libs/tiff )
44
45
46
47 1.11 media-gfx/xsane/xsane-0.996.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.996.ebuild?rev=1.11&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.996.ebuild?rev=1.11&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/xsane-0.996.ebuild?r1=1.10&r2=1.11
52
53 Index: xsane-0.996.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.996.ebuild,v
56 retrieving revision 1.10
57 retrieving revision 1.11
58 diff -u -r1.10 -r1.11
59 --- xsane-0.996.ebuild 16 Nov 2010 20:54:43 -0000 1.10
60 +++ xsane-0.996.ebuild 2 Mar 2011 10:13:18 -0000 1.11
61 @@ -1,6 +1,8 @@
62 -# Copyright 1999-2010 Gentoo Foundation
63 +# Copyright 1999-2011 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.996.ebuild,v 1.10 2010/11/16 20:54:43 phosphan Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.996.ebuild,v 1.11 2011/03/02 10:13:18 jlec Exp $
67 +
68 +EAPI="1"
69
70 inherit eutils
71
72 @@ -14,7 +16,7 @@
73 IUSE="nls jpeg png tiff gimp lcms"
74
75 RDEPEND="media-gfx/sane-backends
76 - >=x11-libs/gtk+-2.0
77 + x11-libs/gtk+:2
78 jpeg? ( virtual/jpeg )
79 png? ( media-libs/libpng )
80 tiff? ( media-libs/tiff )
81
82
83
84 1.85 media-gfx/xsane/ChangeLog
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.85&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.85&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xsane/ChangeLog?r1=1.84&r2=1.85
89
90 Index: ChangeLog
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v
93 retrieving revision 1.84
94 retrieving revision 1.85
95 diff -u -r1.84 -r1.85
96 --- ChangeLog 16 Nov 2010 20:54:43 -0000 1.84
97 +++ ChangeLog 2 Mar 2011 10:13:18 -0000 1.85
98 @@ -1,6 +1,14 @@
99 # ChangeLog for media-gfx/xsane
100 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
101 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.84 2010/11/16 20:54:43 phosphan Exp $
102 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
103 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.85 2011/03/02 10:13:18 jlec Exp $
104 +
105 + 02 Mar 2011; Justin Lecher <jlec@g.o> xsane-0.996.ebuild,
106 + xsane-0.997.ebuild:
107 + Correct Slots for gtk 3 introduction to tree
108 +
109 + 02 Mar 2011; Justin Lecher <jlec@g.o> xsane-0.996.ebuild,
110 + xsane-0.997.ebuild:
111 + Correct Slots for gtk 3 introduction to tree
112
113 16 Nov 2010; Patrick Kursawe <phosphan@g.o> xsane-0.996.ebuild,
114 xsane-0.997.ebuild: