diff options
author | Johannes Huber <johu@gentoo.org> | 2017-02-09 20:18:46 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-02-09 20:39:32 +0100 |
commit | 0b3f8f3233dfb492018ed0b34590c9462973558d (patch) | |
tree | 17bcf1235d7c6cd0de6c56e6a8285505dcae16fe /kde-apps/kcontacts/kcontacts-16.12.1.ebuild | |
parent | app-shells/bash: Version bump to 4.4_p12 (diff) | |
download | gentoo-0b3f8f3233dfb492018ed0b34590c9462973558d.tar.gz gentoo-0b3f8f3233dfb492018ed0b34590c9462973558d.tar.bz2 gentoo-0b3f8f3233dfb492018ed0b34590c9462973558d.zip |
kde-apps: Remove KDE Applications 16.12.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kcontacts/kcontacts-16.12.1.ebuild')
-rw-r--r-- | kde-apps/kcontacts/kcontacts-16.12.1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/kde-apps/kcontacts/kcontacts-16.12.1.ebuild b/kde-apps/kcontacts/kcontacts-16.12.1.ebuild deleted file mode 100644 index 72ca66841758..000000000000 --- a/kde-apps/kcontacts/kcontacts-16.12.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -KDE_TEST="true" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Address book API based on KDE Frameworks" -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) -" -RDEPEND="${DEPEND}" - -src_prepare() { - kde5_src_prepare - - # FIXME: Fails test because access to /dev/dri/card0 is denied - sed -i \ - -e "/ecm_add_tests/ s/picturetest\.cpp //" \ - autotests/CMakeLists.txt || die -} |