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 01E991387B1 for ; Sat, 18 Oct 2014 15:02:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C585E0A76; Sat, 18 Oct 2014 15:02:18 +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 27799E0A76 for ; Sat, 18 Oct 2014 15:02:18 +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 27BCF34030D for ; Sat, 18 Oct 2014 15:02:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7BCD82B9 for ; Sat, 18 Oct 2014 15:02:15 +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: <1413644526.e142e596896f6d4fab0efe53a10582563204bfe2.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/libkexiv2/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/libkexiv2/libkexiv2-9999.ebuild X-VCS-Directories: kde-base/libkexiv2/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e142e596896f6d4fab0efe53a10582563204bfe2 X-VCS-Branch: master Date: Sat, 18 Oct 2014 15:02:15 +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: 02f471c0-e74c-468d-9ba2-50939c0368c5 X-Archives-Hash: da1044d892a78ad6e240104277002ce1 commit: e142e596896f6d4fab0efe53a10582563204bfe2 Author: Karol Herbst karolherbst de> AuthorDate: Mon Oct 13 13:22:17 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Oct 18 15:02:06 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e142e596 [kde-base/libkexiv2] added kf5 version --- kde-base/libkexiv2/libkexiv2-9999.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/kde-base/libkexiv2/libkexiv2-9999.ebuild b/kde-base/libkexiv2/libkexiv2-9999.ebuild new file mode 100644 index 0000000..4549bfc --- /dev/null +++ b/kde-base/libkexiv2/libkexiv2-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 + +EGIT_BRANCH="frameworks" +inherit kde5 + +DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper" +KEYWORDS="" +IUSE="+xmp" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep khtml) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep ktextwidgets) + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + >=media-gfx/exiv2-0.21:=[xmp=] +" +RDEPEND="${DEPEND}"