Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/gnocky: gnocky-0.0.6.ebuild ChangeLog
Date: Sat, 30 Aug 2014 12:26:06
Message-Id: 20140830122603.9B5B44413@oystercatcher.gentoo.org
1 mgorny 14/08/30 12:26:03
2
3 Modified: gnocky-0.0.6.ebuild ChangeLog
4 Log:
5 Replace einstall with emake install, bug #521456.
6
7 (Portage version: 2.2.11_p175/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.4 app-mobilephone/gnocky/gnocky-0.0.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnocky/gnocky-0.0.6.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnocky/gnocky-0.0.6.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnocky/gnocky-0.0.6.ebuild?r1=1.3&r2=1.4
15
16 Index: gnocky-0.0.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/gnocky-0.0.6.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gnocky-0.0.6.ebuild 2 May 2012 20:10:08 -0000 1.3
23 +++ gnocky-0.0.6.ebuild 30 Aug 2014 12:26:03 -0000 1.4
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/app-mobilephone/gnocky/gnocky-0.0.6.ebuild,v 1.3 2012/05/02 20:10:08 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/gnocky-0.0.6.ebuild,v 1.4 2014/08/30 12:26:03 mgorny Exp $
30
31 EAPI="2"
32
33 @@ -21,5 +21,5 @@
34
35 src_install()
36 {
37 - einstall || die "make install failed"
38 + emake DESTDIR="${D}" install || die "make install failed"
39 }
40
41
42
43 1.11 app-mobilephone/gnocky/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnocky/ChangeLog?rev=1.11&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnocky/ChangeLog?rev=1.11&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnocky/ChangeLog?r1=1.10&r2=1.11
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/ChangeLog,v
52 retrieving revision 1.10
53 retrieving revision 1.11
54 diff -u -r1.10 -r1.11
55 --- ChangeLog 9 Apr 2014 07:10:45 -0000 1.10
56 +++ ChangeLog 30 Aug 2014 12:26:03 -0000 1.11
57 @@ -1,6 +1,9 @@
58 # ChangeLog for app-mobilephone/gnocky
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/ChangeLog,v 1.10 2014/04/09 07:10:45 tomwij Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/ChangeLog,v 1.11 2014/08/30 12:26:03 mgorny Exp $
62 +
63 + 30 Aug 2014; Michał Górny <mgorny@g.o> gnocky-0.0.6.ebuild:
64 + Replace einstall with emake install, bug #521456.
65
66 09 Apr 2014; Tom Wijsman <TomWij@g.o> metadata.xml:
67 [QA] Dissolve the mobile-phone herd to maintainer-needed because it is empty