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 77710138335 for ; Sun, 19 May 2019 20:55:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60587E087E; Sun, 19 May 2019 20:55:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4567CE087E for ; Sun, 19 May 2019 20:55:30 +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 BDC1A344B05 for ; Sun, 19 May 2019 20:55:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F5A65EF for ; Sun, 19 May 2019 20:55:27 +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: <1558299315.9b438457ba867144a3e7a6188d3b9c16ad86d04b.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.1.0.ebuild X-VCS-Directories: dev-libs/kproperty/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9b438457ba867144a3e7a6188d3b9c16ad86d04b X-VCS-Branch: master Date: Sun, 19 May 2019 20:55: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 551ae9b7-7dc3-4d8d-b8a7-bd9b4384d9c2 X-Archives-Hash: c11b40ad0bce20a52ed26a390389edba commit: 9b438457ba867144a3e7a6188d3b9c16ad86d04b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 19 20:50:11 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 19 20:55:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b438457 dev-libs/kproperty: Drop 3.1.0 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kproperty/Manifest | 1 - dev-libs/kproperty/kproperty-3.1.0.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-libs/kproperty/Manifest b/dev-libs/kproperty/Manifest index 6b23bb2b3cd..b53e2047c9a 100644 --- a/dev-libs/kproperty/Manifest +++ b/dev-libs/kproperty/Manifest @@ -1,2 +1 @@ -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.1.0.ebuild b/dev-libs/kproperty/kproperty-3.1.0.ebuild deleted file mode 100644 index 8efc5889fc9..00000000000 --- a/dev-libs/kproperty/kproperty-3.1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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"