commit: e9d0a0aa2be2a0430a66dd89b776d18cc63c393d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Jul 30 21:46:06 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 -}