From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FD7D1382C5 for ; Sun, 18 Feb 2018 17:11:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CF93E0CB2; Sun, 18 Feb 2018 17:11:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EA93E0CB2 for ; Sun, 18 Feb 2018 17:11:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66BE7335C33 for ; Sun, 18 Feb 2018 17:11:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91BFF21D for ; Sun, 18 Feb 2018 17:11:19 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1518973850.3ed73554c56e9f75cc29aef16794d6c6e06c135c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild X-VCS-Directories: media-gfx/sane-frontends/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3ed73554c56e9f75cc29aef16794d6c6e06c135c X-VCS-Branch: master Date: Sun, 18 Feb 2018 17:11:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 805fd673-cfb7-49c8-917c-b60e42d7d72c X-Archives-Hash: fa30909946670ae5649f06fe2aa2a6cd commit: 3ed73554c56e9f75cc29aef16794d6c6e06c135c Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Feb 14 07:46:42 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 18 17:10:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed73554 media-gfx/sane-frontends: Drop eutils.eclass, fix dosym Bug: https://bugs.gentoo.org/647524 Closes: https://github.com/gentoo/gentoo/pull/7181 media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 index 26cd1d46586..53d1bee2cb0 100644 --- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild +++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils - DESCRIPTION="Scanner Access Now Easy" HOMEPAGE="http://www.sane-project.org" SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz @@ -44,8 +42,8 @@ src_install () { fi done if [ "/plug-ins" != "${gimpplugindir}" ]; then - dodir ${gimpplugindir} - dosym /usr/bin/xscanimage ${gimpplugindir}/xscanimage + dodir ${gimpplugindir} + dosym xscanimage ${gimpplugindir}/xscanimage else ewarn "No idea where to find the gimp plugin directory" fi