Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/qimageblitz/, media-libs/qimageblitz/files/
Date: Sun, 30 Jul 2017 21:47:16
Message-Id: 1501451224.e9d0a0aa2be2a0430a66dd89b776d18cc63c393d.asturm@gentoo
1 commit: e9d0a0aa2be2a0430a66dd89b776d18cc63c393d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 30 21:46:06 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 21:47:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d0a0aa
7
8 media-libs/qimageblitz: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 .../files/qimageblitz-9999-exec-stack.patch | 11 -------
13 media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild | 37 ----------------------
14 2 files changed, 48 deletions(-)
15
16 diff --git a/media-libs/qimageblitz/files/qimageblitz-9999-exec-stack.patch b/media-libs/qimageblitz/files/qimageblitz-9999-exec-stack.patch
17 deleted file mode 100644
18 index 911c56b48cc..00000000000
19 --- a/media-libs/qimageblitz/files/qimageblitz-9999-exec-stack.patch
20 +++ /dev/null
21 @@ -1,11 +0,0 @@
22 -diff -Naur qimageblitz/blitz/asm_scale.S qimageblitz~/blitz/asm_scale.S
23 ---- a/qimageblitz-orig/blitz/asm_scale.S 2007-10-17 01:17:57.000000000 +0200
24 -+++ b/qimageblitz/blitz/asm_scale.S 2007-10-17 01:19:12.000000000 +0200
25 -@@ -814,3 +814,7 @@
26 - SIZE(qimageScale_mmx_AARGBA)
27 -
28 - #endif
29 -+#if defined(__linux__) && defined(__ELF__)
30 -+.section .note.GNU-stack,"",%progbits
31 -+#endif
32 -+
33
34 diff --git a/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild b/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild
35 deleted file mode 100644
36 index c3f31b3219f..00000000000
37 --- a/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild
38 +++ /dev/null
39 @@ -1,37 +0,0 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 -# Distributed under the terms of the GNU General Public License v2
42 -
43 -EAPI=5
44 -
45 -inherit cmake-utils
46 -
47 -DESCRIPTION="A graphical effect and filter library for KDE4"
48 -HOMEPAGE="https://websvn.kde.org/trunk/kdesupport/qimageblitz/"
49 -SRC_URI="mirror://kde/stable/${PN}/${P}.tar.bz2"
50 -
51 -LICENSE="GPL-2 LGPL-2"
52 -KEYWORDS="hppa"
53 -SLOT="0"
54 -IUSE="cpu_flags_x86_3dnow altivec debug cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2"
55 -
56 -DEPEND="
57 - dev-qt/qtcore:4
58 - dev-qt/qtgui:4
59 -"
60 -RDEPEND="${DEPEND}"
61 -
62 -PATCHES=(
63 - "${FILESDIR}/${PN}-9999-exec-stack.patch"
64 - "${FILESDIR}/${P}-gcc.patch"
65 -)
66 -
67 -src_configure() {
68 - mycmakeargs=(
69 - $(cmake-utils_use_has cpu_flags_x86_3dnow 3dnow)
70 - $(cmake-utils_use_has altivec)
71 - $(cmake-utils_use_has cpu_flags_x86_mmx mmx)
72 - $(cmake-utils_use_has cpu_flags_x86_sse sse)
73 - $(cmake-utils_use_has cpu_flags_x86_sse2 sse2)
74 - )
75 - cmake-utils_src_configure
76 -}