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 9E5B1138D15 for ; Sun, 12 Jul 2015 22:16:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 409C5E086F; Sun, 12 Jul 2015 22:16:24 +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 6E6D1E0874 for ; Sun, 12 Jul 2015 22:16:22 +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 96B21340988 for ; Sun, 12 Jul 2015 22:16:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E96E9FE for ; Sun, 12 Jul 2015 22:16:19 +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: <1436739229.35b59e9e575fdf0250a36f659c6857979f14671d.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/knotes/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/knotes/knotes-4.4.2015.06.ebuild X-VCS-Directories: kde-base/knotes/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 35b59e9e575fdf0250a36f659c6857979f14671d X-VCS-Branch: master Date: Sun, 12 Jul 2015 22:16:19 +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: 70a61e6a-e995-46b0-aa45-cdc4ab44a64a X-Archives-Hash: 95c4c949a8c7d3708963e4da99f4e875 commit: 35b59e9e575fdf0250a36f659c6857979f14671d Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Sun Jul 12 22:13:49 2015 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Jul 12 22:13:49 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=35b59e9e [kde-base/knotes] moved to main tree Package-Manager: portage-2.2.20 kde-base/knotes/knotes-4.4.2015.06.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/kde-base/knotes/knotes-4.4.2015.06.ebuild b/kde-base/knotes/knotes-4.4.2015.06.ebuild deleted file mode 100644 index e842801..0000000 --- a/kde-base/knotes/knotes-4.4.2015.06.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -KMNAME="kdepim" -KDE_HANDBOOK=optional -inherit kde4-meta - -DESCRIPTION="KDE Notes application (noakonadi branch)" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs '' 4.6) - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND}" - -KMLOADLIBS="libkdepim"