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/wmupmon: ChangeLog wmupmon-0.1.3-r1.ebuild
Date: Mon, 01 Sep 2014 13:46:02
Message-Id: 20140901134558.3646D4702@oystercatcher.gentoo.org
1 voyageur 14/09/01 13:45:58
2
3 Modified: ChangeLog wmupmon-0.1.3-r1.ebuild
4 Log:
5 Replace einstall with emake install, bug #521692
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.23 x11-plugins/wmupmon/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmupmon/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmupmon/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmupmon/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 26 Nov 2008 00:10:12 -0000 1.22
23 +++ ChangeLog 1 Sep 2014 13:45:58 -0000 1.23
24 @@ -1,6 +1,9 @@
25 # ChangeLog for x11-plugins/wmupmon
26 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/ChangeLog,v 1.22 2008/11/26 00:10:12 tcunha Exp $
28 +# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/ChangeLog,v 1.23 2014/09/01 13:45:58 voyageur Exp $
30 +
31 + 01 Sep 2014; Bernard Cafarelli <voyageur@g.o> wmupmon-0.1.3-r1.ebuild:
32 + Replace einstall with emake install, bug #521692
33
34 26 Nov 2008; Tiago Cunha <tcunha@g.o> wmupmon-0.1.3-r1.ebuild:
35 stable sparc, bug 215651
36
37
38
39 1.9 x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild?r1=1.8&r2=1.9
44
45 Index: wmupmon-0.1.3-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- wmupmon-0.1.3-r1.ebuild 26 Nov 2008 00:10:12 -0000 1.8
52 +++ wmupmon-0.1.3-r1.ebuild 1 Sep 2014 13:45:58 -0000 1.9
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild,v 1.8 2008/11/26 00:10:12 tcunha Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild,v 1.9 2014/09/01 13:45:58 voyageur Exp $
59
60 inherit eutils
61
62 @@ -27,6 +27,6 @@
63 }
64
65 src_install() {
66 - einstall || die "einstall failed."
67 + emake DESTDIR="${D}" install || die "einstall failed."
68 dodoc AUTHORS README THANKS ChangeLog
69 }