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 <coppens.matthias.abc@gmail.com>
This commit is contained in:
Matthias Coppens
2020-06-29 22:14:09 +02:00
parent be7fe163e2
commit ccca2b9ebc
3 changed files with 17 additions and 14 deletions

View File

@@ -3,20 +3,21 @@
EAPI=7 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}" EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}"
inherit meson mercurial
case "${PV}" in case "${PV}" in
"9999") "9999")
inherit mercurial
;; ;;
*) *)
SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz" EHG_REVISION="v${PV}"
S="${WORKDIR}/${PN}-v${PV}"
esac esac
inherit meson
DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway" DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway"
HOMEPAGE="${EHG_REPO_URI}" HOMEPAGE="${EHG_REPO_URI}"
LICENSE="GPL-3" LICENSE="GPL-3"
SLOT="0" SLOT="0"
KEYWORDS="~amd64" KEYWORDS=""

View File

@@ -3,20 +3,21 @@
EAPI=7 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}" EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}"
inherit meson mercurial
case "${PV}" in case "${PV}" in
"9999") "9999")
inherit mercurial
;; ;;
*) *)
SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz" EHG_REVISION="v${PV}"
S="${WORKDIR}/${PN}-v${PV}"
esac esac
inherit meson
DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway" DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway"
HOMEPAGE="${EHG_REPO_URI}" HOMEPAGE="${EHG_REPO_URI}"
LICENSE="GPL-3" LICENSE="GPL-3"
SLOT="0" SLOT="0"
KEYWORDS="~amd64" KEYWORDS=""

View File

@@ -3,16 +3,17 @@
EAPI=7 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}" EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}"
inherit meson mercurial
case "${PV}" in case "${PV}" in
"9999") "9999")
inherit mercurial
;; ;;
*) *)
SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz" EHG_REVISION="v${PV}"
S="${WORKDIR}/${PN}-v${PV}"
esac esac
inherit meson
DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway" DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway"
HOMEPAGE="${EHG_REPO_URI}" HOMEPAGE="${EHG_REPO_URI}"