diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-13 16:38:05 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-13 18:16:53 +0100 |
commit | 9e4b1529c9afb7ffec5bd606ca92c2b59f8833a6 (patch) | |
tree | b582a12bba40b8c6a1dde713024213fdba7a4cf6 /media-libs/imlib | |
parent | sys-libs/glibc: Integrate all eclass code (diff) | |
download | gentoo-9e4b1529c9afb7ffec5bd606ca92c2b59f8833a6.tar.gz gentoo-9e4b1529c9afb7ffec5bd606ca92c2b59f8833a6.tar.bz2 gentoo-9e4b1529c9afb7ffec5bd606ca92c2b59f8833a6.zip |
media-libs/imlib: Drop old, EAPI-4 based
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-libs/imlib')
-rw-r--r-- | media-libs/imlib/imlib-1.9.15-r4.ebuild | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/media-libs/imlib/imlib-1.9.15-r4.ebuild b/media-libs/imlib/imlib-1.9.15-r4.ebuild deleted file mode 100644 index e01eca215528..000000000000 --- a/media-libs/imlib/imlib-1.9.15-r4.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit autotools eutils multilib-minimal - -PVP=(${PV//[-\._]/ }) -DESCRIPTION="Image loading and rendering library" -HOMEPAGE="http://ftp.acc.umu.se/pub/GNOME/sources/imlib/1.9/" -SRC_URI="mirror://gnome/sources/${PN}/${PVP[0]}.${PVP[1]}/${P}.tar.bz2 - mirror://gentoo/gtk-1-for-imlib.m4.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd" -IUSE="doc static-libs" - -RDEPEND=">=media-libs/tiff-3.9.7-r1[${MULTILIB_USEDEP}] - >=media-libs/giflib-4.1.6-r3[${MULTILIB_USEDEP}] - >=media-libs/libpng-1.2.51[${MULTILIB_USEDEP}] - >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] - >=x11-libs/libICE-1.0.8-r1[${MULTILIB_USEDEP}] - >=x11-libs/libSM-1.2.1-r1[${MULTILIB_USEDEP}] - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] - abi_x86_32? ( - !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)] - !<=app-emulation/emul-linux-x86-gtklibs-20140406 - )" -DEPEND="${RDEPEND}" - -src_prepare() { - # Fix aclocal underquoted definition warnings. - # Conditionalize gdk functions for bug 40453. - # Fix imlib-config for bug 3425. - epatch "${FILESDIR}"/${P}.patch - epatch "${FILESDIR}"/${PN}-security.patch #security #72681 - epatch "${FILESDIR}"/${P}-bpp16-CVE-2007-3568.patch # security #201887 - epatch "${FILESDIR}"/${P}-fix-rendering.patch #197489 - epatch "${FILESDIR}"/${P}-asneeded.patch #207638 - epatch "${FILESDIR}"/${P}-libpng15.patch #357167 - epatch "${FILESDIR}"/${P}-underlinking-test.patch #367645 - epatch "${FILESDIR}"/${P}-no-LDFLAGS-in-pc.patch - - mkdir m4 && cp "${WORKDIR}"/gtk-1-for-imlib.m4 m4 - - AT_M4DIR="m4" eautoreconf -} - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf \ - --sysconfdir=/etc/imlib \ - $(use_enable static-libs static) \ - --disable-gdk \ - --disable-gtktest -} - -multilib_src_install() { - emake DESTDIR="${D}" install || die -} - -multilib_src_install_all() { - dodoc AUTHORS ChangeLog README - use doc && dohtml doc/* - - # Punt unused files - rm -f "${D}"/usr/lib*/pkgconfig/imlibgdk.pc - find "${D}" -name '*.la' -exec rm -f {} + -} |