mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
net-fs/btfs: version bump to 2.16
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST btfs-2.13.tar.gz 21887 SHA256 494c3e16261e3c7535efa86493e09270dde29cd7121e97c29d226c239cbeabd6 SHA512 847ed68b9effab92da87a94fdefe1ac6953d97069707fc1b61276f3e341b13fedf22a4131bf8273562866877976a2e7a389e30e722ca67f16165193793d47636 WHIRLPOOL 63abb124462660bf14d6fdbf16744cb0e8617bdde72e63ac4d418641f6d236ac27fb75b9c7f883c88fae64cd47e1850690d27a012f1e943af27dd2cb7b99b1c9
|
||||
DIST btfs-2.15.tar.gz 22832 SHA256 7cb562504cb4a45db64f4524d55d080c84514c3cff46838ad1c1807785edc692 SHA512 c95ce2161d5493a3145b5381af83f4c1990f6036a554c5571efdb490d6bac217163b52369cce0c50885eaad0a0a8139e798d25eb55722438535c0241546e50fc WHIRLPOOL 7ba09585939dfeb14bd3272624613c780f0bd813f3a3642aef59c28585ea8f9abfc34569540ef03f9b2a29c06a039bf9975e6877014e91c13426e4a319d828bf
|
||||
DIST btfs-2.16.tar.gz 24004 SHA256 673013ba648285f380848ae2e2f8a06800f781a0680582c0d550cc0c563cc08b SHA512 c073b24dc1cd595db32f80732156ba904683289106557e3df47fa46328c55ffd7a92153946381bb0a06abe2eef96d6690608712852516ca54164ca058451b517 WHIRLPOOL e9c3d35008239e9e5936b89c2b6bdb14ed84e17b6f837b8947b04097ae05f0e8d0f6479756f687e566516564f2093ec0ed8d35c4248f44026b1576c51f2fef89
|
||||
|
||||
39
net-fs/btfs/btfs-2.16.ebuild
Normal file
39
net-fs/btfs/btfs-2.16.ebuild
Normal file
@@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
|
||||
inherit autotools python-r1
|
||||
|
||||
DESCRIPTION="a bittorrent filesystem based on FUSE"
|
||||
HOMEPAGE="https://github.com/johang/btfs"
|
||||
SRC_URI="https://github.com/johang/btfs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
CDEPEND=">=sys-fs/fuse-2.8.0
|
||||
>=net-misc/curl-7.22.0
|
||||
dev-libs/boost:=
|
||||
>=net-libs/libtorrent-rasterbar-0.16.0:="
|
||||
DEPEND="${CDEPEND}
|
||||
virtual/pkgconfig"
|
||||
RDEPEND="${CDEPEND}
|
||||
${PYTHON_DEPS}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# don't install btplay via make
|
||||
sed -i '/^SUBDIRS =/s/scripts//' Makefile.am || die
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
python_foreach_impl python_doscript scripts/btplay
|
||||
}
|
||||
Reference in New Issue
Block a user