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 4A1E2139694 for ; Sun, 23 Apr 2017 13:58:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 706CDE0BF2; Sun, 23 Apr 2017 13:58:52 +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 50813E0BE6 for ; Sun, 23 Apr 2017 13:58:52 +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 6BF6B33BE61 for ; Sun, 23 Apr 2017 13:58:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 150CA742C for ; Sun, 23 Apr 2017 13:58:50 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1492955839.f14a311797913d66b06afb66c7ca366d8c05cae9.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zimg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/zimg/Manifest media-libs/zimg/zimg-2.4.ebuild X-VCS-Directories: media-libs/zimg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f14a311797913d66b06afb66c7ca366d8c05cae9 X-VCS-Branch: master Date: Sun, 23 Apr 2017 13:58:50 +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: 49fe1217-d4c4-47fb-ae72-5bec8d6cf64b X-Archives-Hash: 64dc655dbcef8447a016c7e821d32276 commit: f14a311797913d66b06afb66c7ca366d8c05cae9 Author: Alexis Ballier gentoo org> AuthorDate: Sun Apr 23 13:57:19 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Apr 23 13:57:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f14a3117 media-libs/zimg: remove old Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-libs/zimg/Manifest | 1 - media-libs/zimg/zimg-2.4.ebuild | 36 ------------------------------------ 2 files changed, 37 deletions(-) diff --git a/media-libs/zimg/Manifest b/media-libs/zimg/Manifest index 89580f025b3..d002e4af840 100644 --- a/media-libs/zimg/Manifest +++ b/media-libs/zimg/Manifest @@ -1,2 +1 @@ -DIST zimg-2.4.tar.gz 193791 SHA256 996ea0e446df6ff4d6cb9c04a77d60978eca47c32d3785cd63fe8c29a9523d1f SHA512 978a344c8f91327c7b92c6354526042d3901ce8ca3db19ba1ea1c81f4a1f980a64290223c202af354abd9efd821664d1743714acee171529a30f3742a0195e9e WHIRLPOOL cbae92a607d94c61860461d054e2a68220b2f7039e5aaade0dc869267795759076edd42bd30f4b03d816119b181a5c703a7d7382a7ff751433eace9d8050466b DIST zimg-2.5.tar.gz 213054 SHA256 50b2bcc49e51cd36011a0c363ff914a81b6f161aefdffeaa2bc4a4627c13784d SHA512 7fc48c704b434d837c36d4bafc51b35789eaf90fc81a68dcd7ec546f1e82a3e41c53263f8d381541d5c0ce58e25dddf0adaf1c3575512842ae633b5581778938 WHIRLPOOL 38ec8b7c26b8b358551a8158372f0cf1d27fbb4a0666ec8b56c3b7227f18bda4267f252596eba5a26347463ef8426982c9befe2ccf9bb1384a17d393ff35390a diff --git a/media-libs/zimg/zimg-2.4.ebuild b/media-libs/zimg/zimg-2.4.ebuild deleted file mode 100644 index c70136f5dc8..00000000000 --- a/media-libs/zimg/zimg-2.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_AUTORECONF=yes - -SCM="" - -if [ "${PV#9999}" != "${PV}" ] ; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/sekrit-twc/zimg" -fi - -inherit autotools-multilib ${SCM} - -DESCRIPTION="Scaling, colorspace conversion, and dithering library" -HOMEPAGE="https://github.com/sekrit-twc/zimg" - -if [ "${PV#9999}" = "${PV}" ] ; then - SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="alpha amd64 arm ppc ppc64 x86" - S="${WORKDIR}/${PN}-release-${PV}/" -fi - -LICENSE="WTFPL-2" -SLOT="0" -IUSE="static-libs cpu_flags_x86_sse" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_configure() { - autotools-multilib_src_configure \ - $(use_enable cpu_flags_x86_sse x86simd) -}