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/wmpasman: ChangeLog wmpasman-0.8.4.1.ebuild
Date: Mon, 01 Sep 2014 15:48:10
Message-Id: 20140901154804.776F0471B@oystercatcher.gentoo.org
1 voyageur 14/09/01 15:48:04
2
3 Modified: ChangeLog wmpasman-0.8.4.1.ebuild
4 Log:
5 Replace einstall with emake install, bug #521444
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.16 x11-plugins/wmpasman/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 7 Apr 2014 19:38:55 -0000 1.15
23 +++ ChangeLog 1 Sep 2014 15:48:04 -0000 1.16
24 @@ -1,6 +1,9 @@
25 # ChangeLog for x11-plugins/wmpasman
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v 1.15 2014/04/07 19:38:55 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v 1.16 2014/09/01 15:48:04 voyageur Exp $
29 +
30 + 01 Sep 2014; Bernard Cafarelli <voyageur@g.o> wmpasman-0.8.4.1.ebuild:
31 + Replace einstall with emake install, bug #521444
32
33 07 Apr 2014; Samuli Suominen <ssuominen@g.o> wmpasman-0.8.4.1.ebuild,
34 wmpasman-0.8.5.3.ebuild:
35
36
37
38 1.13 x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild?rev=1.13&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild?rev=1.13&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild?r1=1.12&r2=1.13
43
44 Index: wmpasman-0.8.4.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild,v
47 retrieving revision 1.12
48 retrieving revision 1.13
49 diff -u -r1.12 -r1.13
50 --- wmpasman-0.8.4.1.ebuild 7 Apr 2014 19:38:55 -0000 1.12
51 +++ wmpasman-0.8.4.1.ebuild 1 Sep 2014 15:48:04 -0000 1.13
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild,v 1.12 2014/04/07 19:38:55 ssuominen Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild,v 1.13 2014/09/01 15:48:04 voyageur Exp $
57
58 EAPI=5
59
60 @@ -27,7 +27,6 @@
61 }
62
63 src_install() {
64 - # TODO: einstall is deprecated, convert to emake with args
65 - einstall
66 + emake DESTDIR="${D}" install
67 dodoc BUGS ChangeLog README TODO WARNINGS
68 }