Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmgrabimage: wmgrabimage-0.72-r1.ebuild ChangeLog
Date: Mon, 01 Sep 2014 15:36:00
Message-Id: 20140901153556.306374717@oystercatcher.gentoo.org
1 voyageur 14/09/01 15:35:56
2
3 Modified: wmgrabimage-0.72-r1.ebuild ChangeLog
4 Log:
5 Replace einstall with emake install, bug #521682
6
7 (Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
8
9 Revision Changes Path
10 1.13 x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild?r1=1.12&r2=1.13
15
16 Index: wmgrabimage-0.72-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- wmgrabimage-0.72-r1.ebuild 5 Sep 2012 08:16:38 -0000 1.12
23 +++ wmgrabimage-0.72-r1.ebuild 1 Sep 2014 15:35:56 -0000 1.13
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.12 2012/09/05 08:16:38 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.13 2014/09/01 15:35:56 voyageur Exp $
30
31 inherit eutils
32
33 @@ -42,7 +42,7 @@
34
35 src_install() {
36 dodir /usr/bin
37 - einstall DESTDIR="${D}/usr" || die "einstall failed."
38 + emake DESTDIR="${D}/usr" install || die "einstall failed."
39
40 doman wmGrabImage.1
41
42
43
44
45 1.17 x11-plugins/wmgrabimage/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog?rev=1.17&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog?rev=1.17&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog?r1=1.16&r2=1.17
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v
54 retrieving revision 1.16
55 retrieving revision 1.17
56 diff -u -r1.16 -r1.17
57 --- ChangeLog 5 Sep 2012 08:16:38 -0000 1.16
58 +++ ChangeLog 1 Sep 2014 15:35:56 -0000 1.17
59 @@ -1,6 +1,10 @@
60 # ChangeLog for x11-plugins/wmgrabimage
61 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.16 2012/09/05 08:16:38 jlec Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.17 2014/09/01 15:35:56 voyageur Exp $
65 +
66 + 01 Sep 2014; Bernard Cafarelli <voyageur@g.o>
67 + wmgrabimage-0.72-r1.ebuild:
68 + Replace einstall with emake install, bug #521682
69
70 05 Sep 2012; Justin Lecher <jlec@g.o> wmgrabimage-0.72-r1.ebuild:
71 Use domenu instead insinto + doins to install .desktop files