diff options
author | 2017-11-19 20:56:37 +0100 | |
---|---|---|
committer | 2017-11-30 23:12:40 +0100 | |
commit | b4d04bb110c5780ee8a8fcd81a8ab9495a26f594 (patch) | |
tree | 7c91d1907fe2df37a50c45ab131f8f59d78d6756 /media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild | |
parent | profiles: Mask dead kde-apps/*:4 packages for removal (diff) | |
download | gentoo-b4d04bb110c5780ee8a8fcd81a8ab9495a26f594.tar.gz gentoo-b4d04bb110c5780ee8a8fcd81a8ab9495a26f594.tar.bz2 gentoo-b4d04bb110c5780ee8a8fcd81a8ab9495a26f594.zip |
media-libs/qimageblitz: Drop old
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild')
-rw-r--r-- | media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild b/media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild deleted file mode 100644 index 6351794a4d11..000000000000 --- a/media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Graphical effect and filter library by KDE" -HOMEPAGE="https://websvn.kde.org/trunk/kdesupport/qimageblitz/" -SRC_URI="mirror://kde/stable/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2" -KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" -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}/${P}-exec-stack.patch" - "${FILESDIR}/${P}-gcc.patch" - "${FILESDIR}/${P}-cmake.patch" -) - -src_prepare() { - cmake-utils_src_prepare - - # bug 581824: use system find module for Qt4 - rm -f cmake/modules/FindQt4.cmake || die -} - -src_configure() { - local mycmakeargs=( - -DHAVE_ALTIVEC=$(usex altivec) - -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) - ) - - cmake-utils_src_configure -} |