Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/splashutils: ChangeLog splashutils-1.5.3.ebuild
Date: Sat, 01 Dec 2007 20:51:47
Message-Id: E1IyZJK-0007Y9-3p@stork.gentoo.org
1 spock 07/12/01 20:51:38
2
3 Modified: ChangeLog splashutils-1.5.3.ebuild
4 Log:
5 Fix bug #200911: don't install documentation both to /usr/share/doc/splashutils and /usr/share/doc/splashutils-<ver>.
6 (Portage version: 2.1.4_rc4)
7
8 Revision Changes Path
9 1.118 media-gfx/splashutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.118&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.118&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?r1=1.117&r2=1.118
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v
18 retrieving revision 1.117
19 retrieving revision 1.118
20 diff -u -r1.117 -r1.118
21 --- ChangeLog 25 Nov 2007 12:16:46 -0000 1.117
22 +++ ChangeLog 1 Dec 2007 20:51:37 -0000 1.118
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-gfx/splashutils
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.117 2007/11/25 12:16:46 spock Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.118 2007/12/01 20:51:37 spock Exp $
28 +
29 + 01 Dec 2007; MichaƂ Januszewski <spock@g.o>
30 + splashutils-1.5.3.ebuild:
31 + Fix bug #200911: don't install documentation both to
32 + /usr/share/doc/splashutils and /usr/share/doc/splashutils-<ver>.
33
34 *splashutils-1.5.3 (25 Nov 2007)
35
36
37
38
39 1.2 media-gfx/splashutils/splashutils-1.5.3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.ebuild?r1=1.1&r2=1.2
44
45 Index: splashutils-1.5.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- splashutils-1.5.3.ebuild 25 Nov 2007 12:16:46 -0000 1.1
52 +++ splashutils-1.5.3.ebuild 1 Dec 2007 20:51:37 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.ebuild,v 1.1 2007/11/25 12:16:46 spock Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.ebuild,v 1.2 2007/12/01 20:51:37 spock Exp $
58
59 inherit eutils multilib toolchain-funcs
60
61 @@ -132,8 +132,6 @@
62 insinto /etc/splash
63 doins "${SM}"/fbtruetype/luxisri.ttf
64
65 - dodoc docs/* README AUTHORS
66 -
67 if has_version ">=sys-apps/baselayout-1.13.99"; then
68 cd "${SG}"
69 make DESTDIR="${D}" LIB=${LIB} install || die "failed to install the splash plugin"
70
71
72
73 --
74 gentoo-commits@g.o mailing list