Сравнение birdtray-1.11.4_p20250318 с birdtray-9999

/usr/portage/x11-misc/birdtray/birdtray-9999.ebuild 2025-07-29 16:22:17.968470374 +0300
8 8
DESCRIPTION="A new mail system tray notification icon for Thunderbird"
9 9
HOMEPAGE="https://github.com/gyunaev/birdtray"
10 10

  
11
# bug 951139 - Add a snapshot to use qt6
12
# Just appended '20250318' into src/version.h to display that is a snapshot version
13
SRC_URI="https://dev.gentoo.org/~ago/distfiles/birdtray-1.11.4_p20250318.tar.xz"
14
KEYWORDS="~amd64"
11
if [[ ${PV} == "9999" ]] ; then
12
	inherit git-r3
13
	EGIT_REPO_URI="https://github.com/gyunaev/birdtray.git"
14
else
15
	SRC_URI="https://github.com/gyunaev/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
16
	KEYWORDS="~amd64"
17
fi
15 18

  
16 19
LICENSE="GPL-3"
17 20
SLOT="0"
Спасибо!