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 DC7A6138334 for ; Fri, 5 Oct 2018 11:45:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACE51E09A1; Fri, 5 Oct 2018 11:45:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 662DEE09A1 for ; Fri, 5 Oct 2018 11:45:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 523FA335CF2 for ; Fri, 5 Oct 2018 11:45:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB7EE3FA for ; Fri, 5 Oct 2018 11:45:28 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1538739678.a75722ff2b5f5edb1f704076048257cce8d0be1f.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/libimagequant/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/libimagequant/Manifest media-gfx/libimagequant/libimagequant-2.11.4.ebuild X-VCS-Directories: media-gfx/libimagequant/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: a75722ff2b5f5edb1f704076048257cce8d0be1f X-VCS-Branch: master Date: Fri, 5 Oct 2018 11:45:28 +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-Archives-Salt: 433ac9da-7289-42f6-80a7-cf7ac64ccd86 X-Archives-Hash: ec0a4252e8e0fc5f94ebd05b72329ec7 commit: a75722ff2b5f5edb1f704076048257cce8d0be1f Author: Virgil Dupras gentoo org> AuthorDate: Fri Oct 5 11:41:18 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Fri Oct 5 11:41:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a75722ff media-gfx/libimagequant: remove old Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 media-gfx/libimagequant/Manifest | 1 - .../libimagequant/libimagequant-2.11.4.ebuild | 47 ---------------------- 2 files changed, 48 deletions(-) diff --git a/media-gfx/libimagequant/Manifest b/media-gfx/libimagequant/Manifest index 21738622afe..3ddb32f3c86 100644 --- a/media-gfx/libimagequant/Manifest +++ b/media-gfx/libimagequant/Manifest @@ -1,2 +1 @@ -DIST libimagequant-2.11.4.tar.gz 74117 BLAKE2B 5d42dc876c77694a1d4576e633d2e3aa1e531061aa849a683542cf11b14333f65125bbae699f927bf42896a934ade6d745aa517d6cbc4b7097d96c7579532ec9 SHA512 e9d2aaac2f37968dc93ba0da7d03f0fcf60b3f17d9a0b9edfd6930eade25844dd603de74492d8e1de8dc2da4e7f3e47959a558b5a67588d71e9e1db035eca1cc DIST libimagequant-2.11.7.tar.gz 74311 BLAKE2B 204fbe794014c11d767991a03e729b234978fb1edb1fdffcb7d332461ccaa1a536a1e9dbc7b44a8838db61cc76fdbc1eb75087b480f4fc42bf791fea913639a2 SHA512 8816811c06eec27232e39725c581e382b7076f3bc23b017810de0e92236e6e4eb480def7b50347c9b75f7d792245669398c39a17359eb81077badf12e6f0a172 diff --git a/media-gfx/libimagequant/libimagequant-2.11.4.ebuild b/media-gfx/libimagequant/libimagequant-2.11.4.ebuild deleted file mode 100644 index db64a5c5773..00000000000 --- a/media-gfx/libimagequant/libimagequant-2.11.4.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs eutils - -DESCRIPTION="Palette quantization library that powers pngquant and other PNG optimizers" -HOMEPAGE="https://pngquant.org/lib/" -SRC_URI="https://github.com/ImageOptim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0/0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="cpu_flags_x86_sse2 debug openmp static-libs" - -DEPEND="" -RDEPEND="${DEPEND}" - -pkg_pretend() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -src_configure() { - tc-export AR CC - # Hand rolled configure script, so not all flags are supported. - ./configure \ - --prefix="${EPREFIX}/usr" \ - $(use debug && echo --enable-debug) \ - $(use_enable cpu_flags_x86_sse2 sse) \ - $(use_with openmp) \ - CFLAGS="${CFLAGS} ${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" -} - -src_compile() { - emake shared || die "make failed" - use static-libs && (emake static || die "make failed") -} - -src_install() { - dolib.so libimagequant.so - dolib.so libimagequant.so.* - use static-libs && dolib.a libimagequant.a - doheader libimagequant.h - einstalldocs -}