From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90EA8139085 for ; Sun, 29 Jan 2017 15:22:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92003141CD; Sun, 29 Jan 2017 15:22:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6707623403A for ; Sun, 29 Jan 2017 15:22:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E38234165B for ; Sun, 29 Jan 2017 15:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B773139EA for ; Sun, 29 Jan 2017 15:22:17 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1485703323.99a04cfc29642b06e9002876cf1d5e3b0d31b83b.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/whdd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/whdd/whdd-9999.ebuild X-VCS-Directories: sys-block/whdd/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 99a04cfc29642b06e9002876cf1d5e3b0d31b83b X-VCS-Branch: master Date: Sun, 29 Jan 2017 15:22:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f53a3647-8cdc-487f-9059-5368e4750a8e X-Archives-Hash: 9476f8e0047f2711558ed14ab252c088 commit: 99a04cfc29642b06e9002876cf1d5e3b0d31b83b Author: Andrey Utkin fastmail com> AuthorDate: Sun Jan 8 01:35:12 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jan 29 15:22:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a04cfc sys-block/whdd: 9999: incorporate handling of tagged versions sys-block/whdd/whdd-9999.ebuild | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/sys-block/whdd/whdd-9999.ebuild b/sys-block/whdd/whdd-9999.ebuild index 381536f..ccea158 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="