Gentoo Archives: gentoo-commits

From: "Arun Raghavan (ford_prefect)" <ford_prefect@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.9.ebuild
Date: Fri, 08 Oct 2010 10:02:55
Message-Id: 20101008093042.A107E20051@flycatcher.gentoo.org
1 ford_prefect 10/10/08 09:30:42
2
3 Modified: ChangeLog schroedinger-1.0.9.ebuild
4 Log:
5 Restrict 1.0.9 to <dev-lang/orc-0.4.10, which exposes a bug in schroedinger. Will be fixed by 1.0.10.
6
7 (Portage version: 2.2_rc88/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.50 media-libs/schroedinger/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/ChangeLog?rev=1.50&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/ChangeLog?rev=1.50&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/ChangeLog?r1=1.49&r2=1.50
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
19 retrieving revision 1.49
20 retrieving revision 1.50
21 diff -u -r1.49 -r1.50
22 --- ChangeLog 4 Jul 2010 09:25:05 -0000 1.49
23 +++ ChangeLog 8 Oct 2010 09:30:42 -0000 1.50
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-libs/schroedinger
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.49 2010/07/04 09:25:05 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.50 2010/10/08 09:30:42 ford_prefect Exp $
29 +
30 + 08 Oct 2010; Arun Raghavan <ford_prefect@g.o>
31 + schroedinger-1.0.9.ebuild:
32 + Restrict 1.0.9 to <dev-lang/orc-0.4.10, which exposes a bug in
33 + schroedinger. Will be fixed by 1.0.10.
34
35 04 Jul 2010; Samuli Suominen <ssuominen@g.o>
36 schroedinger-1.0.8.ebuild:
37
38
39
40 1.3 media-libs/schroedinger/schroedinger-1.0.9.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.9.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.9.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.9.ebuild?r1=1.2&r2=1.3
45
46 Index: schroedinger-1.0.9.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.9.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- schroedinger-1.0.9.ebuild 21 Apr 2010 16:09:03 -0000 1.2
53 +++ schroedinger-1.0.9.ebuild 8 Oct 2010 09:30:42 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.9.ebuild,v 1.2 2010/04/21 16:09:03 ssuominen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.9.ebuild,v 1.3 2010/10/08 09:30:42 ford_prefect Exp $
59
60 EAPI=3
61 inherit autotools eutils
62 @@ -14,7 +14,8 @@
63 KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
64 IUSE=""
65
66 -RDEPEND=">=dev-lang/orc-0.4.3"
67 +RDEPEND=">=dev-lang/orc-0.4.3
68 + <dev-lang/orc-0.4.10"
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig
71 dev-util/gtk-doc-am"