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 E48A0139694 for ; Sun, 30 Jul 2017 21:47:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 425151FC048; Sun, 30 Jul 2017 21:47:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1DDDB1FC048 for ; Sun, 30 Jul 2017 21:47:15 +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 E6C133419B8 for ; Sun, 30 Jul 2017 21:47:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C4F674BC for ; Sun, 30 Jul 2017 21:47:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1501451224.e9d0a0aa2be2a0430a66dd89b776d18cc63c393d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/qimageblitz/, media-libs/qimageblitz/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/qimageblitz/files/qimageblitz-9999-exec-stack.patch media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild X-VCS-Directories: media-libs/qimageblitz/ media-libs/qimageblitz/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e9d0a0aa2be2a0430a66dd89b776d18cc63c393d X-VCS-Branch: master Date: Sun, 30 Jul 2017 21:47:13 +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: 6dc6a395-825d-4e27-ae19-1b6c94af8d42 X-Archives-Hash: 5f874cff9e17f2b5f1989e458ea1114a commit: e9d0a0aa2be2a0430a66dd89b776d18cc63c393d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 30 21:46:06 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 30 21:47:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d0a0aa media-libs/qimageblitz: Drop old Package-Manager: Portage-2.3.6, Repoman-2.3.1 .../files/qimageblitz-9999-exec-stack.patch | 11 ------- media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild | 37 ---------------------- 2 files changed, 48 deletions(-) diff --git a/media-libs/qimageblitz/files/qimageblitz-9999-exec-stack.patch b/media-libs/qimageblitz/files/qimageblitz-9999-exec-stack.patch deleted file mode 100644 index 911c56b48cc..00000000000 --- a/media-libs/qimageblitz/files/qimageblitz-9999-exec-stack.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur qimageblitz/blitz/asm_scale.S qimageblitz~/blitz/asm_scale.S ---- a/qimageblitz-orig/blitz/asm_scale.S 2007-10-17 01:17:57.000000000 +0200 -+++ b/qimageblitz/blitz/asm_scale.S 2007-10-17 01:19:12.000000000 +0200 -@@ -814,3 +814,7 @@ - SIZE(qimageScale_mmx_AARGBA) - - #endif -+#if defined(__linux__) && defined(__ELF__) -+.section .note.GNU-stack,"",%progbits -+#endif -+ diff --git a/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild b/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild deleted file mode 100644 index c3f31b3219f..00000000000 --- a/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="A graphical effect and filter library for KDE4" -HOMEPAGE="https://websvn.kde.org/trunk/kdesupport/qimageblitz/" -SRC_URI="mirror://kde/stable/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2" -KEYWORDS="hppa" -SLOT="0" -IUSE="cpu_flags_x86_3dnow altivec debug cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2" - -DEPEND=" - dev-qt/qtcore:4 - dev-qt/qtgui:4 -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-9999-exec-stack.patch" - "${FILESDIR}/${P}-gcc.patch" -) - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_has cpu_flags_x86_3dnow 3dnow) - $(cmake-utils_use_has altivec) - $(cmake-utils_use_has cpu_flags_x86_mmx mmx) - $(cmake-utils_use_has cpu_flags_x86_sse sse) - $(cmake-utils_use_has cpu_flags_x86_sse2 sse2) - ) - cmake-utils_src_configure -}