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 11F5A138A1F for ; Mon, 27 Jan 2014 17:38:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E97A6E0CB2; Mon, 27 Jan 2014 17:38:29 +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 7DA53E0CB2 for ; Mon, 27 Jan 2014 17:38:29 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9277933E974 for ; Mon, 27 Jan 2014 17:38:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 278D318096 for ; Mon, 27 Jan 2014 17:38:27 +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: <1390844279.7582e95bacfddccfa056ca334f42353efbf39db5.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdeclarative/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kdeclarative/kdeclarative-9999.ebuild kde-frameworks/kdeclarative/metadata.xml X-VCS-Directories: kde-frameworks/kdeclarative/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7582e95bacfddccfa056ca334f42353efbf39db5 X-VCS-Branch: master Date: Mon, 27 Jan 2014 17:38:27 +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: 17206c70-bb46-4206-bd3a-aebe0b386009 X-Archives-Hash: dddd267c9b07f27d7cf5a2d8ad1f4e48 commit: 7582e95bacfddccfa056ca334f42353efbf39db5 Author: Michael Palimaka gentoo org> AuthorDate: Mon Jan 27 17:37:59 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Jan 27 17:37:59 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7582e95b [kde-frameworks/kdeclarative] New package. Package-Manager: portage-2.2.7 --- .../kdeclarative/kdeclarative-9999.ebuild | 23 ++++++++++++++++++++++ kde-frameworks/kdeclarative/metadata.xml | 5 +++++ 2 files changed, 28 insertions(+) diff --git a/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild b/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild new file mode 100644 index 0000000..54fffce --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde-frameworks + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" +LICENSE="LGPL-2+" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtscript:5 +" +RDEPEND="${DEPEND}" diff --git a/kde-frameworks/kdeclarative/metadata.xml b/kde-frameworks/kdeclarative/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-frameworks/kdeclarative/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +