Skip to content

Commit

Permalink
app-crypt/kbfs: New version kbfs-1.0.36
Browse files Browse the repository at this point in the history
Upstream finally decided to version their releases.

Package-Manager: Portage-2.3.13, Repoman-2.3.3
  • Loading branch information
nicolasbock committed Dec 27, 2017
1 parent e712457 commit 91b9038
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions app-crypt/kbfs/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST kbfs-1.0.36.tar.gz 5135197 BLAKE2B a0d40048d11347a72ac9fedb358be7bd8d425e9eafc32fce44e75583aa75fde00bee62d81e7d4bc1553aec3f72ca3af1dffd1ef710d897ce28cb26d152eab4aa SHA512 eb50c4fdd07e0d0e0bd62c48a60520fe48a6b64d97e6ac561d0c567e50c4863f9969697f78553360e6b42776af4974b086bd0be75db6de4c28a5c4a840725919
8 changes: 4 additions & 4 deletions app-crypt/kbfs/kbfs-1.0.36.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -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() {
Expand Down

0 comments on commit 91b9038

Please sign in to comment.