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 C5C5F1382C5 for ; Tue, 30 Jun 2020 19:43:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EB80E095F; Tue, 30 Jun 2020 19:43:43 +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 E93C9E095F for ; Tue, 30 Jun 2020 19:43:42 +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 DF90C34EEE0 for ; Tue, 30 Jun 2020 19:43:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B236274 for ; Tue, 30 Jun 2020 19:43:40 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1593461797.ccca2b9ebcabf52967df6d438e280e5c62497afb.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wofi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/wofi/wofi-1.1.1.ebuild gui-apps/wofi/wofi-1.1.2.ebuild gui-apps/wofi/wofi-9999.ebuild X-VCS-Directories: gui-apps/wofi/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ccca2b9ebcabf52967df6d438e280e5c62497afb X-VCS-Branch: master Date: Tue, 30 Jun 2020 19:43:40 +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: 938fc10c-9a95-41a8-80e6-442091178ac5 X-Archives-Hash: ccfb7a328b397cd8207f77abfef090e9 commit: ccca2b9ebcabf52967df6d438e280e5c62497afb Author: Matthias Coppens gmail com> AuthorDate: Mon Jun 29 20:14:09 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Jun 29 20:16:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ccca2b9e gui-apps/wofi: All versions have live ebuilds now Upstream timestamps their tarballs, which makes it impossible to validate them. This is why every ebuild is now a live ebuild. Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Matthias Coppens gmail.com> gui-apps/wofi/wofi-1.1.1.ebuild | 11 ++++++----- gui-apps/wofi/wofi-1.1.2.ebuild | 11 ++++++----- gui-apps/wofi/wofi-9999.ebuild | 9 +++++---- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/gui-apps/wofi/wofi-1.1.1.ebuild b/gui-apps/wofi/wofi-1.1.1.ebuild index 791e0d6..7f527da 100644 --- a/gui-apps/wofi/wofi-1.1.1.ebuild +++ b/gui-apps/wofi/wofi-1.1.1.ebuild @@ -3,20 +3,21 @@ 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") - inherit mercurial ;; *) - SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-v${PV}" + EHG_REVISION="v${PV}" esac -inherit meson DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway" HOMEPAGE="${EHG_REPO_URI}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="" diff --git a/gui-apps/wofi/wofi-1.1.2.ebuild b/gui-apps/wofi/wofi-1.1.2.ebuild index 791e0d6..7f527da 100644 --- a/gui-apps/wofi/wofi-1.1.2.ebuild +++ b/gui-apps/wofi/wofi-1.1.2.ebuild @@ -3,20 +3,21 @@ 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") - inherit mercurial ;; *) - SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-v${PV}" + EHG_REVISION="v${PV}" esac -inherit meson DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway" HOMEPAGE="${EHG_REPO_URI}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="" diff --git a/gui-apps/wofi/wofi-9999.ebuild b/gui-apps/wofi/wofi-9999.ebuild index d9a1fc7..7f527da 100644 --- a/gui-apps/wofi/wofi-9999.ebuild +++ b/gui-apps/wofi/wofi-9999.ebuild @@ -3,16 +3,17 @@ 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") - inherit mercurial ;; *) - SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-v${PV}" + EHG_REVISION="v${PV}" esac -inherit meson DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway" HOMEPAGE="${EHG_REPO_URI}"