From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83068138334 for ; Thu, 18 Apr 2019 17:57:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58B13E0CB5; Thu, 18 Apr 2019 17:56:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A864E0CB5 for ; Thu, 18 Apr 2019 17:56:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A02903418B5 for ; Thu, 18 Apr 2019 17:56:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C0355BB for ; Thu, 18 Apr 2019 17:56:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1555610000.9af93249375b517692d94cd71352c9be2ac40324.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kproperty/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/kproperty/Manifest dev-libs/kproperty/kproperty-3.2.0.ebuild X-VCS-Directories: dev-libs/kproperty/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9af93249375b517692d94cd71352c9be2ac40324 X-VCS-Branch: master Date: Thu, 18 Apr 2019 17:56:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f93fd96d-be83-4123-aeac-872b4b0f62d2 X-Archives-Hash: a33c5d4c91217ff0cc3906d7359df2ce commit: 9af93249375b517692d94cd71352c9be2ac40324 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 18 17:19:26 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 18 17:53:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af93249 dev-libs/kproperty: 3.2.0 version bump Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kproperty/Manifest | 1 + dev-libs/kproperty/kproperty-3.2.0.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-libs/kproperty/Manifest b/dev-libs/kproperty/Manifest index 7357170de32..6b23bb2b3cd 100644 --- a/dev-libs/kproperty/Manifest +++ b/dev-libs/kproperty/Manifest @@ -1 +1,2 @@ DIST kproperty-3.1.0.tar.xz 123528 BLAKE2B 79d94bcdb83c343241d233b528f27e8fcabab587000562e695e03ac3877572c73be28574ecdb1fe2f538df9ea0ee20bc71e95f4c13943da585abccc7eeaf2f5d SHA512 6c6b9bc7db8e82b3c5ec216e42c439dfe30071804b2392026e6284ba7154338e2b6b108f0f14b5db556692de3230d8a780099e73349a740ce6edc68fd7fa54f5 +DIST kproperty-3.2.0.tar.xz 130208 BLAKE2B 22f5b4aafde41d285968f99579b757b8a88dbb12f7ed5e062e44f74c72765b915195961f5ab20e7ef9735a5f82f6c568fa807aa9bb061bfdf64ecfdfc0775793 SHA512 2d7fe5a18fd3520f0dc146ec844cf284c52eb330404666fa1400342c1489a88e1f72834d813cf52f2fd90c8312b5122f542acad7d86ae10a8d1a023c72c368ee diff --git a/dev-libs/kproperty/kproperty-3.2.0.ebuild b/dev-libs/kproperty/kproperty-3.2.0.ebuild new file mode 100644 index 00000000000..a3ce3bb0b38 --- /dev/null +++ b/dev-libs/kproperty/kproperty-3.2.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_QTHELP="true" +KDE_TEST="true" # build system adds autotests dir based on BUILD_TESTING value +inherit kde5 + +DESCRIPTION="Property editing framework with editor widget similar to Qt Designer" +[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz" + +LICENSE="LGPL-2+" +SLOT="5/4" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +# tests require installed headers, bug 636108 +RESTRICT+=" test"