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 9685B138334 for ; Thu, 7 Jun 2018 17:55:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2EBFE07B2; Thu, 7 Jun 2018 17:55:56 +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 B3EC9E07B2 for ; Thu, 7 Jun 2018 17:55:56 +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 E1DC6335C8A for ; Thu, 7 Jun 2018 17:55:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BFB92C2 for ; Thu, 7 Jun 2018 17:55:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1528394149.537bbe8c594ac4f20f526ff22569891e3c65426f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/imlib2_loaders/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/imlib2_loaders/imlib2_loaders-9999.ebuild X-VCS-Directories: media-plugins/imlib2_loaders/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 537bbe8c594ac4f20f526ff22569891e3c65426f X-VCS-Branch: master Date: Thu, 7 Jun 2018 17:55:51 +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: 9e05a3ec-49b8-479a-9704-5fe4d628830e X-Archives-Hash: 9b74d2a6f703db65f7d8beb225761177 commit: 537bbe8c594ac4f20f526ff22569891e3c65426f Author: Joonas Niilola gmail com> AuthorDate: Tue May 22 18:18:30 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 7 17:55:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537bbe8c media-plugins/imlib2_loaders: remove -9999 Package-Manager: Portage[mgorny]-2.3.36.1 Closes: https://github.com/gentoo/gentoo/pull/8524 .../imlib2_loaders/imlib2_loaders-9999.ebuild | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/media-plugins/imlib2_loaders/imlib2_loaders-9999.ebuild b/media-plugins/imlib2_loaders/imlib2_loaders-9999.ebuild deleted file mode 100644 index ac30d7f3eec..00000000000 --- a/media-plugins/imlib2_loaders/imlib2_loaders-9999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -if [[ "${PV}" == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} -else - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="image loader plugins for Imlib 2" -HOMEPAGE="https://www.enlightenment.org/pages/imlib2.html" - -IUSE="eet xcf" - -RDEPEND=">=media-libs/imlib2-${PV} - eet? ( dev-libs/efl )" - -src_configure() { - E_ECONF=( - $(use_enable eet) - $(use_enable xcf) - ) - - enlightenment_src_configure -}