From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/imlib/
Date: Sat, 13 Jan 2018 17:17:12 +0000 (UTC) [thread overview]
Message-ID: <1515863813.9e4b1529c9afb7ffec5bd606ca92c2b59f8833a6.asturm@gentoo> (raw)
commit: 9e4b1529c9afb7ffec5bd606ca92c2b59f8833a6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 15:38:05 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 17:16:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e4b1529
media-libs/imlib: Drop old, EAPI-4 based
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-libs/imlib/imlib-1.9.15-r4.ebuild | 68 ---------------------------------
1 file changed, 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 e01eca21552..00000000000
--- 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 {} +
-}
next reply other threads:[~2018-01-13 17:17 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-13 17:17 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-25 12:58 [gentoo-commits] repo/gentoo:master commit in: media-libs/imlib/ Arthur Zamarin
2024-05-25 12:54 Arthur Zamarin
2024-05-23 21:56 Sam James
2024-05-23 21:53 Sam James
2024-05-23 21:53 Sam James
2024-05-23 21:53 Sam James
2024-05-23 21:53 Sam James
2024-04-13 7:33 Arthur Zamarin
2024-04-13 7:33 Arthur Zamarin
2023-12-29 6:58 Arthur Zamarin
2017-01-31 5:23 Jeroen Roovers
2016-11-29 17:36 Markus Meier
2016-11-20 7:52 Michael Palimaka
2016-11-15 15:34 Tobias Klausmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1515863813.9e4b1529c9afb7ffec5bd606ca92c2b59f8833a6.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox