Gentoo Archives: gentoo-commits

From: "Joe Peterson (lavajoe)" <lavajoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/xv: xv-3.10a-r15.ebuild
Date: Wed, 07 May 2008 12:41:43
Message-Id: E1Jtixo-0004ma-3w@stork.gentoo.org
1 lavajoe 08/05/07 12:41:40
2
3 Modified: xv-3.10a-r15.ebuild
4 Log:
5 Remove old patches; fix docpath in make (no effect)
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 media-gfx/xv/xv-3.10a-r15.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xv/xv-3.10a-r15.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xv/xv-3.10a-r15.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xv/xv-3.10a-r15.ebuild?r1=1.1&r2=1.2
14
15 Index: xv-3.10a-r15.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/xv/xv-3.10a-r15.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xv-3.10a-r15.ebuild 6 May 2008 22:31:25 -0000 1.1
22 +++ xv-3.10a-r15.ebuild 7 May 2008 12:41:39 -0000 1.2
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-gfx/xv/xv-3.10a-r15.ebuild,v 1.1 2008/05/06 22:31:25 lavajoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xv/xv-3.10a-r15.ebuild,v 1.2 2008/05/07 12:41:39 lavajoe Exp $
28
29 inherit flag-o-matic eutils toolchain-funcs
30
31 @@ -77,7 +77,7 @@
32
33 emake CC="$(tc-getCC)" CCOPTS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
34 PREFIX=/usr \
35 - DOCDIR="/usr/share/doc/${P}" \
36 + DOCDIR=/usr/share/doc/${PF} \
37 LIBDIR="${T}" || die
38 }
39
40 @@ -87,7 +87,7 @@
41
42 emake DESTDIR="${D}" \
43 PREFIX=/usr \
44 - DOCDIR="/usr/share/doc/${PF}" \
45 + DOCDIR=/usr/share/doc/${PF} \
46 LIBDIR="${T}" install || die
47
48 dodoc CHANGELOG BUGS IDEAS
49
50
51
52 --
53 gentoo-commits@l.g.o mailing list