Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
Date: Sun, 18 Feb 2018 17:11:26
Message-Id: 1518973850.3ed73554c56e9f75cc29aef16794d6c6e06c135c.asturm@gentoo
1 commit: 3ed73554c56e9f75cc29aef16794d6c6e06c135c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 14 07:46:42 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 18 17:10:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed73554
7
8 media-gfx/sane-frontends: Drop eutils.eclass, fix dosym
9
10 Bug: https://bugs.gentoo.org/647524
11 Closes: https://github.com/gentoo/gentoo/pull/7181
12
13 media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild
17 index 26cd1d46586..53d1bee2cb0 100644
18 --- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild
19 +++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild
20 @@ -1,10 +1,8 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 -inherit eutils
28 -
29 DESCRIPTION="Scanner Access Now Easy"
30 HOMEPAGE="http://www.sane-project.org"
31 SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz
32 @@ -44,8 +42,8 @@ src_install () {
33 fi
34 done
35 if [ "/plug-ins" != "${gimpplugindir}" ]; then
36 - dodir ${gimpplugindir}
37 - dosym /usr/bin/xscanimage ${gimpplugindir}/xscanimage
38 + dodir ${gimpplugindir}
39 + dosym xscanimage ${gimpplugindir}/xscanimage
40 else
41 ewarn "No idea where to find the gimp plugin directory"
42 fi