Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/plowshare: ChangeLog plowshare-2.1.0-r1.ebuild
Date: Thu, 30 Apr 2015 14:47:08
Message-Id: 20150430144702.F3F4399B@oystercatcher.gentoo.org
1 voyageur 15/04/30 14:47:02
2
3 Modified: ChangeLog plowshare-2.1.0-r1.ebuild
4 Log:
5 Fix the doc install path again
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 00F7AB331B0F097F)
8
9 Revision Changes Path
10 1.35 net-misc/plowshare/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/ChangeLog?rev=1.35&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/ChangeLog?rev=1.35&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/ChangeLog?r1=1.34&r2=1.35
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v
19 retrieving revision 1.34
20 retrieving revision 1.35
21 diff -u -r1.34 -r1.35
22 --- ChangeLog 14 Apr 2015 11:55:28 -0000 1.34
23 +++ ChangeLog 30 Apr 2015 14:47:02 -0000 1.35
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-misc/plowshare
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.34 2015/04/14 11:55:28 voyageur Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.35 2015/04/30 14:47:02 voyageur Exp $
29 +
30 + 30 Apr 2015; Bernard Cafarelli <voyageur@g.o>
31 + plowshare-2.1.0-r1.ebuild:
32 + Fix the doc install path again
33
34 *plowshare-2.1.0-r1 (14 Apr 2015)
35
36
37
38
39 1.2 net-misc/plowshare/plowshare-2.1.0-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: plowshare-2.1.0-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- plowshare-2.1.0-r1.ebuild 14 Apr 2015 11:55:28 -0000 1.1
52 +++ plowshare-2.1.0-r1.ebuild 30 Apr 2015 14:47:02 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild,v 1.1 2015/04/14 11:55:28 voyageur Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild,v 1.2 2015/04/30 14:47:02 voyageur Exp $
58
59 EAPI=5
60
61 @@ -34,7 +34,7 @@
62 epatch "${FILESDIR}"/${P}-fix_git_invocation.patch
63
64 # Fix doc install path
65 - sed -i -e "/^DOCDIR/s|plowshare4|${P}|" Makefile || die "sed failed"
66 + sed -i -e "/^DOCDIR/s|plowshare|${PF}|" Makefile || die "sed failed"
67
68 if ! use bash-completion
69 then