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/sane-frontends: sane-frontends-1.0.14.ebuild ChangeLog
Date: Sat, 30 Aug 2014 12:03:32
Message-Id: 20140830120314.3000C4410@oystercatcher.gentoo.org
1 mgorny 14/08/30 12:03:13
2
3 Modified: sane-frontends-1.0.14.ebuild ChangeLog
4 Log:
5 Replace einstall with emake install, bug #521558.
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/sane-frontends/sane-frontends-1.0.14.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-frontends/sane-frontends-1.0.14.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-frontends/sane-frontends-1.0.14.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-frontends/sane-frontends-1.0.14.ebuild?r1=1.12&r2=1.13
15
16 Index: sane-frontends-1.0.14.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-frontends/sane-frontends-1.0.14.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- sane-frontends-1.0.14.ebuild 23 Jun 2009 22:30:56 -0000 1.12
23 +++ sane-frontends-1.0.14.ebuild 30 Aug 2014 12:03:13 -0000 1.13
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2009 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/sane-frontends/sane-frontends-1.0.14.ebuild,v 1.12 2009/06/23 22:30:56 phosphan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-frontends/sane-frontends-1.0.14.ebuild,v 1.13 2014/08/30 12:03:13 mgorny Exp $
30
31 inherit eutils
32
33 @@ -36,7 +36,7 @@
34 src_install() {
35 local gimpplugindir
36 local gimptool
37 - einstall datadir=${D}/usr/share/misc || die
38 + emake DESTDIR="${D}" install || die
39 if use gimp; then
40 for gimptool in gimptool gimptool-2.0 gimptool-1.2; do
41 if [ -x /usr/bin/${gimptool} ]; then
42
43
44
45 1.43 media-gfx/sane-frontends/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-frontends/ChangeLog?rev=1.43&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-frontends/ChangeLog?rev=1.43&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-frontends/ChangeLog?r1=1.42&r2=1.43
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-frontends/ChangeLog,v
54 retrieving revision 1.42
55 retrieving revision 1.43
56 diff -u -r1.42 -r1.43
57 --- ChangeLog 21 Jul 2013 09:40:48 -0000 1.42
58 +++ ChangeLog 30 Aug 2014 12:03:13 -0000 1.43
59 @@ -1,6 +1,9 @@
60 # ChangeLog for media-gfx/sane-frontends
61 -# Copyright 2002-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-frontends/ChangeLog,v 1.42 2013/07/21 09:40:48 pacho Exp $
63 +# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-frontends/ChangeLog,v 1.43 2014/08/30 12:03:13 mgorny Exp $
65 +
66 + 30 Aug 2014; Michał Górny <mgorny@g.o> sane-frontends-1.0.14.ebuild:
67 + Replace einstall with emake install, bug #521558.
68
69 21 Jul 2013; Pacho Ramos <pacho@g.o> metadata.xml:
70 Cleanup due #473480