Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/indilib: indilib-0.6.ebuild indilib-0.7.2.ebuild ChangeLog
Date: Sun, 30 Oct 2011 15:47:48
Message-Id: 20111030154739.1289A2004B@flycatcher.gentoo.org
1 ssuominen 11/10/30 15:47:39
2
3 Modified: indilib-0.6.ebuild indilib-0.7.2.ebuild ChangeLog
4 Log:
5 Rename obsolete USE="v4l2" to USE="v4l" wrt #385241. Move linux-headers from RDEPEND to DEPEND.
6
7 (Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 sci-libs/indilib/indilib-0.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.6.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.6.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.6.ebuild?r1=1.9&r2=1.10
15
16 Index: indilib-0.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.6.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- indilib-0.6.ebuild 19 Jan 2010 00:47:49 -0000 1.9
23 +++ indilib-0.6.ebuild 30 Oct 2011 15:47:38 -0000 1.10
24 @@ -1,6 +1,6 @@
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/sci-libs/indilib/indilib-0.6.ebuild,v 1.9 2010/01/19 00:47:49 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.6.ebuild,v 1.10 2011/10/30 15:47:38 ssuominen Exp $
30
31 EAPI="2"
32
33 @@ -15,7 +15,7 @@
34 LICENSE="LGPL-2"
35 SLOT="0"
36 KEYWORDS="amd64 hppa ppc ppc64 x86"
37 -IUSE="fits nova usb v4l2"
38 +IUSE="fits nova usb v4l"
39
40 # libfli: not in portage
41 # fli? ( >=sci-libs/fli-1.71 )
42 @@ -23,10 +23,11 @@
43 sys-libs/zlib
44 fits? ( >=sci-libs/cfitsio-3.140 )
45 nova? ( >=sci-libs/libnova-0.12.1 )
46 - usb? ( dev-libs/libusb )
47 - v4l2? ( >=sys-kernel/linux-headers-2.6 )
48 + usb? ( virtual/libusb:0 )
49 +"
50 +DEPEND="${RDEPEND}
51 + v4l? ( >=sys-kernel/linux-headers-2.6 )
52 "
53 -DEPEND="${RDEPEND}"
54
55 S="${WORKDIR}/${MY_P/_/-}"
56
57
58
59
60 1.6 sci-libs/indilib/indilib-0.7.2.ebuild
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild?rev=1.6&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild?rev=1.6&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild?r1=1.5&r2=1.6
65
66 Index: indilib-0.7.2.ebuild
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild,v
69 retrieving revision 1.5
70 retrieving revision 1.6
71 diff -u -r1.5 -r1.6
72 --- indilib-0.7.2.ebuild 13 Jul 2011 14:49:49 -0000 1.5
73 +++ indilib-0.7.2.ebuild 30 Oct 2011 15:47:38 -0000 1.6
74 @@ -1,6 +1,6 @@
75 # Copyright 1999-2011 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild,v 1.5 2011/07/13 14:49:49 xarthisius Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild,v 1.6 2011/10/30 15:47:38 ssuominen Exp $
79
80 EAPI=3
81
82 @@ -15,7 +15,7 @@
83 LICENSE="LGPL-2"
84 SLOT="0"
85 KEYWORDS="amd64 ~hppa ppc ppc64 x86"
86 -IUSE="fits nova usb v4l2"
87 +IUSE="fits nova usb v4l"
88
89 # libfli: not in portage
90 # fli? ( >=sci-libs/fli-1.71 )
91 @@ -24,9 +24,10 @@
92 fits? ( >=sci-libs/cfitsio-3.140 )
93 nova? ( >=sci-libs/libnova-0.12.1 )
94 usb? ( virtual/libusb:0 )
95 - v4l2? ( >=sys-kernel/linux-headers-2.6 )
96 "
97 -DEPEND="${RDEPEND}"
98 +DEPEND="${RDEPEND}
99 + v4l? ( >=sys-kernel/linux-headers-2.6 )
100 +"
101
102 PATCHES=(
103 "${FILESDIR}/0.6.2-fix_fits_harddep.patch"
104
105
106
107 1.21 sci-libs/indilib/ChangeLog
108
109 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?rev=1.21&view=markup
110 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?rev=1.21&content-type=text/plain
111 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?r1=1.20&r2=1.21
112
113 Index: ChangeLog
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v
116 retrieving revision 1.20
117 retrieving revision 1.21
118 diff -u -r1.20 -r1.21
119 --- ChangeLog 13 Jul 2011 14:49:49 -0000 1.20
120 +++ ChangeLog 30 Oct 2011 15:47:38 -0000 1.21
121 @@ -1,6 +1,11 @@
122 # ChangeLog for sci-libs/indilib
123 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
124 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.20 2011/07/13 14:49:49 xarthisius Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.21 2011/10/30 15:47:38 ssuominen Exp $
126 +
127 + 30 Oct 2011; Samuli Suominen <ssuominen@g.o> indilib-0.6.ebuild,
128 + indilib-0.7.2.ebuild:
129 + Rename obsolete USE="v4l2" to USE="v4l" wrt #385241. Move linux-headers from
130 + RDEPEND to DEPEND.
131
132 13 Jul 2011; Kacper Kowalik <xarthisius@g.o> indilib-0.7.2.ebuild:
133 ppc64 stable wrt #354033