summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gmail.com>2018-05-22 21:18:30 +0300
committerMichał Górny <mgorny@gentoo.org>2018-06-07 19:55:49 +0200
commit537bbe8c594ac4f20f526ff22569891e3c65426f (patch)
tree48f9ac167a8b72a9590324bdc7b166eae06e7cba /media-plugins/imlib2_loaders
parentmedia-plugins/imlib2_loaders: bump to 1.5.1 (diff)
downloadgentoo-537bbe8c594ac4f20f526ff22569891e3c65426f.tar.gz
gentoo-537bbe8c594ac4f20f526ff22569891e3c65426f.tar.bz2
gentoo-537bbe8c594ac4f20f526ff22569891e3c65426f.zip
media-plugins/imlib2_loaders: remove -9999
Package-Manager: Portage[mgorny]-2.3.36.1 Closes: https://github.com/gentoo/gentoo/pull/8524
Diffstat (limited to 'media-plugins/imlib2_loaders')
-rw-r--r--media-plugins/imlib2_loaders/imlib2_loaders-9999.ebuild30
1 files changed, 0 insertions, 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 ac30d7f3eec6..000000000000
--- 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
-}