Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-forensics/tct: tct-1.19.ebuild ChangeLog
Date: Mon, 01 Mar 2010 14:51:47
Message-Id: E1Nm6xb-0007zP-6g@stork.gentoo.org
1 patrick 10/03/01 14:51:03
2
3 Modified: tct-1.19.ebuild ChangeLog
4 Log:
5 Fixing manpage collision for #266723
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-forensics/tct/tct-1.19.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/tct/tct-1.19.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/tct/tct-1.19.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/tct/tct-1.19.ebuild?r1=1.1&r2=1.2
14
15 Index: tct-1.19.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-forensics/tct/tct-1.19.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- tct-1.19.ebuild 8 Nov 2009 11:46:46 -0000 1.1
22 +++ tct-1.19.ebuild 1 Mar 2010 14:51:02 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/tct-1.19.ebuild,v 1.1 2009/11/08 11:46:46 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/tct-1.19.ebuild,v 1.2 2010/03/01 14:51:02 patrick Exp $
29
30 inherit eutils toolchain-funcs
31
32 @@ -55,7 +55,7 @@
33 help-when-broken-into quick-start || die "doc installation failed"
34
35 # these manual pages are provided by other packages
36 - rm -f man/man1/{file,md5,icat,ils,lastcomm,timeout}.1
37 + rm -f man/man1/{file,md5,icat,ils,lastcomm,timeout,mactime}.1
38 rm -f man/man5/magic.5
39 doman man/*/* || die "man installation failed"
40
41
42
43
44 1.18 app-forensics/tct/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/tct/ChangeLog?rev=1.18&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/tct/ChangeLog?rev=1.18&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/tct/ChangeLog?r1=1.17&r2=1.18
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-forensics/tct/ChangeLog,v
53 retrieving revision 1.17
54 retrieving revision 1.18
55 diff -u -r1.17 -r1.18
56 --- ChangeLog 8 Nov 2009 11:46:46 -0000 1.17
57 +++ ChangeLog 1 Mar 2010 14:51:02 -0000 1.18
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-forensics/tct
60 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/ChangeLog,v 1.17 2009/11/08 11:46:46 patrick Exp $
62 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/ChangeLog,v 1.18 2010/03/01 14:51:02 patrick Exp $
64 +
65 + 01 Mar 2010; Patrick Lauer <patrick@g.o> tct-1.19.ebuild:
66 + Fixing manpage collision for #266723
67
68 *tct-1.19 (08 Nov 2009)