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 0F4E4138D01 for ; Tue, 30 Jun 2015 08:59:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4203FE0835; Tue, 30 Jun 2015 08:59:47 +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 E2008E0835 for ; Tue, 30 Jun 2015 08:59:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D36F3340739 for ; Tue, 30 Jun 2015 08:59:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61027735 for ; Tue, 30 Jun 2015 08:59:44 +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: <1435655037.e31a883e767bf0d8b3699db820b9dd263475568e.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kjots/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kjots/kjots-4.4.2015.06.ebuild X-VCS-Directories: kde-base/kjots/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: e31a883e767bf0d8b3699db820b9dd263475568e X-VCS-Branch: master Date: Tue, 30 Jun 2015 08:59:44 +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: 5130052b-1135-4cec-bd50-d479bbd954a9 X-Archives-Hash: 4b15cf1fad81adb501af32911ede4a4d commit: e31a883e767bf0d8b3699db820b9dd263475568e Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Tue Jun 30 09:03:57 2015 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Tue Jun 30 09:03:57 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e31a883e [kde-base/kjots] Add 4.4-noakonadi snapshot Package-Manager: portage-2.2.20 kde-base/kjots/kjots-4.4.2015.06.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/kde-base/kjots/kjots-4.4.2015.06.ebuild b/kde-base/kjots/kjots-4.4.2015.06.ebuild new file mode 100644 index 0000000..618ccfb --- /dev/null +++ b/kde-base/kjots/kjots-4.4.2015.06.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/kjots-4.4.11.1.ebuild,v 1.9 2014/04/05 18:07:31 dilfridge Exp $ + +EAPI=5 + +KMNAME="kdepim" +KDE_HANDBOOK=optional +inherit kde4-meta + +DESCRIPTION="KDE note taking utility (noakonadi branch)" +KEYWORDS="" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kdepimlibs '' 4.6) + $(add_kdebase_dep libkdepim) +" +RDEPEND="${DEPEND}"