summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-10-01 23:02:38 -0500
committerTim Harder <radhermit@gentoo.org>2017-10-01 23:08:47 -0500
commit8d26f5709e012b5e16845197cb02508f735a07cd (patch)
tree40eac98229f36a4ce6a39710147efd83915b8989 /net-fs/btfs/btfs-2.13.ebuild
parentnet-fs/btfs: version bump to 2.17 (diff)
downloadgentoo-8d26f5709e012b5e16845197cb02508f735a07cd.tar.gz
gentoo-8d26f5709e012b5e16845197cb02508f735a07cd.tar.bz2
gentoo-8d26f5709e012b5e16845197cb02508f735a07cd.zip
net-fs/btfs: remove old
Diffstat (limited to 'net-fs/btfs/btfs-2.13.ebuild')
-rw-r--r--net-fs/btfs/btfs-2.13.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/net-fs/btfs/btfs-2.13.ebuild b/net-fs/btfs/btfs-2.13.ebuild
deleted file mode 100644
index cfe0ddb63def..000000000000
--- a/net-fs/btfs/btfs-2.13.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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} )
-
-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
-}