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 536B3138334 for ; Wed, 17 Oct 2018 14:41:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 504E3E08BB; Wed, 17 Oct 2018 14:41:27 +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 2081BE08BB for ; Wed, 17 Oct 2018 14:41:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D74B0335CEC for ; Wed, 17 Oct 2018 14:41:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEE7543C for ; Wed, 17 Oct 2018 14:41:22 +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: <1539787249.4cf994da79e232ecb6ad036615f021304a96985e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libqtxdg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libqtxdg/Manifest dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild X-VCS-Directories: dev-libs/libqtxdg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4cf994da79e232ecb6ad036615f021304a96985e X-VCS-Branch: master Date: Wed, 17 Oct 2018 14:41:22 +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: d69f85d6-e79e-473d-916c-78a42fd602dc X-Archives-Hash: 867c644eea09cb88f60142da6cbfadf3 commit: 4cf994da79e232ecb6ad036615f021304a96985e Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 16 13:06:20 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 17 14:40:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf994da dev-libs/libqtxdg: Drop 2.0.0 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/libqtxdg/Manifest | 1 - dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild | 47 --------------------------------- 2 files changed, 48 deletions(-) diff --git a/dev-libs/libqtxdg/Manifest b/dev-libs/libqtxdg/Manifest index 206b89c3fe9..89c7950952d 100644 --- a/dev-libs/libqtxdg/Manifest +++ b/dev-libs/libqtxdg/Manifest @@ -1,2 +1 @@ -DIST libqtxdg-2.0.0.tar.xz 62404 BLAKE2B dc84654693c6504c36633394ce4bafb46705b45ac3e7576b03b92710603c86375fd70d5ea76a2864e498c5b33728b02d215da5b65eb3728218ff97defd883bf0 SHA512 f4e32346eddedd31195093214a45e9831742ee886a14b5d7ba1d640a91e05473b9b8adc7bca9970090f1fa8187597cd10796c32ecea4ac02229e9869cd4f1db3 DIST libqtxdg-3.2.0.tar.xz 67736 BLAKE2B addc2636a9bbaa0163c3d344337eca9f350ffb38f4d0e785ade9775fc7d3e38c6f7a3c6c8d8d05e7b491f0cf2c34f5ceb8d51d34eb05b56e4170e190a5b5ae4c SHA512 1a52e79e97cd148c9f406402134d6feaa6ccb8d10cfa7c0e2a3fbf728690e193c05e444012b87e38790ce0570d1cf71c6c2cee7105f11d43923040543e0dd143 diff --git a/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild b/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild deleted file mode 100644 index 710701f2020..00000000000 --- a/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit cmake-utils virtualx - -DESCRIPTION="A Qt implementation of XDG standards" -HOMEPAGE="https://lxqt.org/" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/lxde/${PN}.git" -else - SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 x86" -fi - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="test" - -CDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 -" -DEPEND="${CDEPEND} - virtual/pkgconfig - test? ( dev-qt/qttest:5 ) -" -RDEPEND="${CDEPEND} - x11-misc/xdg-utils -" - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTS=$(usex test) - ) - cmake-utils_src_configure -} - -src_test() { - VIRTUALX_COMMAND="cmake-utils_src_test" virtualmake -}