public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/btfs/
Date: Sun, 25 Oct 2020 21:10:26 +0000 (UTC)	[thread overview]
Message-ID: <1603660190.96177b6a5e95da3c0949d10b05edd627444d75b6.radhermit@gentoo> (raw)

commit:     96177b6a5e95da3c0949d10b05edd627444d75b6
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 21:07:42 2020 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 21:09:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96177b6a

net-fs/btfs: version bump to 2.22

Closes: https://bugs.gentoo.org/740832
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 net-fs/btfs/Manifest         |  1 +
 net-fs/btfs/btfs-2.22.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/net-fs/btfs/Manifest b/net-fs/btfs/Manifest
index 4f74dc8d321..98d7a7dbb21 100644
--- a/net-fs/btfs/Manifest
+++ b/net-fs/btfs/Manifest
@@ -1,2 +1,3 @@
 DIST btfs-2.19.tar.gz 24217 BLAKE2B 19e298fc4629e8292ed87aa817ed78da75df4c90cf1c437c967288a77355efcfee641d65d0d2732a88a78a40574144d06254f2fc4b04be6d0980f683d42552f9 SHA512 e890b25605808dbf09f70d4ad8703a4beafb098af39a872a6b98f6959eb30e1ba9be8ae420be0797ba8f2774b487f2434252e93eac599094a824ba411441fdd6
 DIST btfs-2.20.tar.gz 24107 BLAKE2B 3b9cc89e002e6b19160b1cec6d6c984013714cfb5229924c74921741d8c3e854ac626103f6e51845a3e44a97e30960241dcfe02dd2324953b23ae2ed4464729c SHA512 6a0e0abbe07329daf810fddf2557892ec69659a381c445f7a3ada4a69e422c371d587623a9cb5f079f0738d00fca579af56f37036a2ba8060891d167fa9bb947
+DIST btfs-2.22.tar.gz 24179 BLAKE2B b917c411a7061f95a79ded4fae14364c0eaf5b5c9058b6a0a7b2ee9a6257954927d11432f7b9dae1645df156fc5139371de4c7a8b487ce71c86f844bf20e4126 SHA512 bc0fbded3e52cdc0093053762467e7290380a55e116ea2457b2700fe82110c4b6f7a592b9bebef335a14a4ce0fb262fc3dc9c0f4ea3b619d02595e4e74e36fa3

diff --git a/net-fs/btfs/btfs-2.22.ebuild b/net-fs/btfs/btfs-2.22.ebuild
new file mode 100644
index 00000000000..40ea24c601d
--- /dev/null
+++ b/net-fs/btfs/btfs-2.22.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+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: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
+}


             reply	other threads:[~2020-10-25 21:10 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-25 21:10 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-02  5:48 [gentoo-commits] repo/gentoo:master commit in: net-fs/btfs/ Sam James
2025-05-02  5:48 Sam James
2024-06-02  3:19 Sam James
2023-05-16 16:53 Sam James
2023-05-01  7:38 Arthur Zamarin
2023-05-01  7:38 Arthur Zamarin
2022-05-22  4:04 Sam James
2021-01-23  8:13 Tim Harder
2021-01-23  8:13 Tim Harder
2020-10-25 21:10 Tim Harder
2020-02-10 21:25 Michał Górny
2019-11-18  6:50 Tim Harder
2019-11-17  6:07 Tim Harder
2019-11-17  6:07 Tim Harder
2019-05-10 20:33 Tim Harder
2017-11-28  4:33 Tim Harder
2017-11-28  4:33 Tim Harder
2017-10-02  4:09 Tim Harder
2017-10-02  4:09 Tim Harder
2017-08-24 10:23 Tim Harder
2017-08-09 18:59 Tim Harder
2017-08-09 18:59 Tim Harder
2016-11-23  5:05 Tim Harder
2016-09-16  3:43 Tim Harder
2016-08-26  1:32 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1603660190.96177b6a5e95da3c0949d10b05edd627444d75b6.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox