diff options
author | Andrey Utkin <andrey_utkin@fastmail.com> | 2017-01-08 01:35:12 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-01-30 02:22:03 +1100 |
commit | 99a04cfc29642b06e9002876cf1d5e3b0d31b83b (patch) | |
tree | 2e7868bd118cd199aeb278771aea333067f369e4 /sys-block/whdd | |
parent | sys-block/whdd: 9999: correct LICENSE to GPL-3 (diff) | |
download | gentoo-99a04cfc29642b06e9002876cf1d5e3b0d31b83b.tar.gz gentoo-99a04cfc29642b06e9002876cf1d5e3b0d31b83b.tar.bz2 gentoo-99a04cfc29642b06e9002876cf1d5e3b0d31b83b.zip |
sys-block/whdd: 9999: incorporate handling of tagged versions
Diffstat (limited to 'sys-block/whdd')
-rw-r--r-- | sys-block/whdd/whdd-9999.ebuild | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/sys-block/whdd/whdd-9999.ebuild b/sys-block/whdd/whdd-9999.ebuild index 381536f90efa..ccea158e179b 100644 --- a/sys-block/whdd/whdd-9999.ebuild +++ b/sys-block/whdd/whdd-9999.ebuild @@ -4,15 +4,21 @@ EAPI=6 -EGIT_REPO_URI="https://github.com/${PN}/${PN}" -inherit git-r3 - DESCRIPTION="Diagnostic and recovery tool for block devices" HOMEPAGE="https://whdd.github.io" +if [[ ${PV} == 9999 ]] +then + EGIT_REPO_URI="https://github.com/${PN}/${PN}" + inherit git-r3 +else + SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" + inherit vcs-snapshot +fi + LICENSE="GPL-3" SLOT="0" -KEYWORDS="" IUSE="" DEPEND=" |