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 2B386138334 for ; Wed, 17 Oct 2018 14:41:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65DE9E0901; Wed, 17 Oct 2018 14:41:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3D29CE0901 for ; Wed, 17 Oct 2018 14:41:34 +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 EA755335CFD for ; Wed, 17 Oct 2018 14:41:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72E37449 for ; Wed, 17 Oct 2018 14:41:23 +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: <1539787250.7f04ad158f01dcc443eac9a22f5465a6b332fd47.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qps/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/qps/Manifest x11-misc/qps/qps-1.10.17.ebuild X-VCS-Directories: x11-misc/qps/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7f04ad158f01dcc443eac9a22f5465a6b332fd47 X-VCS-Branch: master Date: Wed, 17 Oct 2018 14:41:23 +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: 9f9c4935-9472-424d-b7a4-07582973c49d X-Archives-Hash: 9aed8b719184baaf9cf354e5446cce59 commit: 7f04ad158f01dcc443eac9a22f5465a6b332fd47 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 16 13:19:18 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 17 14:40:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f04ad15 x11-misc/qps: Drop 1.10.17 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 x11-misc/qps/Manifest | 1 - x11-misc/qps/qps-1.10.17.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/x11-misc/qps/Manifest b/x11-misc/qps/Manifest index 2c420f6bb60..aab02621c1d 100644 --- a/x11-misc/qps/Manifest +++ b/x11-misc/qps/Manifest @@ -1,2 +1 @@ -DIST qps-1.10.17.tar.xz 163212 BLAKE2B a6832212f338cf9ac41d3b6916a2a22a8728f8dbb1a0f16c44a0bde6e275f7c83a31bfd1c6d5eea40d738857f28e3b2993be2fa8a81f082841bc86537bcc2457 SHA512 81d4ef9cdd732edc6dd060998f10124663d26ec8250fc1de62eb020624111eb3ba595058bd74d5cee1bde84326f26579ab40c4ed7ef58f0aa44baca96921cfb5 DIST qps-1.10.18.tar.xz 164256 BLAKE2B 5eee79c2bab6eac23a91292132da4054836f86315a18399099aaad8853a06dbd79cb7c52af8c0e7098125d5cc06c04516235d6acb461e2caaf72584e7e05aa1b SHA512 f2647cb814e6cefba71aa70ee63c92dde88b312c9ada67e677de2bf22141afa3d7196d089606d270b610ddf3bd7466e6534de3614bea1a68d3a3b61a23b1c37d diff --git a/x11-misc/qps/qps-1.10.17.ebuild b/x11-misc/qps/qps-1.10.17.ebuild deleted file mode 100644 index f0a63360792..00000000000 --- a/x11-misc/qps/qps-1.10.17.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils gnome2-utils - -DESCRIPTION="Visual process manager - Qt version of ps/top" -HOMEPAGE="https://github.com/QtDesktop/qps" -SRC_URI="https://github.com/QtDesktop/${PN}/releases/download/${PV}/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="debug" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 -" - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}