From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1017739-garchives=archives.gentoo.org@lists.gentoo.org> 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 4BBE01382C5 for <garchives@archives.gentoo.org>; Sun, 15 Apr 2018 17:15:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9000BE0863; Sun, 15 Apr 2018 17:15:43 +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 63235E0863 for <gentoo-commits@lists.gentoo.org>; Sun, 15 Apr 2018 17:15:43 +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 538E2335C51 for <gentoo-commits@lists.gentoo.org>; Sun, 15 Apr 2018 17:15:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE5F228D for <gentoo-commits@lists.gentoo.org>; Sun, 15 Apr 2018 17:15:40 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1523812522.9e625400d07e8a375a70ea423808039035b714be.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ufraw/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/ufraw/ufraw-0.22-r1.ebuild X-VCS-Directories: media-gfx/ufraw/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9e625400d07e8a375a70ea423808039035b714be X-VCS-Branch: master Date: Sun, 15 Apr 2018 17:15:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b3811c49-0329-4e8b-a136-5f3b28dce9f2 X-Archives-Hash: e9bba512ff3259eca01e977d4fdc1a21 commit: 9e625400d07e8a375a70ea423808039035b714be Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Apr 15 16:50:33 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Apr 15 17:15:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e625400 media-gfx/ufraw: Drop 0.22-r1 Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-gfx/ufraw/ufraw-0.22-r1.ebuild | 92 ------------------------------------ 1 file changed, 92 deletions(-) diff --git a/media-gfx/ufraw/ufraw-0.22-r1.ebuild b/media-gfx/ufraw/ufraw-0.22-r1.ebuild deleted file mode 100644 index 8cc78457166..00000000000 --- a/media-gfx/ufraw/ufraw-0.22-r1.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools fdo-mime gnome2-utils toolchain-funcs - -DESCRIPTION="RAW Image format viewer and GIMP plugin" -HOMEPAGE="http://ufraw.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" -IUSE="contrast fits gimp gnome gtk jpeg2k openmp timezone" - -REQUIRED_USE="gimp? ( gtk )" - -RDEPEND=" - dev-libs/glib:2= - >=media-gfx/exiv2-0.11:0= - media-libs/lcms:2= - >=media-libs/lensfun-0.2.5:= - media-libs/libpng:0= - media-libs/tiff:0= - virtual/jpeg:0= - fits? ( sci-libs/cfitsio:0= ) - gimp? ( >=media-gfx/gimp-2 ) - gnome? ( >=gnome-base/gconf-2 ) - gtk? ( - >=media-gfx/gtkimageview-1.5 - >=x11-libs/gtk+-2.6:2 - ) - jpeg2k? ( media-libs/jasper:= ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-0.17-cfitsio-automagic.patch - "${FILESDIR}"/${P}-jasper-automagic.patch - "${FILESDIR}"/${P}-crashfix.patch - "${FILESDIR}"/${P}-drop_superfluous_abs.patch - "${FILESDIR}"/${P}-fix-unsigned-char.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - $(use_enable contrast) \ - $(use_with fits cfitsio) \ - $(use_with gimp) \ - $(use_enable gnome mime) \ - $(use_with gtk) \ - $(use_enable jpeg2k jasper) \ - $(use_enable openmp) \ - $(use_enable timezone dst-correction) -} - -src_compile() { - emake AR="$(tc-getAR)" -} - -src_install() { - emake DESTDIR="${D}" schemasdir=/etc/gconf/schemas install - einstalldocs -} - -pkg_preinst() { - if use gnome; then - gnome2_gconf_savelist - fi -} - -pkg_postinst() { - if use gnome; then - fdo-mime_mime_database_update - fdo-mime_desktop_database_update - gnome2_gconf_install - fi -} - -pkg_postrm() { - if use gnome; then - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - fi -}