Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/qpxtool: qpxtool-0.7.0_pre4.ebuild
Date: Mon, 28 Sep 2009 11:26:31
Message-Id: E1MsENB-000781-T5@stork.gentoo.org
1 ssuominen 09/09/28 11:26:29
2
3 Modified: qpxtool-0.7.0_pre4.ebuild
4 Log:
5 Fix manpage directory.
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild?r1=1.1&r2=1.2
14
15 Index: qpxtool-0.7.0_pre4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- qpxtool-0.7.0_pre4.ebuild 28 Sep 2009 11:14:16 -0000 1.1
22 +++ qpxtool-0.7.0_pre4.ebuild 28 Sep 2009 11:26:29 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild,v 1.1 2009/09/28 11:14:16 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild,v 1.2 2009/09/28 11:26:29 ssuominen Exp $
28
29 EAPI=2
30 inherit toolchain-funcs
31 @@ -22,8 +22,10 @@
32 S=${WORKDIR}/${P/_}
33
34 src_prepare() {
35 - sed -i -e 's:/usr/local:/usr:g' configure \
36 - lib/qpxscan/include/qpx_scan.h || die
37 + sed \
38 + -e 's:/usr/local:/usr:g' \
39 + -e 's:__prefix/man:__prefix/share/man:g' \
40 + -i configure lib/qpxscan/include/qpx_scan.h || die
41 }
42
43 src_configure() {