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 BA5201382C5 for ; Fri, 8 Jan 2021 10:38:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B50CE0870; Fri, 8 Jan 2021 10:38:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 037AFE0870 for ; Fri, 8 Jan 2021 10:38:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1C42D3413EB for ; Fri, 8 Jan 2021 10:38:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B12D153 for ; Fri, 8 Jan 2021 10:38:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610102265.22efa11cb4ba513fe83c0eff45d4452c21bb56b9.sam@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/Manifest media-gfx/sane-frontends/sane-frontends-1.0.14-r5.ebuild X-VCS-Directories: media-gfx/sane-frontends/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 22efa11cb4ba513fe83c0eff45d4452c21bb56b9 X-VCS-Branch: master Date: Fri, 8 Jan 2021 10:38:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 345cd35f-25f5-417d-9e62-ad56d2afa592 X-Archives-Hash: 6993680d2fc16f4bc0908b849d307576 commit: 22efa11cb4ba513fe83c0eff45d4452c21bb56b9 Author: Sam James gentoo org> AuthorDate: Fri Jan 8 10:37:45 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 8 10:37:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22efa11c media-gfx/sane-frontends: cleanup old Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> media-gfx/sane-frontends/Manifest | 1 - .../sane-frontends/sane-frontends-1.0.14-r5.ebuild | 59 ---------------------- 2 files changed, 60 deletions(-) diff --git a/media-gfx/sane-frontends/Manifest b/media-gfx/sane-frontends/Manifest index 49b144a9fad..b3d2284932b 100644 --- a/media-gfx/sane-frontends/Manifest +++ b/media-gfx/sane-frontends/Manifest @@ -1,2 +1 @@ -DIST sane-frontends-1.0.14.tar.gz 231892 BLAKE2B 3d3af2ded774fa90ba4b9545a00df1f036fc72edb71a69f803dde84ca1e9d37b4d20ac91d046ce702c31eb7353d2d85b91cbf8bd53b84adea7f2e58f8be1a062 SHA512 51b24a9bd6889e99419c1d6abb30cb14d8f89b6196c5147044697bdb1b39ee029bdc0d7c6e1f1e800491988aa26f658bc974b25040c49d008ca8977673c78710 DIST sane-frontends-upstream-1.0.14.tar.gz 233587 BLAKE2B 69e34ed783cff68879b92d478195fe8c67f29d8904e22bdc62deb7310e8ac73d1ce6fc89ee0eafe3e2460f54cec257dbfe28843aec679cfe8669be6c5fc0e2bd SHA512 ffb854f4f4fd08a98395f325c22aa81924ac1e0827e795107bf01f3c42c2cd64bc204c79bc5ec8fd570746d039eae87a2da9cdf30b7f4640442a33c6495d35f8 diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r5.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r5.ebuild deleted file mode 100644 index c4179ca68c9..00000000000 --- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r5.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Scanner Access Now Easy" -HOMEPAGE="http://www.sane-project.org" -SRC_URI="https://alioth.debian.org/frs/download.php/file/1140/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" -IUSE="gimp gtk" - -RDEPEND=" - media-gfx/sane-backends - gimp? ( media-gfx/gimp:0/2 ) - gtk? ( - dev-libs/glib:2 - x11-libs/gtk+:2 - ) -" -DEPEND="${RDEPEND}" - -REQUIRED_USE="gimp? ( gtk )" - -DOCS=( AUTHORS Changelog NEWS PROBLEMS README ) - -PATCHES=( "${FILESDIR}/MissingCapsFlag.patch" ) - -src_configure() { - econf \ - --datadir=/usr/share/misc \ - $(use_enable gimp) \ - $(use_enable gtk gtk2) \ - $(use_enable gtk guis) -} - -src_install() { - local gimpplugindir - local gimptool - emake DESTDIR="${D}" install - if use gimp; then - for gimptool in gimptool gimptool-2.0; do - if [[ -x /usr/bin/${gimptool} ]]; then - einfo "Setting plugin link for GIMP version $(/usr/bin/${gimptool} --version)" - gimpplugindir=$(/usr/bin/${gimptool} --gimpplugindir)/plug-ins - break - fi - done - if [[ "/plug-ins" != "${gimpplugindir}" ]]; then - dodir ${gimpplugindir} - dosym xscanimage ${gimpplugindir}/xscanimage - else - ewarn "No idea where to find the gimp plugin directory" - fi - fi - einstalldocs -}