Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/figurine: figurine-1.0.5.ebuild ChangeLog
Date: Sat, 30 Aug 2014 12:20:46
Message-Id: 20140830122041.DE3194413@oystercatcher.gentoo.org
1 mgorny 14/08/30 12:20:41
2
3 Modified: figurine-1.0.5.ebuild ChangeLog
4 Log:
5 Replace einstall with emake install, bug #521554.
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.13 media-gfx/figurine/figurine-1.0.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/figurine/figurine-1.0.5.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/figurine/figurine-1.0.5.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/figurine/figurine-1.0.5.ebuild?r1=1.12&r2=1.13
15
16 Index: figurine-1.0.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/figurine/figurine-1.0.5.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- figurine-1.0.5.ebuild 7 Jan 2010 22:06:22 -0000 1.12
23 +++ figurine-1.0.5.ebuild 30 Aug 2014 12:20:41 -0000 1.13
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 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/media-gfx/figurine/figurine-1.0.5.ebuild,v 1.12 2010/01/07 22:06:22 fauli Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/figurine/figurine-1.0.5.ebuild,v 1.13 2014/08/30 12:20:41 mgorny Exp $
30
31 DESCRIPTION="A vector based graphics editor similar to xfig, but simpler"
32 HOMEPAGE="http://figurine.sourceforge.net/"
33 @@ -19,6 +19,6 @@
34 }
35
36 src_install() {
37 - einstall || die
38 + emake DESTDIR="${D}" install || die
39 dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README
40 }
41
42
43
44 1.12 media-gfx/figurine/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/figurine/ChangeLog?rev=1.12&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/figurine/ChangeLog?rev=1.12&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/figurine/ChangeLog?r1=1.11&r2=1.12
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-gfx/figurine/ChangeLog,v
53 retrieving revision 1.11
54 retrieving revision 1.12
55 diff -u -r1.11 -r1.12
56 --- ChangeLog 7 Jan 2010 22:06:22 -0000 1.11
57 +++ ChangeLog 30 Aug 2014 12:20:41 -0000 1.12
58 @@ -1,6 +1,9 @@
59 # ChangeLog for media-gfx/figurine
60 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/figurine/ChangeLog,v 1.11 2010/01/07 22:06:22 fauli Exp $
62 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/figurine/ChangeLog,v 1.12 2014/08/30 12:20:41 mgorny Exp $
64 +
65 + 30 Aug 2014; Michał Górny <mgorny@g.o> figurine-1.0.5.ebuild:
66 + Replace einstall with emake install, bug #521554.
67
68 07 Jan 2010; Christian Faulhammer <fauli@g.o>
69 figurine-1.0.5.ebuild: