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/wmappl: wmappl-0.71.ebuild ChangeLog
Date: Mon, 01 Sep 2014 15:43:03
Message-Id: 20140901154253.EB4814719@oystercatcher.gentoo.org
1 voyageur 14/09/01 15:42:53
2
3 Modified: wmappl-0.71.ebuild ChangeLog
4 Log:
5 Replace einstall with emake install, bug #521676
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.9 x11-plugins/wmappl/wmappl-0.71.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmappl/wmappl-0.71.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmappl/wmappl-0.71.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmappl/wmappl-0.71.ebuild?r1=1.8&r2=1.9
15
16 Index: wmappl-0.71.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/wmappl-0.71.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- wmappl-0.71.ebuild 10 Aug 2014 20:04:18 -0000 1.8
23 +++ wmappl-0.71.ebuild 1 Sep 2014 15:42:53 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/wmappl-0.71.ebuild,v 1.8 2014/08/10 20:04:18 slyfox Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/wmappl-0.71.ebuild,v 1.9 2014/09/01 15:42:53 voyageur Exp $
29
30 IUSE=""
31 DESCRIPTION="Simple application launcher for the Window Maker dock"
32 @@ -24,5 +24,5 @@
33 }
34
35 src_install () {
36 - einstall || die "Installation failed"
37 + emake DESTDIR="${D}" install || die "Installation failed"
38 }
39
40
41
42 1.16 x11-plugins/wmappl/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmappl/ChangeLog?rev=1.16&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmappl/ChangeLog?rev=1.16&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmappl/ChangeLog?r1=1.15&r2=1.16
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/ChangeLog,v
51 retrieving revision 1.15
52 retrieving revision 1.16
53 diff -u -r1.15 -r1.16
54 --- ChangeLog 10 Aug 2014 20:04:18 -0000 1.15
55 +++ ChangeLog 1 Sep 2014 15:42:53 -0000 1.16
56 @@ -1,6 +1,9 @@
57 # ChangeLog for x11-plugins/wmappl
58 # Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/ChangeLog,v 1.15 2014/08/10 20:04:18 slyfox Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/ChangeLog,v 1.16 2014/09/01 15:42:53 voyageur Exp $
61 +
62 + 01 Sep 2014; Bernard Cafarelli <voyageur@g.o> wmappl-0.71.ebuild:
63 + Replace einstall with emake install, bug #521676
64
65 10 Aug 2014; Sergei Trofimovich <slyfox@g.o> wmappl-0.71.ebuild:
66 QA: drop trailing '.' from DESCRIPTION