diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-08-10 22:08:15 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-08-10 22:08:15 +0000 |
commit | 6a07f921be1fcd90a44850baafc6e1af73f3c9ec (patch) | |
tree | faf30164f92d6e48b39734f8bbba03e02876f9ea /kde-base/kabcclient | |
parent | Drop kdepim-4.6.0 (diff) | |
download | gentoo-2-6a07f921be1fcd90a44850baafc6e1af73f3c9ec.tar.gz gentoo-2-6a07f921be1fcd90a44850baafc6e1af73f3c9ec.tar.bz2 gentoo-2-6a07f921be1fcd90a44850baafc6e1af73f3c9ec.zip |
Drop kdepim-4.6.0
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kabcclient')
-rw-r--r-- | kde-base/kabcclient/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kabcclient/kabcclient-4.6.0.ebuild | 27 |
2 files changed, 5 insertions, 28 deletions
diff --git a/kde-base/kabcclient/ChangeLog b/kde-base/kabcclient/ChangeLog index 768c9562eea0..a61064d1e538 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.68 2011/07/27 14:04:53 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.69 2011/08/10 22:08:15 dilfridge Exp $ + + 10 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org> + -kabcclient-4.6.0.ebuild: + Drop kdepim-4.6.0 *kabcclient-4.7.0 (27 Jul 2011) diff --git a/kde-base/kabcclient/kabcclient-4.6.0.ebuild b/kde-base/kabcclient/kabcclient-4.6.0.ebuild deleted file mode 100644 index 75364338087c..000000000000 --- a/kde-base/kabcclient/kabcclient-4.6.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.6.0.ebuild,v 1.1 2011/06/09 22:12:54 tampakrap 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 -} |