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 C9C8A1387CA for ; Wed, 15 Oct 2014 23:55:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBEF3E08E0; Wed, 15 Oct 2014 23:55:35 +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 94A43E08E0 for ; Wed, 15 Oct 2014 23:55:35 +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 901773404F8 for ; Wed, 15 Oct 2014 23:55:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD5277FB5 for ; Wed, 15 Oct 2014 23:55:31 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1413417319.0f98a0211f8db16856a9bd70089885591a4ef55f.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/libksane/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/libksane/libksane-9999.ebuild X-VCS-Directories: kde-base/libksane/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 0f98a0211f8db16856a9bd70089885591a4ef55f X-VCS-Branch: master Date: Wed, 15 Oct 2014 23:55:31 +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: e3af0757-3e37-49f7-b7a6-950ee3bc89a5 X-Archives-Hash: 1ce327c163ef508e880c95e90c9562d0 commit: 0f98a0211f8db16856a9bd70089885591a4ef55f Author: Manuel Rüger gentoo org> AuthorDate: Wed Oct 15 23:55:19 2014 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Oct 15 23:55:19 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0f98a021 [kde-base/libksane] Add live ebuild for kf5. Package-Manager: portage-2.2.14_rc1 --- kde-base/libksane/libksane-9999.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/kde-base/libksane/libksane-9999.ebuild b/kde-base/libksane/libksane-9999.ebuild new file mode 100644 index 0000000..932cc8e --- /dev/null +++ b/kde-base/libksane/libksane-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +EGIT_BRANCH="frameworks" +inherit kde5 + +DESCRIPTION="SANE Library interface for KDE" +KEYWORDS="" +IUSE="debug" +LICENSE="LGPL-2" + +DEPEND="$(add_frameworks_dep kconfig) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + media-gfx/sane-backends" +RDEPEND="${DEPEND}"