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 8A53D138335 for ; Thu, 31 Jan 2019 18:12:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B24EE095D; Thu, 31 Jan 2019 18:12:01 +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 6D55FE095D for ; Thu, 31 Jan 2019 18:12:01 +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 6A20A335D3E for ; Thu, 31 Jan 2019 18:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5819452F for ; Thu, 31 Jan 2019 18:11:57 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1548958308.a43bd8b4a716e7d5196333617b6d817b11b17fed.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pixman/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/pixman/Manifest x11-libs/pixman/pixman-0.34.0.ebuild X-VCS-Directories: x11-libs/pixman/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a43bd8b4a716e7d5196333617b6d817b11b17fed X-VCS-Branch: master Date: Thu, 31 Jan 2019 18:11:57 +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: bf706f8e-8d52-4bbe-abfd-ce377534dae8 X-Archives-Hash: d258d783726ab5104ac43dc2dd2f709c commit: a43bd8b4a716e7d5196333617b6d817b11b17fed Author: Matt Turner gentoo org> AuthorDate: Thu Jan 31 18:10:38 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jan 31 18:11:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43bd8b4 x11-libs/pixman: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-libs/pixman/Manifest | 1 - x11-libs/pixman/pixman-0.34.0.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/x11-libs/pixman/Manifest b/x11-libs/pixman/Manifest index 2e6fde6cc78..257e9213fc3 100644 --- a/x11-libs/pixman/Manifest +++ b/x11-libs/pixman/Manifest @@ -1,2 +1 @@ -DIST pixman-0.34.0.tar.bz2 739656 BLAKE2B 8e235ec6332125046ac952c32bb3d6d2adabae01f121a952f62aed66470c367f31268f7fc5d4387db5e3a6145cde4f013871f2d82d2d8765e5a41cb8247d4761 SHA512 755a3f5596e7bd9710abc8e5bfd341adaf2177f5b21f7aaae7f85b8fb57580ea48df586ad32bf6adef6ce0430e7cadaa57754a2fa466bc4b15bf70ee64cd1418 DIST pixman-0.36.0.tar.bz2 739957 BLAKE2B 05834dbed8a5bfed607a20f78523e7441f5b78a7a01c7d302c48b8f15dcda37111a8a99e7119b84a0a8a26b55fa93db1c2af316359095cb7db0d8a9e263a1eb7 SHA512 ed99c85a8ce11f52659da61bff599c0405ae0069c30434bdef7238bc9f18e83e6d534cddf38c14d753943edbaeba580c5005ad7575f27e469ca7be7878678d21 diff --git a/x11-libs/pixman/pixman-0.34.0.ebuild b/x11-libs/pixman/pixman-0.34.0.ebuild deleted file mode 100644 index 17398e176c3..00000000000 --- a/x11-libs/pixman/pixman-0.34.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -XORG_MULTILIB=yes -inherit xorg-2 - -EGIT_REPO_URI="https://anongit.freedesktop.org/git/pixman.git" -DESCRIPTION="Low-level pixel manipulation routines" - -if [[ $PV != 9999* ]]; then - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -fi - -IUSE="altivec loongson2f cpu_flags_arm_iwmmxt cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3" - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable cpu_flags_arm_iwmmxt arm-iwmmxt) - $(use_enable cpu_flags_x86_mmxext mmx) - $(use_enable cpu_flags_x86_sse2 sse2) - $(use_enable cpu_flags_x86_ssse3 ssse3) - $(use_enable altivec vmx) - $(use_enable neon arm-neon) - $(use_enable loongson2f loongson-mmi) - --disable-gtk - --disable-libpng - ) - xorg-2_src_configure -}