summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kabcclient')
-rw-r--r--kde-base/kabcclient/ChangeLog5
-rw-r--r--kde-base/kabcclient/kabcclient-4.8.3.ebuild27
2 files changed, 4 insertions, 28 deletions
diff --git a/kde-base/kabcclient/ChangeLog b/kde-base/kabcclient/ChangeLog
index c4700fbf0287..e3a37ec7a42c 100644
--- a/kde-base/kabcclient/ChangeLog
+++ b/kde-base/kabcclient/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kabcclient
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.102 2012/09/03 12:20:33 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.103 2012/09/03 13:00:39 johu Exp $
+
+ 03 Sep 2012; Johannes Huber <johu@gentoo.org> -kabcclient-4.8.3.ebuild:
+ Remove KDE SC 4.8.3
03 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> kabcclient-4.8.5.ebuild:
Stable on ppc wrt bug#431892.
diff --git a/kde-base/kabcclient/kabcclient-4.8.3.ebuild b/kde-base/kabcclient/kabcclient-4.8.3.ebuild
deleted file mode 100644
index 7edbcc7ff6d3..000000000000
--- a/kde-base/kabcclient/kabcclient-4.8.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.8.3.ebuild,v 1.4 2012/05/24 08:11:28 ago Exp $
-
-EAPI=4
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-KMMODULE="console/${PN}"
-KDE_SCM="git"
-inherit kde4-meta
-
-DESCRIPTION="A command line client for accessing the KDE addressbook"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
- $(add_kdebase_dep kdepimlibs)
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- kde4-meta_src_install
-
- # work around NULL DT_RPATH in kabc2mutt
- dosym kabcclient ${PREFIX}/bin/kabc2mutt
-}