From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 815E6138334 for ; Wed, 28 Nov 2018 16:19:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8493CE0883; Wed, 28 Nov 2018 16:19:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A484E0872 for ; Wed, 28 Nov 2018 16:19:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E581335C6F for ; Wed, 28 Nov 2018 16:19:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A29FB44B for ; Wed, 28 Nov 2018 16:19:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1543421967.f0b051cbe98ec042cdd637d8ac6393dc18fc8c53.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/imlib2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/imlib2/imlib2-1.5.1.ebuild X-VCS-Directories: media-libs/imlib2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f0b051cbe98ec042cdd637d8ac6393dc18fc8c53 X-VCS-Branch: master Date: Wed, 28 Nov 2018 16:19:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3fbdbfff-ae7c-456e-aac8-7cb3f157f59f X-Archives-Hash: 551da5c79fdcc4e0f130c72b98bee259 commit: f0b051cbe98ec042cdd637d8ac6393dc18fc8c53 Author: Joonas Niilola gmail com> AuthorDate: Wed Nov 28 12:27:33 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 28 16:19:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b051cb media-libs/imlib2: clean old Package-Manager: Portage[mgorny]-2.3.51.1 Signed-off-by: Joonas Niilola gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10511 Signed-off-by: Michał Górny gentoo.org> media-libs/imlib2/imlib2-1.5.1.ebuild | 69 ----------------------------------- 1 file changed, 69 deletions(-) diff --git a/media-libs/imlib2/imlib2-1.5.1.ebuild b/media-libs/imlib2/imlib2-1.5.1.ebuild deleted file mode 100644 index 3cd615595e6..00000000000 --- a/media-libs/imlib2/imlib2-1.5.1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit multilib-minimal toolchain-funcs - -DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm" -HOMEPAGE="https://www.enlightenment.org/" -SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="bzip2 cpu_flags_x86_mmx cpu_flags_x86_sse2 gif jpeg mp3 nls png static-libs tiff X zlib" - -RDEPEND=" - media-libs/freetype:2[${MULTILIB_USEDEP}] - bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] ) - gif? ( media-libs/giflib[${MULTILIB_USEDEP}] ) - jpeg? ( ~virtual/jpeg-0:0=[${MULTILIB_USEDEP}] ) - mp3? ( media-libs/libid3tag[${MULTILIB_USEDEP}] ) - nls? ( sys-devel/gettext ) - png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] ) - tiff? ( >=media-libs/tiff-4.0.3-r6:0[${MULTILIB_USEDEP}] ) - X? ( - x11-libs/libX11[${MULTILIB_USEDEP}] - x11-libs/libXext[${MULTILIB_USEDEP}] - ) - zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] ) -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig[${MULTILIB_USEDEP}] - X? ( x11-base/xorg-proto ) -" - -multilib_src_configure() { - local myconf_imlib2=( - $(use_with bzip2) - $(use_with gif) - $(use_with jpeg) - $(use_with mp3 id3) - $(use_with png) - $(use_enable static-libs static) - $(use_with tiff) - $(use_with X x) - $(use_with zlib) - ) - - # imlib2 has different configure options for x86/amd64 assembly - if [[ $(tc-arch) == amd64 ]]; then - myconf_imlib2+=( $(use_enable cpu_flags_x86_sse2 amd64) --disable-mmx ) - else - myconf_imlib2+=( --disable-amd64 $(use_enable cpu_flags_x86_mmx mmx) ) - fi - - ECONF_SOURCE="${S}" \ - econf "${myconf_imlib2[@]}" -} - -multilib_src_install() { - V=1 emake install DESTDIR="${D}" - - local HTML_DOCS=( doc/. ) - einstalldocs - - find "${D}" -name '*.la' -delete || die -}