summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2011-10-15 17:26:17 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2011-10-15 17:26:17 +0000
commit8f389eaa75f9824ced715f67e1e2a331be7b9b10 (patch)
tree5336133a3e5458f67cc3ca1af7846dd158995b94 /kde-base/kabcclient
parentamd64 stable wrt #386957 (diff)
downloadhistorical-8f389eaa75f9824ced715f67e1e2a331be7b9b10.tar.gz
historical-8f389eaa75f9824ced715f67e1e2a331be7b9b10.tar.bz2
historical-8f389eaa75f9824ced715f67e1e2a331be7b9b10.zip
Drop KDE 4.7.0
Package-Manager: portage-2.1.10.27/cvs/Linux x86_64
Diffstat (limited to 'kde-base/kabcclient')
-rw-r--r--kde-base/kabcclient/ChangeLog6
-rw-r--r--kde-base/kabcclient/kabcclient-4.7.0.ebuild27
2 files changed, 5 insertions, 28 deletions
diff --git a/kde-base/kabcclient/ChangeLog b/kde-base/kabcclient/ChangeLog
index c07788861dd5..6099a3e540a9 100644
--- a/kde-base/kabcclient/ChangeLog
+++ b/kde-base/kabcclient/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kabcclient
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.71 2011/10/06 18:11:11 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.72 2011/10/15 17:25:59 dilfridge Exp $
+
+ 15 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ -kabcclient-4.7.0.ebuild:
+ Drop KDE 4.7.0
*kabcclient-4.7.2 (06 Oct 2011)
diff --git a/kde-base/kabcclient/kabcclient-4.7.0.ebuild b/kde-base/kabcclient/kabcclient-4.7.0.ebuild
deleted file mode 100644
index 8ad72613c4fd..000000000000
--- a/kde-base/kabcclient/kabcclient-4.7.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.7.0.ebuild,v 1.1 2011/07/27 14:04:53 alexxy 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 ~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
-}