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 7389F1389E2 for ; Mon, 22 Dec 2014 17:32:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6569E08EA; Mon, 22 Dec 2014 17:32:10 +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 C22F8E08EF for ; Mon, 22 Dec 2014 17:32:09 +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 0B9DC33BEE9 for ; Mon, 22 Dec 2014 17:32:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAD43D22E for ; Mon, 22 Dec 2014 17:32:07 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1419269532.60ab2eb4733e2fe46ac56262535bc9d431835e6c.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kimap/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kimap/kimap-9999.ebuild kde-apps/kimap/metadata.xml X-VCS-Directories: kde-apps/kimap/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 60ab2eb4733e2fe46ac56262535bc9d431835e6c X-VCS-Branch: master Date: Mon, 22 Dec 2014 17:32:07 +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: 519ccc07-b9aa-4303-8089-e69136511d1c X-Archives-Hash: b51a538007390cd891e68db1d7cba542 commit: 60ab2eb4733e2fe46ac56262535bc9d431835e6c Author: Michael Palimaka gentoo org> AuthorDate: Mon Dec 22 17:31:44 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Dec 22 17:32:12 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=60ab2eb4 [kde-apps/kimap] New package. Package-Manager: portage-2.2.15 --- kde-apps/kimap/kimap-9999.ebuild | 27 +++++++++++++++++++++++++++ kde-apps/kimap/metadata.xml | 5 +++++ 2 files changed, 32 insertions(+) diff --git a/kde-apps/kimap/kimap-9999.ebuild b/kde-apps/kimap/kimap-9999.ebuild new file mode 100644 index 0000000..453d2e4 --- /dev/null +++ b/kde-apps/kimap/kimap-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_DOXYGEN="true" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for interacting with IMAP servers" +LICENSE="LGPL-2+" +KEYWORDS="" +IUSE="" + +RDEPEND=" + $(add_kdeapps_dep kmime) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + dev-libs/cyrus-sasl +" +DEPEND="${RDEPEND} + dev-libs/boost +" diff --git a/kde-apps/kimap/metadata.xml b/kde-apps/kimap/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-apps/kimap/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +