Gentoo Archives: gentoo-commits

From: "Friedrich Oslage (bluebird)" <bluebird@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: schroedinger-1.0.5.ebuild ChangeLog
Date: Thu, 28 Aug 2008 19:24:01
Message-Id: E1KYn66-0005i1-6R@stork.gentoo.org
1 bluebird 08/08/28 19:23:58
2
3 Modified: schroedinger-1.0.5.ebuild ChangeLog
4 Log:
5 Add ~sparc keyword, bug #235636
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.4 media-libs/schroedinger/schroedinger-1.0.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild?r1=1.3&r2=1.4
14
15 Index: schroedinger-1.0.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- schroedinger-1.0.5.ebuild 24 Aug 2008 15:21:12 -0000 1.3
22 +++ schroedinger-1.0.5.ebuild 28 Aug 2008 19:23:57 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild,v 1.3 2008/08/24 15:21:12 corsair Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild,v 1.4 2008/08/28 19:23:57 bluebird Exp $
28
29 DESCRIPTION="C-based libraries and GStreamer plugins for the Dirac video codec"
30 HOMEPAGE="http://www.diracvideo.org"
31 @@ -8,7 +8,7 @@
32
33 LICENSE="|| ( MPL-1.1 LGPL-2.1 GPL-2 MIT )"
34 SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
36 +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
37 IUSE="gstreamer"
38
39 RDEPEND=">=dev-libs/liboil-0.3.15
40
41
42
43 1.13 media-libs/schroedinger/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?rev=1.13&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?rev=1.13&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?r1=1.12&r2=1.13
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
52 retrieving revision 1.12
53 retrieving revision 1.13
54 diff -u -r1.12 -r1.13
55 --- ChangeLog 24 Aug 2008 15:21:12 -0000 1.12
56 +++ ChangeLog 28 Aug 2008 19:23:57 -0000 1.13
57 @@ -1,6 +1,10 @@
58 # ChangeLog for media-libs/schroedinger
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.12 2008/08/24 15:21:12 corsair Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.13 2008/08/28 19:23:57 bluebird Exp $
62 +
63 + 28 Aug 2008; Friedrich Oslage <bluebird@g.o>
64 + schroedinger-1.0.5.ebuild:
65 + Add ~sparc keyword, bug #235636
66
67 24 Aug 2008; Markus Rothe <corsair@g.o> schroedinger-1.0.5.ebuild:
68 Added ~ppc64; bug #234629