Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/coccigrep: ChangeLog coccigrep-1.6.ebuild
Date: Tue, 28 Feb 2012 19:08:52
Message-Id: 20120228190842.16E7B2004B@flycatcher.gentoo.org
1 radhermit 12/02/28 19:08:42
2
3 Modified: ChangeLog coccigrep-1.6.ebuild
4 Log:
5 Use correct directory name (bug #406145).
6
7 (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-util/coccigrep/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/coccigrep/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 7 Nov 2011 21:40:42 -0000 1.2
23 +++ ChangeLog 28 Feb 2012 19:08:41 -0000 1.3
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-util/coccigrep
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/ChangeLog,v 1.2 2011/11/07 21:40:42 radhermit Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/ChangeLog,v 1.3 2012/02/28 19:08:41 radhermit Exp $
30 +
31 + 28 Feb 2012; Tim Harder <radhermit@g.o> coccigrep-1.6.ebuild:
32 + Use correct directory name (bug #406145).
33
34 *coccigrep-1.6 (07 Nov 2011)
35
36
37
38
39 1.2 dev-util/coccigrep/coccigrep-1.6.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/coccigrep-1.6.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/coccigrep-1.6.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/coccigrep/coccigrep-1.6.ebuild?r1=1.1&r2=1.2
44
45 Index: coccigrep-1.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.6.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- coccigrep-1.6.ebuild 7 Nov 2011 21:40:42 -0000 1.1
52 +++ coccigrep-1.6.ebuild 28 Feb 2012 19:08:41 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2011 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.6.ebuild,v 1.1 2011/11/07 21:40:42 radhermit Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.6.ebuild,v 1.2 2012/02/28 19:08:41 radhermit Exp $
59
60 EAPI=4
61 USE_PYTHON="2"
62 @@ -46,7 +46,7 @@
63 use doc && dohtml -r doc/_build/html/*
64
65 if use emacs ; then
66 - elisp-install ${PN} editor/*.el || die
67 + elisp-install ${PN} editors/*.el || die
68 elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die
69 fi