diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-08 13:41:03 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-08 13:41:03 +0100 |
commit | e7b73bae15157f49fc1f212c6f102c4af053cac1 (patch) | |
tree | 4466c435fccb9220e587de7f0d31457d146e007e /kde-apps/kcontacts | |
parent | kde-apps: Add KDE Applications 18.08.3 (diff) | |
download | gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.tar.gz gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.tar.bz2 gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.zip |
kde-apps: Drop KDE Applications 18.08.2
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kcontacts')
-rw-r--r-- | kde-apps/kcontacts/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kcontacts/kcontacts-18.08.2.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-apps/kcontacts/Manifest b/kde-apps/kcontacts/Manifest index b2f1f1e16793..f0012bf69660 100644 --- a/kde-apps/kcontacts/Manifest +++ b/kde-apps/kcontacts/Manifest @@ -1,3 +1,2 @@ DIST kcontacts-18.04.3.tar.xz 206936 BLAKE2B 00df6e8da4a3d70f7d630b8dd671c6214bca8ed7d938aafc2342dbba97337f077cb77bc9d0bab31a91b7b0b8dd9074f667846120e667a52bcb477ec6b29c20d0 SHA512 bf177c4cf0ecbdb71e75ee32a4e71599f864062524f5663e3c1d4b49a06d58a3abf7b18d2840cf7e70248a426fa6b6367375a2aaea211ba15a697e0dbd27953e -DIST kcontacts-18.08.2.tar.xz 207272 BLAKE2B 769ccc453441c7b7c7ecbacdc051d4e99aaa71ac124a3a90b5f4784608bffa8502364a3b3d88d7103eb6ca51b1cfe6389a3b86d1b5ab189f5e3d2c841007f36f SHA512 2ee75088f7b0a05ad6dc308542bacea34289b3ced8284df73531303f623a9b976d0cd86395123f23f1f26f25355edf4fede9ce723d7ec7f0c9191edc961828bc DIST kcontacts-18.08.3.tar.xz 207328 BLAKE2B e39f313750ef9a21d8c85aaa1b21902151e6e21d542d0ccf26f9297e48e62885c27b77ab82f14dae66aaab1992a275e2fa389a93ce0fc64894eac8744a09590d SHA512 866c8d70e03985c346e1a4f8c6ba0114045e1650cb846b1a15ff44cfbe569de3107b9f6c75e2354d6bb5a08ce388ce78c0871e57ffcdb28ff246e69a5444aeb1 diff --git a/kde-apps/kcontacts/kcontacts-18.08.2.ebuild b/kde-apps/kcontacts/kcontacts-18.08.2.ebuild deleted file mode 100644 index 43629f6fffa5..000000000000 --- a/kde-apps/kcontacts/kcontacts-18.08.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -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 qtgui) -" -RDEPEND="${DEPEND} - !kde-apps/kdepim-l10n -" - -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 -} - -src_test() { - mkdir -p "${HOME}/.local/share/kf5/kcontacts" || die - cp "${S}/src/countrytransl.map" "${HOME}/.local/share/kf5/kcontacts/" || die - kde5_src_test -} |