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/files/, media-libs/qimageblitz/
Date: Thu, 30 Nov 2017 22:14:20
Message-Id: 1512079960.b4d04bb110c5780ee8a8fcd81a8ab9495a26f594.asturm@gentoo
1 commit: b4d04bb110c5780ee8a8fcd81a8ab9495a26f594
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 19 19:56:37 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 22:12:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d04bb1
7
8 media-libs/qimageblitz: Drop old
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 media-libs/qimageblitz/Manifest | 1 -
13 .../files/qimageblitz-0.0.6-cmake.patch | 12 ------
14 .../files/qimageblitz-0.0.6-exec-stack.patch | 9 -----
15 .../qimageblitz/files/qimageblitz-0.0.6-gcc.patch | 16 --------
16 media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild | 46 ----------------------
17 5 files changed, 84 deletions(-)
18
19 diff --git a/media-libs/qimageblitz/Manifest b/media-libs/qimageblitz/Manifest
20 index 8b2de06d2e2..03edca29ea8 100644
21 --- a/media-libs/qimageblitz/Manifest
22 +++ b/media-libs/qimageblitz/Manifest
23 @@ -1,2 +1 @@
24 -DIST qimageblitz-0.0.6.tar.bz2 57617 SHA256 9f102269dec50641440e23a449df215a0db9efef9a3969939d618c5e78a5010f SHA512 dbd506c01622824efdec69640eb95e737d7848fa15d33351084a6499ca2321d7bc08e080d1e443f8ab9015cd2967c10d9b5aa2f3c6eaa7558153821c46133af9 WHIRLPOOL e13f5c11e2094296af558de4e9054d3c5a162be5e40a0418c5a505e222fe749c8dac319defc25bc2a2b6a5238e5d1fefb966fd64198d43b6b8af99d608362b45
25 DIST qimageblitz-0.0.6_p20131029.tar.xz 43428 SHA256 256e7b4d7cfb6f061c6957ebdc6066e3a7fbf1d62b9ced35dc9c5467e5551622 SHA512 2a32105aed52ea33fbd46702a2b7cdd9671efef9bb52209ede534abc95ac40dd9ae2bd22cf09b30a309337653c4a754c50ef3fe4ad0aad7d4ffd0b5994a85981 WHIRLPOOL fd1593c7f77a334be4189bc6c3bdf365dd54363023318f3e25b0dd1aa53231b8d915582352ca29da35dd8a0d30958d120dd67cd4aaf2c81af79eb0e8388776cd
26
27 diff --git a/media-libs/qimageblitz/files/qimageblitz-0.0.6-cmake.patch b/media-libs/qimageblitz/files/qimageblitz-0.0.6-cmake.patch
28 deleted file mode 100644
29 index adb183de8f7..00000000000
30 --- a/media-libs/qimageblitz/files/qimageblitz-0.0.6-cmake.patch
31 +++ /dev/null
32 @@ -1,12 +0,0 @@
33 -Index: CMakeLists.txt
34 -===================================================================
35 ---- a/CMakeLists.txt (revision 1209280)
36 -+++ b/CMakeLists.txt (revision 1209281)
37 -@@ -1,5 +1,7 @@
38 - project(blitz)
39 -
40 -+cmake_minimum_required(VERSION 2.6.4)
41 -+
42 - set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules )
43 - find_package(Qt4 REQUIRED)
44 - # properly set up compile flags (QT_DEBUG/QT_NO_DEBUG, ...)
45
46 diff --git a/media-libs/qimageblitz/files/qimageblitz-0.0.6-exec-stack.patch b/media-libs/qimageblitz/files/qimageblitz-0.0.6-exec-stack.patch
47 deleted file mode 100644
48 index 170bd709aa1..00000000000
49 --- a/media-libs/qimageblitz/files/qimageblitz-0.0.6-exec-stack.patch
50 +++ /dev/null
51 @@ -1,9 +0,0 @@
52 -Index: blitz/asm_scale.S
53 -===================================================================
54 ---- a/blitz/asm_scale.S (revision 1204247)
55 -+++ b/blitz/asm_scale.S (revision 1204248)
56 -@@ -1,3 +1,4 @@
57 -+.section .note.GNU-stack,"",%progbits
58 -
59 - #if defined(__EMX__)
60 - /* Due to strange behaviour of as.exe we use this macros */
61
62 diff --git a/media-libs/qimageblitz/files/qimageblitz-0.0.6-gcc.patch b/media-libs/qimageblitz/files/qimageblitz-0.0.6-gcc.patch
63 deleted file mode 100644
64 index b956d2dfd59..00000000000
65 --- a/media-libs/qimageblitz/files/qimageblitz-0.0.6-gcc.patch
66 +++ /dev/null
67 @@ -1,16 +0,0 @@
68 ---- a/blitz/CMakeLists.txt
69 -+++ b/blitz/CMakeLists.txt
70 -@@ -31,12 +31,8 @@
71 -
72 - if(HAVE_MMX)
73 - if(NOT APPLE AND NOT WIN32)
74 -+ enable_language(ASM)
75 - set( blitz_LIB_SRCS ${blitz_LIB_SRCS} asm_scale.S )
76 -- add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/asm_scale.o
77 -- COMMAND gcc -c ${CMAKE_CURRENT_SOURCE_DIR}/asm_scale.S
78 -- DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/asm_scale.S )
79 -- set( blitz_LIB_EXTRA_SRCS ${CMAKE_CURRENT_BINARY_DIR}/asm_scale.o )
80 -- set(HAVE_EXTERNAL_ASM TRUE)
81 - endif(NOT APPLE AND NOT WIN32)
82 - endif(HAVE_MMX)
83 - configure_file (config-processor.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-processor.h )
84
85 diff --git a/media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild b/media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild
86 deleted file mode 100644
87 index 6351794a4d1..00000000000
88 --- a/media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild
89 +++ /dev/null
90 @@ -1,46 +0,0 @@
91 -# Copyright 1999-2017 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=6
95 -
96 -inherit cmake-utils
97 -
98 -DESCRIPTION="Graphical effect and filter library by KDE"
99 -HOMEPAGE="https://websvn.kde.org/trunk/kdesupport/qimageblitz/"
100 -SRC_URI="mirror://kde/stable/${PN}/${P}.tar.bz2"
101 -
102 -LICENSE="GPL-2 LGPL-2"
103 -KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
104 -SLOT="0"
105 -IUSE="cpu_flags_x86_3dnow altivec debug cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2"
106 -
107 -DEPEND="
108 - dev-qt/qtcore:4
109 - dev-qt/qtgui:4
110 -"
111 -RDEPEND="${DEPEND}"
112 -
113 -PATCHES=(
114 - "${FILESDIR}/${P}-exec-stack.patch"
115 - "${FILESDIR}/${P}-gcc.patch"
116 - "${FILESDIR}/${P}-cmake.patch"
117 -)
118 -
119 -src_prepare() {
120 - cmake-utils_src_prepare
121 -
122 - # bug 581824: use system find module for Qt4
123 - rm -f cmake/modules/FindQt4.cmake || die
124 -}
125 -
126 -src_configure() {
127 - local mycmakeargs=(
128 - -DHAVE_ALTIVEC=$(usex altivec)
129 - -DHAVE_3DNOW=$(usex cpu_flags_x86_3dnow)
130 - -DHAVE_MMX=$(usex cpu_flags_x86_mmx)
131 - -DHAVE_SSE=$(usex cpu_flags_x86_sse)
132 - -DHAVE_SSE2=$(usex cpu_flags_x86_sse2)
133 - )
134 -
135 - cmake-utils_src_configure
136 -}