From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B4637138D19 for ; Sun, 12 Jul 2015 22:16:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5817E086A; Sun, 12 Jul 2015 22:16:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07F0DE0818 for ; Sun, 12 Jul 2015 22:16:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19B3A340931 for ; Sun, 12 Jul 2015 22:16:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45B52903 for ; Sun, 12 Jul 2015 22:16:18 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1436738967.727cf257b56b70e920bbcc30b836106cd9a2708d.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kabcclient/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kabcclient/kabcclient-4.4.2015.06.ebuild X-VCS-Directories: kde-base/kabcclient/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 727cf257b56b70e920bbcc30b836106cd9a2708d X-VCS-Branch: master Date: Sun, 12 Jul 2015 22:16:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9809d59b-3b2b-4a65-bd06-4fe60c1a5f4c X-Archives-Hash: 79aecd78ca01c5ce3822a2325046d73b commit: 727cf257b56b70e920bbcc30b836106cd9a2708d Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Sun Jul 12 22:09:27 2015 +0000 Commit: Andreas Hüttel gentoo 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" -}