summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-07-06 21:43:31 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-07-06 21:43:52 +1000
commit840fd58767942ad4413d9463a1d0c4b3bb937692 (patch)
treed886ea3f4a8dc015fc7fef7e11b6bd924ae1d771 /kde-apps/kabcclient/kabcclient-4.4.2015.06.ebuild
parentdev-python/schema: Add the schema library to the tree. (diff)
downloadgentoo-840fd58767942ad4413d9463a1d0c4b3bb937692.tar.gz
gentoo-840fd58767942ad4413d9463a1d0c4b3bb937692.tar.bz2
gentoo-840fd58767942ad4413d9463a1d0c4b3bb937692.zip
kde-apps: remove KDE PIM 4.4.2015.06
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-apps/kabcclient/kabcclient-4.4.2015.06.ebuild')
-rw-r--r--kde-apps/kabcclient/kabcclient-4.4.2015.06.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-apps/kabcclient/kabcclient-4.4.2015.06.ebuild b/kde-apps/kabcclient/kabcclient-4.4.2015.06.ebuild
deleted file mode 100644
index 04ee775b35b0..000000000000
--- a/kde-apps/kabcclient/kabcclient-4.4.2015.06.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kdepim"
-KMMODULE="console/${PN}"
-KDE_HANDBOOK=optional
-inherit kde4-meta
-
-DESCRIPTION="A command line client for accessing the KDE addressbook (noakonadi branch)"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
- $(add_kdeapps_dep kdepimlibs '' 4.6)
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- kde4-meta_src_install
-
- # work around NULL DT_RPATH in kabc2mutt
- dosym kabcclient ${PREFIX}/bin/kabc2mutt || die "couldn't symlink kabc2mutt to kabcclient"
-}