From: "Matthias Coppens" <coppens.matthias.abc@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/
Date: Mon, 29 Jun 2020 20:17:22 +0000 (UTC) [thread overview]
Message-ID: <1593461797.ccca2b9ebcabf52967df6d438e280e5c62497afb.coppens.matthias@gentoo> (raw)
commit: ccca2b9ebcabf52967df6d438e280e5c62497afb
Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Mon Jun 29 20:14:09 2020 +0000
Commit: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
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 <coppens.matthias.abc <AT> 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}"
next reply other threads:[~2020-06-29 20:17 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-29 20:17 Matthias Coppens [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-14 7:33 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/ Anna Vyalkova
2022-11-11 14:13 Anna Vyalkova
2022-11-11 8:25 Jack Sangdahl
2021-08-31 18:52 Ronny Gutbrod
2021-05-25 8:10 Anna Vyalkova
2021-03-28 10:17 Andrew Ammerlaan
2021-02-09 11:55 Matthias Coppens
2021-01-18 15:01 Matthias Coppens
2021-01-18 14:41 Matthias Coppens
2020-12-17 14:36 Matthias Coppens
2020-11-13 22:07 Matthias Coppens
2020-11-13 22:07 Matthias Coppens
2020-08-27 13:56 Matthias Coppens
2020-08-04 17:14 Matthias Coppens
2020-06-30 20:23 Matthias Coppens
2020-06-30 19:32 Andrew Ammerlaan
2020-06-29 18:14 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-29 18:11 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-29 16:32 Matthias Coppens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1593461797.ccca2b9ebcabf52967df6d438e280e5c62497afb.coppens.matthias@gentoo \
--to=coppens.matthias.abc@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox