commit: 15ae30d9f3d7eb0ff7f06d2d96e4b6f23e284e5d
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 22 22:27:46 2026 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jan 22 22:27:46 2026 +0000
URL:
https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=15ae30d9
feat(ebuild-mode/live.yas): use github-style tagged versions
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
snippets/ebuild-mode/live.yas | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/snippets/ebuild-mode/live.yas b/snippets/ebuild-mode/live.yas
index f0296af..2843008 100644
--- a/snippets/ebuild-mode/live.yas
+++ b/snippets/ebuild-mode/live.yas
@@ -26,10 +26,10 @@
if [[ "\${PV}" == *9999* ]] ; then
inherit git-r3
- EGIT_REPO_URI="${1:https://github.com/example/example}.git"
+ EGIT_REPO_URI="${1:https://github.com/example/example}"
else
- SRC_URI="$1/archive/\${PV}.tar.gz
- -> \${P}.tar.gz"
+ SRC_URI="$1/archive/refs/tags/v\${PV}.tar.gz
+ -> \${P}.gh.tar.gz"
KEYWORDS="${2:~amd64 ~x86}"
fi