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 ABF3E1382C5 for ; Wed, 4 Apr 2018 23:04:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94C4EE0B14; Wed, 4 Apr 2018 23:04:30 +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 60652E0B14 for ; Wed, 4 Apr 2018 23:04:30 +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 01175335C2E for ; Wed, 4 Apr 2018 23:04:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D6E627A for ; Wed, 4 Apr 2018 23:04:26 +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: <1522882979.6d55350b89630e366023c9800f8a8c8f1710d449.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fotoxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fotoxx/fotoxx-15.04.1.ebuild media-gfx/fotoxx/fotoxx-15.05.ebuild X-VCS-Directories: media-gfx/fotoxx/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6d55350b89630e366023c9800f8a8c8f1710d449 X-VCS-Branch: master Date: Wed, 4 Apr 2018 23:04:26 +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: 18c921da-3dc9-4b80-ac16-d06fc3c5d5ab X-Archives-Hash: 33a12291676265e11d73d677da6d17e9 commit: 6d55350b89630e366023c9800f8a8c8f1710d449 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 4 22:21:27 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 4 23:02:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d55350b media-gfx/fotoxx: Sort DEPENDs, s/PF/P/, missing || die Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-gfx/fotoxx/fotoxx-15.04.1.ebuild | 12 +++++------- media-gfx/fotoxx/fotoxx-15.05.ebuild | 12 +++++------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/media-gfx/fotoxx/fotoxx-15.04.1.ebuild b/media-gfx/fotoxx/fotoxx-15.04.1.ebuild index 7f07dc6d0c3..5ef117c20f7 100644 --- a/media-gfx/fotoxx/fotoxx-15.04.1.ebuild +++ b/media-gfx/fotoxx/fotoxx-15.04.1.ebuild @@ -15,19 +15,17 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" - x11-libs/gtk+:3 media-libs/libpng media-libs/tiff - media-libs/lcms:2" + media-libs/lcms:2 + x11-libs/gtk+:3" RDEPEND="${DEPEND} - media-libs/exiftool media-gfx/ufraw[gtk] media-gfx/dcraw + media-libs/exiftool x11-misc/xdg-utils" -PATCHES=( - "${FILESDIR}"/${PF}.patch -) +PATCHES=( "${FILESDIR}"/${P}.patch ) src_compile() { tc-export CXX @@ -39,7 +37,7 @@ src_install() { # and README, changelog, translations, edit-menus, KB-shortcuts must not be compressed emake DESTDIR="${D}" install newmenu desktop ${PN}.desktop - rm -f "${D}"/usr/share/doc/${PF}/*.man + rm -f "${D}"/usr/share/doc/${PF}/*.man || die docompress -x /usr/share/doc } diff --git a/media-gfx/fotoxx/fotoxx-15.05.ebuild b/media-gfx/fotoxx/fotoxx-15.05.ebuild index 7f07dc6d0c3..5ef117c20f7 100644 --- a/media-gfx/fotoxx/fotoxx-15.05.ebuild +++ b/media-gfx/fotoxx/fotoxx-15.05.ebuild @@ -15,19 +15,17 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" - x11-libs/gtk+:3 media-libs/libpng media-libs/tiff - media-libs/lcms:2" + media-libs/lcms:2 + x11-libs/gtk+:3" RDEPEND="${DEPEND} - media-libs/exiftool media-gfx/ufraw[gtk] media-gfx/dcraw + media-libs/exiftool x11-misc/xdg-utils" -PATCHES=( - "${FILESDIR}"/${PF}.patch -) +PATCHES=( "${FILESDIR}"/${P}.patch ) src_compile() { tc-export CXX @@ -39,7 +37,7 @@ src_install() { # and README, changelog, translations, edit-menus, KB-shortcuts must not be compressed emake DESTDIR="${D}" install newmenu desktop ${PN}.desktop - rm -f "${D}"/usr/share/doc/${PF}/*.man + rm -f "${D}"/usr/share/doc/${PF}/*.man || die docompress -x /usr/share/doc }