media-plugins/imlib2_loaders: remove -9999
authorJoonas Niilola <juippis@gmail.com>
Tue, 22 May 2018 18:18:30 +0000 (21:18 +0300)
committerMichał Górny <mgorny@gentoo.org>
Thu, 7 Jun 2018 17:55:49 +0000 (19:55 +0200)
Package-Manager: Portage[mgorny]-2.3.36.1
Closes: https://github.com/gentoo/gentoo/pull/8524

media-plugins/imlib2_loaders/imlib2_loaders-9999.ebuild [deleted file]

diff --git a/media-plugins/imlib2_loaders/imlib2_loaders-9999.ebuild b/media-plugins/imlib2_loaders/imlib2_loaders-9999.ebuild
deleted file mode 100644 (file)
index ac30d7f..0000000
+++ /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
-}