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 09357138350 for ; Sun, 19 Jan 2020 23:53:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89DDBE09E9; Sun, 19 Jan 2020 23:53:36 +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 6D606E09E8 for ; Sun, 19 Jan 2020 23:53:36 +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 776FC34E2A2 for ; Sun, 19 Jan 2020 23:53:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA417105 for ; Sun, 19 Jan 2020 23:53:30 +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: <1579477894.bd2195b37472bcf50e89d0419eec51c8f55a4474.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/projecteur/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/projecteur/projecteur-0.6.ebuild X-VCS-Directories: x11-misc/projecteur/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bd2195b37472bcf50e89d0419eec51c8f55a4474 X-VCS-Branch: master Date: Sun, 19 Jan 2020 23:53:30 +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: a1f1df35-57b0-4724-a6a2-40651a128984 X-Archives-Hash: 5787fad063bff8874713987ee77ae22a commit: bd2195b37472bcf50e89d0419eec51c8f55a4474 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 15 21:03:33 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 19 23:51:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2195b3 x11-misc/projecteur: Drop 0.6 (r0) Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/projecteur/projecteur-0.6.ebuild | 43 ------------------------------- 1 file changed, 43 deletions(-) diff --git a/x11-misc/projecteur/projecteur-0.6.ebuild b/x11-misc/projecteur/projecteur-0.6.ebuild deleted file mode 100644 index 2891b3b14b8..00000000000 --- a/x11-misc/projecteur/projecteur-0.6.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN="${PN/p/P}" - -inherit cmake-utils udev xdg-utils - -DESCRIPTION="Linux Desktop Application for the Logitech Spotlight device" -HOMEPAGE="https://github.com/jahnf/Projecteur" -SRC_URI="https://github.com/jahnf/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -S="${WORKDIR}/${MY_PN}-${PV}" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5[xcb] - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - virtual/udev - x11-libs/libX11 -" - -DEPEND="${RDEPEND}" - -BDEPEND="virtual/pkgconfig" - -pkg_postinst() { - udev_reload - xdg_icon_cache_update -} - -pkg_postrm() { - udev_reload - xdg_icon_cache_update -}