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 07DF7138351 for ; Tue, 11 Feb 2020 14:19:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27B33E08AB; Tue, 11 Feb 2020 14:19:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 00A5BE08AB for ; Tue, 11 Feb 2020 14:19:35 +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 D88A034EB82 for ; Tue, 11 Feb 2020 14:19:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 919AE12F for ; Tue, 11 Feb 2020 14:19:33 +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: <1581430701.6e14bf8baad4a8ef1f18c5c384d9d5e6a7e4c284.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-libs/qimageblitz/files/, media-libs/qimageblitz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/qimageblitz/Manifest media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-cxx11.patch media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-gcc.patch media-libs/qimageblitz/metadata.xml media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild profiles/package.mask X-VCS-Directories: profiles/ media-libs/qimageblitz/ media-libs/qimageblitz/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6e14bf8baad4a8ef1f18c5c384d9d5e6a7e4c284 X-VCS-Branch: master Date: Tue, 11 Feb 2020 14:19:33 +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: 3eb1e4a1-7789-4cb1-8990-5e639045c176 X-Archives-Hash: 3e3807ec80a68d60f6691b74b7ae05de commit: 6e14bf8baad4a8ef1f18c5c384d9d5e6a7e4c284 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 11 14:17:00 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 11 14:18:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e14bf8b media-libs/qimageblitz: Remove last-rited package Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/qimageblitz/Manifest | 1 - .../files/qimageblitz-0.0.6_p20131029-cxx11.patch | 11 ------ .../files/qimageblitz-0.0.6_p20131029-gcc.patch | 16 --------- media-libs/qimageblitz/metadata.xml | 8 ----- .../qimageblitz/qimageblitz-0.0.6_p20131029.ebuild | 40 ---------------------- profiles/package.mask | 1 - 6 files changed, 77 deletions(-) diff --git a/media-libs/qimageblitz/Manifest b/media-libs/qimageblitz/Manifest deleted file mode 100644 index a5e69100fcc..00000000000 --- a/media-libs/qimageblitz/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qimageblitz-0.0.6_p20131029.tar.xz 43428 BLAKE2B 6a10f12236d759cb2999f807ae05345ad91ca2a3f965fa8ae6d38431a4a91439242ceac2facce67b46a5260cef11a4a5fdceccff73260235658830262fc909cc SHA512 2a32105aed52ea33fbd46702a2b7cdd9671efef9bb52209ede534abc95ac40dd9ae2bd22cf09b30a309337653c4a754c50ef3fe4ad0aad7d4ffd0b5994a85981 diff --git a/media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-cxx11.patch b/media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-cxx11.patch deleted file mode 100644 index da962cd1c95..00000000000 --- a/media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-cxx11.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/CMakeLists.txt 2017-03-15 00:31:04.000000000 +0100 -+++ b/CMakeLists.txt 2019-07-21 16:39:14.365729343 +0200 -@@ -14,6 +14,8 @@ - set(CMAKE_AUTOMOC ON) - find_package(Qt5Core REQUIRED) - find_package(Qt5Gui REQUIRED) -+ set (CMAKE_CXX_STANDARD 11) -+ set (CMAKE_CXX_EXTENSIONS OFF) - else() - find_package(Qt4 REQUIRED) - # properly set up compile flags (QT_DEBUG/QT_NO_DEBUG, ...) diff --git a/media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-gcc.patch b/media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-gcc.patch deleted file mode 100644 index 922a2629835..00000000000 --- a/media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-gcc.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/blitz/CMakeLists.txt -+++ b/blitz/CMakeLists.txt -@@ -31,12 +31,8 @@ - - if(HAVE_MMX) - if(NOT APPLE AND NOT WIN32) -+ enable_language(ASM) - set( blitz_LIB_SRCS ${blitz_LIB_SRCS} asm_scale.S ) -- add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/asm_scale.o -- COMMAND ${CMAKE_C_COMPILER} -c ${CMAKE_CURRENT_SOURCE_DIR}/asm_scale.S -- DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/asm_scale.S ) -- set( blitz_LIB_EXTRA_SRCS ${CMAKE_CURRENT_BINARY_DIR}/asm_scale.o ) -- set(HAVE_EXTERNAL_ASM TRUE) - endif(NOT APPLE AND NOT WIN32) - endif(HAVE_MMX) - configure_file (config-processor.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-processor.h ) diff --git a/media-libs/qimageblitz/metadata.xml b/media-libs/qimageblitz/metadata.xml deleted file mode 100644 index 0cf59224b00..00000000000 --- a/media-libs/qimageblitz/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - diff --git a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild b/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild deleted file mode 100644 index c6a9d624180..00000000000 --- a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Graphical effect and filter library by KDE" -HOMEPAGE="https://websvn.kde.org/trunk/kdesupport/qimageblitz/" -SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz" - -LICENSE="GPL-2 LGPL-2" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" -SLOT="0" -IUSE="altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 debug" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-gcc.patch" - "${FILESDIR}/${P}-cxx11.patch" # bug 690360 -) - -src_configure() { - local mycmakeargs=( - -DQT4_BUILD=OFF - -DHAVE_3DNOW=$(usex cpu_flags_x86_3dnow) - -DHAVE_MMX=$(usex cpu_flags_x86_mmx) - -DHAVE_SSE=$(usex cpu_flags_x86_sse) - -DHAVE_SSE2=$(usex cpu_flags_x86_sse2) - ) - use ppc && mycmakeargs+=( -DHAVE_ALTIVEC=$(usex altivec) ) - - cmake_src_configure -} diff --git a/profiles/package.mask b/profiles/package.mask index 08158afc645..6a2c9fa5ca9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -590,7 +590,6 @@ media-plugins/vdr-mailbox # Unmaintained upstream and redundant. Use kde-apps/kamera instead. # Only revdep of ancient media-libs/qimageblitz. Removal in 30 days. media-video/kamerka -media-libs/qimageblitz # Michał Górny (2020-01-12) # Python 2 only, depends on OpenStack which is Py3 now. No release