diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2021-12-12 12:28:52 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2021-12-12 13:09:53 +0300 |
commit | b6adc4310edc9c7fbee408a344c89ef7f1908250 (patch) | |
tree | 9bcb8467c8b4876d2ce2953cf25d99bf341d203c /media-plugins/imlib2_loaders/imlib2_loaders-1.6.1.ebuild | |
parent | dev-python/qtawesome: Remove old (diff) | |
download | gentoo-b6adc4310edc9c7fbee408a344c89ef7f1908250.tar.gz gentoo-b6adc4310edc9c7fbee408a344c89ef7f1908250.tar.bz2 gentoo-b6adc4310edc9c7fbee408a344c89ef7f1908250.zip |
media-plugins/imlib2_loaders: drop old
Package-Manager: Portage-3.0.29, Repoman-3.0.3
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'media-plugins/imlib2_loaders/imlib2_loaders-1.6.1.ebuild')
-rw-r--r-- | media-plugins/imlib2_loaders/imlib2_loaders-1.6.1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/media-plugins/imlib2_loaders/imlib2_loaders-1.6.1.ebuild b/media-plugins/imlib2_loaders/imlib2_loaders-1.6.1.ebuild deleted file mode 100644 index 8243af8e60c8..000000000000 --- a/media-plugins/imlib2_loaders/imlib2_loaders-1.6.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Additional image loaders for Imlib2" -HOMEPAGE="https://www.enlightenment.org/ - https://sourceforge.net/projects/enlightenment/files/imlib2-src/" -SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.gz" - -LICENSE="|| ( BSD GPL-2 )" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris" -IUSE="eet xcf" - -RDEPEND=">=media-libs/imlib2-${PV} - eet? ( dev-libs/efl[eet] )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - local myconf=( - --disable-static - $(use_enable eet) - $(use_enable xcf) - ) - - econf "${myconf[@]}" -} - -src_install() { - V=1 emake install DESTDIR="${D}" - einstalldocs - - find "${D}" -name '*.la' -delete || die -} |