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 108951395E3 for ; Sat, 12 Nov 2016 23:37:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF113E0C6A; Sat, 12 Nov 2016 23:37:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7B9BE0C6A for ; Sat, 12 Nov 2016 23:37:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82B4E34165E for ; Sat, 12 Nov 2016 23:37:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 612F724C0 for ; Sat, 12 Nov 2016 23:37:09 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1478993738.ce983783356cf5266b3feb0a466e1601f3f35daf.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/dcraw/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/dcraw/dcraw-9.24.4.ebuild media-gfx/dcraw/dcraw-9.25.0.ebuild media-gfx/dcraw/dcraw-9.26.0.ebuild media-gfx/dcraw/dcraw-9.27.0.ebuild X-VCS-Directories: media-gfx/dcraw/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ce983783356cf5266b3feb0a466e1601f3f35daf X-VCS-Branch: master Date: Sat, 12 Nov 2016 23:37:09 +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: 1bc85938-e0eb-4cfc-a54b-268e4ca55702 X-Archives-Hash: d163fbaab12d6e4b3967fa544800b56e commit: ce983783356cf5266b3feb0a466e1601f3f35daf Author: David Seifert gentoo org> AuthorDate: Sat Nov 12 21:59:30 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Nov 12 23:35:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce983783 media-gfx/dcraw: Add subslot operator on media-libs/jasper Package-Manager: portage-2.3.2 media-gfx/dcraw/dcraw-9.24.4.ebuild | 8 ++++---- media-gfx/dcraw/dcraw-9.25.0.ebuild | 6 +++--- media-gfx/dcraw/dcraw-9.26.0.ebuild | 6 +++--- media-gfx/dcraw/dcraw-9.27.0.ebuild | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/media-gfx/dcraw/dcraw-9.24.4.ebuild b/media-gfx/dcraw/dcraw-9.24.4.ebuild index a37fcab..77214e0 100644 --- a/media-gfx/dcraw/dcraw-9.24.4.ebuild +++ b/media-gfx/dcraw/dcraw-9.24.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit eutils readme.gentoo toolchain-funcs -DESCRIPTION="Converts the native (RAW) format of various digital cameras into netpbm portable pixmap (.ppm) image" +DESCRIPTION="Command-line decoder for raw digital photos" HOMEPAGE="http://www.cybercom.net/~dcoffin/dcraw/" SRC_URI="http://www.cybercom.net/~dcoffin/dcraw/archive/${P}.tar.gz mirror://gentoo/parse-1.73.tar.bz2 @@ -18,9 +18,9 @@ LANGS=" ca cs de da eo es fr hu it nl pl pt ru sv zh_CN zh_TW" IUSE="nls gimp jpeg jpeg2k lcms ${LANGS// / linguas_}" COMMON_DEPEND=" - jpeg? ( virtual/jpeg ) + jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) - jpeg2k? ( media-libs/jasper ) + jpeg2k? ( media-libs/jasper:= ) gimp? ( media-gfx/gimp ) " DEPEND="${COMMON_DEPEND} diff --git a/media-gfx/dcraw/dcraw-9.25.0.ebuild b/media-gfx/dcraw/dcraw-9.25.0.ebuild index e1e6dc0..f33f981 100644 --- a/media-gfx/dcraw/dcraw-9.25.0.ebuild +++ b/media-gfx/dcraw/dcraw-9.25.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit eutils readme.gentoo toolchain-funcs -DESCRIPTION="Converts the native (RAW) format of various digital cameras into netpbm portable pixmap (.ppm) image" +DESCRIPTION="Command-line decoder for raw digital photos" HOMEPAGE="http://www.cybercom.net/~dcoffin/dcraw/" SRC_URI="http://www.cybercom.net/~dcoffin/dcraw/archive/${P}.tar.gz mirror://gentoo/parse-1.73.tar.bz2 @@ -20,7 +20,7 @@ IUSE="nls gimp jpeg jpeg2k lcms ${LANGS// / linguas_}" COMMON_DEPEND=" jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) - jpeg2k? ( media-libs/jasper ) + jpeg2k? ( media-libs/jasper:= ) gimp? ( media-gfx/gimp ) " DEPEND="${COMMON_DEPEND} diff --git a/media-gfx/dcraw/dcraw-9.26.0.ebuild b/media-gfx/dcraw/dcraw-9.26.0.ebuild index e1e6dc0..f33f981 100644 --- a/media-gfx/dcraw/dcraw-9.26.0.ebuild +++ b/media-gfx/dcraw/dcraw-9.26.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit eutils readme.gentoo toolchain-funcs -DESCRIPTION="Converts the native (RAW) format of various digital cameras into netpbm portable pixmap (.ppm) image" +DESCRIPTION="Command-line decoder for raw digital photos" HOMEPAGE="http://www.cybercom.net/~dcoffin/dcraw/" SRC_URI="http://www.cybercom.net/~dcoffin/dcraw/archive/${P}.tar.gz mirror://gentoo/parse-1.73.tar.bz2 @@ -20,7 +20,7 @@ IUSE="nls gimp jpeg jpeg2k lcms ${LANGS// / linguas_}" COMMON_DEPEND=" jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) - jpeg2k? ( media-libs/jasper ) + jpeg2k? ( media-libs/jasper:= ) gimp? ( media-gfx/gimp ) " DEPEND="${COMMON_DEPEND} diff --git a/media-gfx/dcraw/dcraw-9.27.0.ebuild b/media-gfx/dcraw/dcraw-9.27.0.ebuild index ae6469d..f33f981 100644 --- a/media-gfx/dcraw/dcraw-9.27.0.ebuild +++ b/media-gfx/dcraw/dcraw-9.27.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit eutils readme.gentoo toolchain-funcs -DESCRIPTION="command-line decoder for raw digital photos" +DESCRIPTION="Command-line decoder for raw digital photos" HOMEPAGE="http://www.cybercom.net/~dcoffin/dcraw/" SRC_URI="http://www.cybercom.net/~dcoffin/dcraw/archive/${P}.tar.gz mirror://gentoo/parse-1.73.tar.bz2 @@ -20,7 +20,7 @@ IUSE="nls gimp jpeg jpeg2k lcms ${LANGS// / linguas_}" COMMON_DEPEND=" jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) - jpeg2k? ( media-libs/jasper ) + jpeg2k? ( media-libs/jasper:= ) gimp? ( media-gfx/gimp ) " DEPEND="${COMMON_DEPEND}