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 0D88B1382F6 for ; Fri, 8 Jul 2016 10:09:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45D33E0914; Fri, 8 Jul 2016 10:09:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C80D3E0914 for ; Fri, 8 Jul 2016 10:09: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 549ED340ECE for ; Fri, 8 Jul 2016 10:09:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E18792424 for ; Fri, 8 Jul 2016 10:09:29 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1467972539.4d09b54143ce2beaa1bf7cb65f700fd2e16db6c9.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/optipng/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/optipng/Manifest media-gfx/optipng/optipng-0.7.5-r1.ebuild X-VCS-Directories: media-gfx/optipng/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 4d09b54143ce2beaa1bf7cb65f700fd2e16db6c9 X-VCS-Branch: master Date: Fri, 8 Jul 2016 10:09:29 +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: b9177067-75ba-4962-8403-5d66ebe9ea19 X-Archives-Hash: 75b60de61785381ea997e24dd6599dfe commit: 4d09b54143ce2beaa1bf7cb65f700fd2e16db6c9 Author: Sebastian Pipping gentoo org> AuthorDate: Fri Jul 8 10:08:59 2016 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Jul 8 10:08:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d09b541 media-gfx/optipng: Remove 0.7.5-r1 (bug #579030) Package-Manager: portage-2.2.28 media-gfx/optipng/Manifest | 1 - media-gfx/optipng/optipng-0.7.5-r1.ebuild | 57 ------------------------------- 2 files changed, 58 deletions(-) diff --git a/media-gfx/optipng/Manifest b/media-gfx/optipng/Manifest index 397dc19..f35afe0 100644 --- a/media-gfx/optipng/Manifest +++ b/media-gfx/optipng/Manifest @@ -1,2 +1 @@ -DIST optipng-0.7.5.tar.gz 2141943 SHA256 74e54b798b012dff8993fb8d90185ca83f18cfa4935f4a93b0bcfc33c849619d SHA512 6f319965739235387e99244dda5f52533e22b7040301cf680180e383f24361819f66cb3adf1a90923e9509ed08d55bbe442ec363310c385fcf70f551febfbb6f WHIRLPOOL e632f2c018d132280fb73ec80587b1d8e4b8e857663175a3c47933054369cec4bf8a93d34c4627e00513a804fe1500c6ea2c2c62d908f295cab743c2f0e92cbe DIST optipng-0.7.6.tar.gz 2202237 SHA256 4870631fcbd3825605f00a168b8debf44ea1cda8ef98a73e5411eee97199be80 SHA512 d31d7494c23413d87b601a706cc2faf82923156a818da66e0bfad11741aed065db8f1b0c088d2abd66899ac192408c05f594295ded2684c4549c5f03b140a184 WHIRLPOOL c2708d111d0e57e35658d540a1bb0bbdea8fa35501be359222970e81159a6691db02053a446c250e3dd393f17918cc748de80e9cf19a355dcd5da867716fb359 diff --git a/media-gfx/optipng/optipng-0.7.5-r1.ebuild b/media-gfx/optipng/optipng-0.7.5-r1.ebuild deleted file mode 100644 index e9befb6..0000000 --- a/media-gfx/optipng/optipng-0.7.5-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="Compress PNG files without affecting image quality" -HOMEPAGE="http://optipng.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -RDEPEND="sys-libs/zlib - media-libs/libpng:0" -DEPEND="${RDEPEND} - sys-apps/findutils" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gifread.patch # bug #561882 - epatch "${FILESDIR}"/${P}-estonian.patch - - rm -R src/{libpng,zlib} || die - find . -type d -name build -exec rm -R {} + || die - - # next release is almost a complete rewrite, so plug this compilation - # problem in anticipation of the much (c)leaner(?) rewrite - sed -i \ - -e 's/^#ifdef AT_FDCWD/#if defined(AT_FDCWD) \&\& !(defined (__SVR4) \&\& defined (__sun))/' \ - src/optipng/osys.c || die - - tc-export CC AR RANLIB - export LD=$(tc-getCC) -} - -src_configure() { - ./configure \ - -with-system-libpng \ - -with-system-zlib \ - || die "configure failed" -} - -src_compile() { - emake -C src/optipng -} - -src_install() { - dodoc README.txt doc/*.txt - dohtml doc/*.html - doman src/${PN}/man/${PN}.1 - - dobin src/${PN}/${PN} -}