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 CD2F3138CEE for ; Wed, 24 Jun 2015 21:43:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE97CE0784; Wed, 24 Jun 2015 21:43: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 6D4CBE0784 for ; Wed, 24 Jun 2015 21:43:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 937C4340831 for ; Wed, 24 Jun 2015 21:43:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CA4CA54 for ; Wed, 24 Jun 2015 21:43:05 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1435182221.577711ecf11aa3f3f7c1c77e54b0bd1f7fc47c67.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kproperty/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kproperty/kproperty-9999.ebuild kde-apps/kproperty/metadata.xml X-VCS-Directories: kde-apps/kproperty/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 577711ecf11aa3f3f7c1c77e54b0bd1f7fc47c67 X-VCS-Branch: master Date: Wed, 24 Jun 2015 21:43:05 +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: 63214a89-bd0f-4038-a44a-f1c4b78366c5 X-Archives-Hash: aa7433618f170df5de77b40100df2c45 commit: 577711ecf11aa3f3f7c1c77e54b0bd1f7fc47c67 Author: Andreas Sturmlechner gmail com> AuthorDate: Wed Jun 24 20:27:40 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Jun 24 21:43:41 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=577711ec [kde-apps/kproperty] New package Package-Manager: portage-2.2.20 kde-apps/kproperty/kproperty-9999.ebuild | 23 +++++++++++++++++++++++ kde-apps/kproperty/metadata.xml | 5 +++++ 2 files changed, 28 insertions(+) diff --git a/kde-apps/kproperty/kproperty-9999.ebuild b/kde-apps/kproperty/kproperty-9999.ebuild new file mode 100644 index 0000000..7216a91 --- /dev/null +++ b/kde-apps/kproperty/kproperty-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="Property editing framework with editor widget similar to Qt Designer" +LICENSE="LGPL-2+" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep kwidgetsaddons) + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" + +RDEPEND="${DEPEND}" diff --git a/kde-apps/kproperty/metadata.xml b/kde-apps/kproperty/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-apps/kproperty/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +