mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
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:
@@ -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=""
|
||||||
|
|||||||
@@ -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=""
|
||||||
|
|||||||
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user