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 6BA6C138334 for ; Sat, 17 Nov 2018 18:48:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B010E0B89; Sat, 17 Nov 2018 18:48: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 222C8E0B89 for ; Sat, 17 Nov 2018 18:48:26 +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 86A72335C47 for ; Sat, 17 Nov 2018 18:48:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B901B468 for ; Sat, 17 Nov 2018 18:48:23 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1542480496.1be286da0397b2543d57ebc7ef0d7171fb2686e9.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenraw/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libopenraw/Manifest media-libs/libopenraw/libopenraw-0.0.9.ebuild X-VCS-Directories: media-libs/libopenraw/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 1be286da0397b2543d57ebc7ef0d7171fb2686e9 X-VCS-Branch: master Date: Sat, 17 Nov 2018 18:48:23 +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: 1ab95cdc-0cb2-4e6e-aff5-95958b5c73d1 X-Archives-Hash: 265bc9b9033fd8da8a0853bcbd046d84 commit: 1be286da0397b2543d57ebc7ef0d7171fb2686e9 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Nov 17 18:34:28 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Nov 17 18:48:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be286da media-libs/libopenraw: cleanup old revision Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Gilles Dartiguelongue gentoo.org> media-libs/libopenraw/Manifest | 1 - media-libs/libopenraw/libopenraw-0.0.9.ebuild | 55 --------------------------- 2 files changed, 56 deletions(-) diff --git a/media-libs/libopenraw/Manifest b/media-libs/libopenraw/Manifest index 74487bd9877..dcb939936d7 100644 --- a/media-libs/libopenraw/Manifest +++ b/media-libs/libopenraw/Manifest @@ -1,2 +1 @@ -DIST libopenraw-0.0.9.tar.bz2 478687 BLAKE2B d51410aa2a4ce297c660f80f99c912374faf05c0920be0c9dff78c5979c553cd74aafed0591bd62d479825cb0fd7064b47b86747ecddc75cc177b54184eb42b1 SHA512 88d475d27719212686a0a5a08da04d6879fd456ec8f7531f401217df97f4f3d4c52dc8c4fb1c6ca88c12d6a67ecd516b151c5e9dceba9cbfcd13150fe81d6db5 DIST libopenraw-0.1.2.tar.bz2 563981 BLAKE2B 60332274c72602e5b3eea3e41dfee8c62303a2f09028df4a637cea6f07391d912f354752cb6f354e06dd9e223dfabe5dbed1d50e0f325d85be42fb5012ecede6 SHA512 edd7e5a71feecbce1d5a20622bd3c7111acd2d4792038fd19920367ebb55d2cc7614627b9739512bbe34d6b5ae2eb65a4da9cee70c400b5cb846bf5fff08efc8 diff --git a/media-libs/libopenraw/libopenraw-0.0.9.ebuild b/media-libs/libopenraw/libopenraw-0.0.9.ebuild deleted file mode 100644 index 5c269828d8f..00000000000 --- a/media-libs/libopenraw/libopenraw-0.0.9.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils gnome2-utils - -DESCRIPTION="A decoding library for RAW image formats" -HOMEPAGE="https://libopenraw.freedesktop.org/wiki/" -SRC_URI="https://${PN}.freedesktop.org/download/${P}.tar.bz2" - -LICENSE="GPL-3 LGPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" -IUSE="gtk static-libs test" - -RDEPEND="virtual/jpeg:0 - dev-libs/libxml2 - gtk? ( - >=dev-libs/glib-2 - >=x11-libs/gdk-pixbuf-2.24.0:2 - )" -DEPEND="${RDEPEND} - >=dev-libs/boost-1.35 - virtual/pkgconfig - test? ( net-misc/curl )" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_prepare() { - has_version '>=media-libs/jpeg-9a:0' && epatch "${FILESDIR}"/${P}-jpeg-9a.patch -} - -src_configure() { - econf \ - --with-boost="${EPREFIX}"/usr \ - $(use_enable static-libs static) \ - $(use_enable gtk gnome) -} - -src_install() { - default - prune_libtool_files --all -} - -pkg_preinst() { - gnome2_gdk_pixbuf_savelist -} - -pkg_postinst() { - gnome2_gdk_pixbuf_update -} - -pkg_postinst() { - gnome2_gdk_pixbuf_update -}