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 AF3811382C5 for ; Wed, 10 Mar 2021 12:38:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2F48E083B; Wed, 10 Mar 2021 12:38:32 +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 D554DE083B for ; Wed, 10 Mar 2021 12:38:32 +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 A83C3335D7C for ; Wed, 10 Mar 2021 12:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61FE7583 for ; Wed, 10 Mar 2021 12:38:30 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1615379901.6aac220a1ac48e9bb3144af6707ec95ffaf914f8.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/wdisplays/wdisplays-1.0-r2.ebuild X-VCS-Directories: gui-apps/wdisplays/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 6aac220a1ac48e9bb3144af6707ec95ffaf914f8 X-VCS-Branch: dev Date: Wed, 10 Mar 2021 12:38: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: df71469a-f4d7-45af-9527-6154acdd717e X-Archives-Hash: 3d0dbb7eb5115525a3d87060c5d34f6b commit: 6aac220a1ac48e9bb3144af6707ec95ffaf914f8 Author: Aisha Tammy aisha cc> AuthorDate: Wed Mar 10 12:38:21 2021 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Wed Mar 10 12:38:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6aac220a gui-apps/wdisplays: drop old revision Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> gui-apps/wdisplays/wdisplays-1.0-r2.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/gui-apps/wdisplays/wdisplays-1.0-r2.ebuild b/gui-apps/wdisplays/wdisplays-1.0-r2.ebuild deleted file mode 100644 index 3959f430..00000000 --- a/gui-apps/wdisplays/wdisplays-1.0-r2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ "${PV}" == 9999 ]] -then - inherit git-r3 - EGIT_REPO_URI="https://github.com/cyclopsian/wdisplays.git" -else - SRC_URI="https://github.com/cyclopsian/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi -inherit meson xdg - -DESCRIPTION="GUI display configurator for wlroots compositors" -HOMEPAGE="https://cyclopsian.github.io/wdisplays https://github.com/cyclopsian/wdisplays" - -BDEPEND=" - x11-libs/gtk+:3[wayland] - gui-libs/wlroots" -DEPEND="${BDEPEND}" - -LICENSE="GPL-3+" -SLOT="0" - -PATCHES=("${FILESDIR}/${PN}-1.0-pull20.patch")