commit: 57e9d5426ffe1fbd9cd002ce0d065901a2613bce Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Sat Jun 21 04:30:42 2025 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Sat Jun 21 04:33:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e9d542
x11-misc/clipmenu: 9999 -> live template There's no reason that we don't want a live template here given that the live ebuild is being updated for the rewrite. Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> x11-misc/clipmenu/clipmenu-9999.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/x11-misc/clipmenu/clipmenu-9999.ebuild b/x11-misc/clipmenu/clipmenu-9999.ebuild index 9fc0569ac533..8b2d019babe6 100644 --- a/x11-misc/clipmenu/clipmenu-9999.ebuild +++ b/x11-misc/clipmenu/clipmenu-9999.ebuild @@ -7,8 +7,14 @@ inherit git-r3 systemd DESCRIPTION="Clipboard management" HOMEPAGE="https://github.com/cdown/clipmenu" -EGIT_REPO_URI="https://github.com/cdown/clipmenu" -EGIT_BRANCH="develop" + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/cdown/clipmenu" + EGIT_BRANCH="develop" +else + SRC_URI="https://github.com/cdown/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="amd64 x86" +fi LICENSE="MIT" SLOT="0"
