summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Bock <nicolasbock@gentoo.org>2017-12-27 07:38:01 -0700
committerNicolas Bock <nicolasbock@gentoo.org>2017-12-27 07:38:20 -0700
commit91b90384798e01791de77e0ada97500503a9ce04 (patch)
treefbc37cec1eec26b9cb8132f9d019048382244861 /app-crypt/kbfs/kbfs-1.0.36.ebuild
parentapp-crypt/keybase: Version bump keybase-1.0.39 (diff)
downloadgentoo-91b90384798e01791de77e0ada97500503a9ce04.tar.gz
gentoo-91b90384798e01791de77e0ada97500503a9ce04.tar.bz2
gentoo-91b90384798e01791de77e0ada97500503a9ce04.zip
app-crypt/kbfs: New version kbfs-1.0.36
Upstream finally decided to version their releases. Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-crypt/kbfs/kbfs-1.0.36.ebuild')
-rw-r--r--app-crypt/kbfs/kbfs-1.0.36.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/kbfs/kbfs-1.0.36.ebuild b/app-crypt/kbfs/kbfs-1.0.36.ebuild
index b084faeb8f15..baa66460011b 100644
--- a/app-crypt/kbfs/kbfs-1.0.36.ebuild
+++ b/app-crypt/kbfs/kbfs-1.0.36.ebuild
@@ -7,7 +7,7 @@ inherit git-r3
DESCRIPTION="Keybase Filesystem (KBFS)"
HOMEPAGE="https://keybase.io/docs/kbfs"
-EGIT_REPO_URI="https://github.com/keybase/kbfs.git"
+SRC_URI="https://github.com/keybase/kbfs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@@ -16,7 +16,7 @@ IUSE="git"
DEPEND="
>=dev-lang/go-1.6:0
- >=app-crypt/keybase-1.0.17
+ >=app-crypt/keybase-1.0.36
"
RDEPEND="
app-crypt/gnupg
@@ -26,9 +26,9 @@ RDEPEND="
S="${WORKDIR}/src/github.com/keybase/kbfs"
src_unpack() {
- git-r3_src_unpack
+ unpack "${P}.tar.gz"
mkdir -p "$(dirname "${S}")" || die
- ln -s "${WORKDIR}/${P}" "${S}" || die
+ mv "kbfs-${PV}" "${S}" || die
}
src_compile() {