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-gfx/xloadimage: xloadimage-4.1-r10.ebuild
Date: Fri, 04 Sep 2009 06:27:38
Message-Id: E1MjX5N-000405-1Q@stork.gentoo.org
1 ssuominen 09/09/04 11:36:09
2
3 Modified: xloadimage-4.1-r10.ebuild
4 Log:
5 Install .so man1/xloadimage.1 dummy files for xview(1) and xsetbg(1).
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-gfx/xloadimage/xloadimage-4.1-r10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r10.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r10.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r10.ebuild?r1=1.1&r2=1.2
14
15 Index: xloadimage-4.1-r10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r10.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xloadimage-4.1-r10.ebuild 4 Sep 2009 11:14:38 -0000 1.1
22 +++ xloadimage-4.1-r10.ebuild 4 Sep 2009 11:36:08 -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/media-gfx/xloadimage/xloadimage-4.1-r10.ebuild,v 1.1 2009/09/04 11:14:38 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r10.ebuild,v 1.2 2009/09/04 11:36:08 ssuominen Exp $
28
29 EAPI=2
30 inherit eutils toolchain-funcs
31 @@ -63,8 +63,12 @@
32 insinto /etc/X11
33 doins xloadimagerc || die
34
35 - newman xloadimage.man xloadimage.1
36 - newman uufilter.man uufilter.1
37 + newman xloadimage.man xloadimage.1 || die
38 + newman uufilter.man uufilter.1 || die
39 +
40 + echo ".so man1/xloadimage.1" > "${T}"/xsetbg.1
41 + doman "${T}"/xsetbg.1 || die
42 + newman "${T}"/xsetbg.1 xview.1 || die
43
44 dodoc README
45 }