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 B7E7313835A for ; Fri, 13 Nov 2020 22:07:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1E67E07D7; Fri, 13 Nov 2020 22:07:40 +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 B8E8EE07D7 for ; Fri, 13 Nov 2020 22:07:40 +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 98A4C3410A7 for ; Fri, 13 Nov 2020 22:07:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A514445 for ; Fri, 13 Nov 2020 22:07:38 +0000 (UTC) From: "Matthias Coppens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Coppens" Message-ID: <1605305111.17daebeefba23cc2afa96a4f6c0e4c2b2a7a5f4d.coppens.matthias@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/wofi/wofi-1.2.3.ebuild X-VCS-Directories: gui-apps/wofi/ X-VCS-Committer: coppens.matthias X-VCS-Committer-Name: Matthias Coppens X-VCS-Revision: 17daebeefba23cc2afa96a4f6c0e4c2b2a7a5f4d X-VCS-Branch: dev Date: Fri, 13 Nov 2020 22:07:38 +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: e8c0e304-0f2f-4c87-b84a-6a99db834486 X-Archives-Hash: f4e2074637b5a76a5d95b7463b2a4bef commit: 17daebeefba23cc2afa96a4f6c0e4c2b2a7a5f4d Author: Matthias Coppens gmail com> AuthorDate: Fri Nov 13 22:05:11 2020 +0000 Commit: Matthias Coppens gmail com> CommitDate: Fri Nov 13 22:05:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17daebee gui-apps/wofi: Version bump 1.2.3 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Matthias Coppens gmail.com> gui-apps/wofi/wofi-1.2.3.ebuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gui-apps/wofi/wofi-1.2.3.ebuild b/gui-apps/wofi/wofi-1.2.3.ebuild new file mode 100644 index 00000000..75951147 --- /dev/null +++ b/gui-apps/wofi/wofi-1.2.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# Upstream's tarballs are timestamped (https://todo.sr.ht/~sircmpwn/hg.sr.ht/33). +# This makes them impossible to validate, so every version has a live ebuild. + +EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}" +inherit meson mercurial +case "${PV}" in + "9999") + ;; + *) + EHG_REVISION="v${PV}" +esac + +DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway" +HOMEPAGE="${EHG_REPO_URI}" +LICENSE="GPL-3" + +DEPEND=" + dev-libs/wayland + x11-libs/gtk+[wayland]" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" + +SLOT="0" +KEYWORDS=""