From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B41D1382DE for ; Wed, 29 Jun 2016 22:31:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78E93E094C; Wed, 29 Jun 2016 22:31:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84DBDE094C for ; Wed, 29 Jun 2016 22:31:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A595D340D0A for ; Wed, 29 Jun 2016 22:31:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 228FD2407 for ; Wed, 29 Jun 2016 22:31:21 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1467239454.bcfc6b5220be3d0a6bb0f4087314401141be404b.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-notes/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/akonadi-notes/akonadi-notes-9999.ebuild X-VCS-Directories: kde-apps/akonadi-notes/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: bcfc6b5220be3d0a6bb0f4087314401141be404b X-VCS-Branch: master Date: Wed, 29 Jun 2016 22:31:21 +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: caf4b3cc-dbd6-465d-b62b-40581ab92dc7 X-Archives-Hash: c092ad1f08df10385c82027243d59d6f commit: bcfc6b5220be3d0a6bb0f4087314401141be404b Author: Johannes Huber gentoo org> AuthorDate: Wed Jun 29 22:10:36 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Jun 29 22:30:54 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bcfc6b52 kde-apps/akonadi-notes: Splitted upstream Package-Manager: portage-2.3.0 kde-apps/akonadi-notes/akonadi-notes-9999.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild b/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild index e750887..5f0ddba 100644 --- a/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild +++ b/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild @@ -5,7 +5,6 @@ EAPI=6 KDE_TEST="true" -KMNAME="kdepimlibs" QT_MINIMAL="5.6.0" inherit kde5 @@ -31,9 +30,3 @@ RDEPEND="${COMMON_DEPEND} !kde-apps/kdepimlibs:4 !kde-apps/kdepimlibs:5 " - -if [[ ${KDE_BUILD_TYPE} = live ]] ; then - S="${WORKDIR}/${P}/${PN}" -else - S="${WORKDIR}/${KMNAME}-${PV}/${PN}" -fi