Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.8.ebuild
Date: Wed, 31 Mar 2010 12:27:48
Message-Id: E1Nwx1L-0000is-Kx@stork.gentoo.org
1 ssuominen 10/03/31 12:27:43
2
3 Modified: ChangeLog schroedinger-1.0.8.ebuild
4 Log:
5 Fix HTML documentation directory.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.46 media-libs/schroedinger/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?rev=1.46&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?rev=1.46&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?r1=1.45&r2=1.46
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
18 retrieving revision 1.45
19 retrieving revision 1.46
20 diff -u -r1.45 -r1.46
21 --- ChangeLog 15 Jan 2010 09:39:57 -0000 1.45
22 +++ ChangeLog 31 Mar 2010 12:27:43 -0000 1.46
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-libs/schroedinger
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.45 2010/01/15 09:39:57 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.46 2010/03/31 12:27:43 ssuominen Exp $
28 +
29 + 31 Mar 2010; Samuli Suominen <ssuominen@g.o>
30 + schroedinger-1.0.8.ebuild:
31 + Fix HTML documentation directory.
32
33 15 Jan 2010; Christian Faulhammer <fauli@g.o>
34 schroedinger-1.0.8.ebuild:
35
36
37
38 1.10 media-libs/schroedinger/schroedinger-1.0.8.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild?rev=1.10&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild?rev=1.10&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild?r1=1.9&r2=1.10
43
44 Index: schroedinger-1.0.8.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v
47 retrieving revision 1.9
48 retrieving revision 1.10
49 diff -u -r1.9 -r1.10
50 --- schroedinger-1.0.8.ebuild 15 Jan 2010 09:39:57 -0000 1.9
51 +++ schroedinger-1.0.8.ebuild 31 Mar 2010 12:27:43 -0000 1.10
52 @@ -1,8 +1,8 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.9 2010/01/15 09:39:57 fauli Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.10 2010/03/31 12:27:43 ssuominen Exp $
57
58 -EAPI=2
59 +EAPI=3
60 inherit libtool
61
62 DESCRIPTION="C-based libraries and GStreamer plugins for the Dirac video codec"
63 @@ -25,7 +25,8 @@
64 src_configure() {
65 econf \
66 --disable-dependency-tracking \
67 - --disable-gtk-doc
68 + --disable-gtk-doc \
69 + --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
70 }
71
72 src_install() {