commit: 727cf257b56b70e920bbcc30b836106cd9a2708d
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 12 22:09:27 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 12 22:09:27 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=727cf257
[kde-base/kabcclient] moved to main tree
Package-Manager: portage-2.2.20
kde-base/kabcclient/kabcclient-4.4.2015.06.ebuild | 26 -----------------------
1 file changed, 26 deletions(-)
diff --git a/kde-base/kabcclient/kabcclient-4.4.2015.06.ebuild
b/kde-base/kabcclient/kabcclient-4.4.2015.06.ebuild
deleted file mode 100644
index 3f1cc40..0000000
--- a/kde-base/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
-# $Header: $
-
-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_kdebase_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"
-}