summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-07-08 22:57:48 +0200
committerJohannes Huber <johu@gentoo.org>2016-07-08 23:02:18 +0200
commit8f60f1900f3a6d60de843e53196d355816d5649a (patch)
tree32a46e626416658d087c97e1764d2f25b58a68b3 /kde-apps/kabcclient/kabcclient-4.14.10.ebuild
parentnet-misc/networkmanager: fix build when USE="consolekit -systemd" (bug #588278) (diff)
downloadgentoo-8f60f1900f3a6d60de843e53196d355816d5649a.tar.gz
gentoo-8f60f1900f3a6d60de843e53196d355816d5649a.tar.bz2
gentoo-8f60f1900f3a6d60de843e53196d355816d5649a.zip
kde-apps: Remove KDE PIM 4.14.10
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-apps/kabcclient/kabcclient-4.14.10.ebuild')
-rw-r--r--kde-apps/kabcclient/kabcclient-4.14.10.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/kde-apps/kabcclient/kabcclient-4.14.10.ebuild b/kde-apps/kabcclient/kabcclient-4.14.10.ebuild
deleted file mode 100644
index b944fb0867f4..000000000000
--- a/kde-apps/kabcclient/kabcclient-4.14.10.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-KMMODULE="console/${PN}"
-inherit kde4-meta
-
-DESCRIPTION="A command line client for accessing the KDE addressbook"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
- $(add_kdeapps_dep kdepimlibs 'akonadi(+)')
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- kde4-meta_src_install
-
- # work around NULL DT_RPATH in kabc2mutt
- dosym kabcclient ${PREFIX}/bin/kabc2mutt
-}