From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A61A139335 for ; Sun, 27 Jun 2021 18:04:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D8CEE08F0; Sun, 27 Jun 2021 18:04:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A022E08F0 for ; Sun, 27 Jun 2021 18:04:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AB7B335DA4 for ; Sun, 27 Jun 2021 18:03:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A85A87B6 for ; Sun, 27 Jun 2021 18:03:57 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1624817023.f88a14a591abc234394a8c6ce4aae31a38af8ed0.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mp3fs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/mp3fs/Manifest sys-fs/mp3fs/mp3fs-1.1.1.ebuild X-VCS-Directories: sys-fs/mp3fs/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: f88a14a591abc234394a8c6ce4aae31a38af8ed0 X-VCS-Branch: master Date: Sun, 27 Jun 2021 18:03:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1156c338-db7e-4fd2-9bf9-6915869502ae X-Archives-Hash: 1ca47e10d3fb33b6d3c6effa0c25ff33 commit: f88a14a591abc234394a8c6ce4aae31a38af8ed0 Author: Matthias Maier gentoo org> AuthorDate: Sun Jun 27 18:03:13 2021 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun Jun 27 18:03:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f88a14a5 sys-fs/mp3fs: version bump to 1.1.1 Closes: https://bugs.gentoo.org/732764 Closes: https://bugs.gentoo.org/777756 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Matthias Maier gentoo.org> sys-fs/mp3fs/Manifest | 1 + sys-fs/mp3fs/mp3fs-1.1.1.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/sys-fs/mp3fs/Manifest b/sys-fs/mp3fs/Manifest index 0b723a88d1c..57f55c8eebf 100644 --- a/sys-fs/mp3fs/Manifest +++ b/sys-fs/mp3fs/Manifest @@ -1 +1,2 @@ DIST mp3fs-0.91.tar.gz 357098 BLAKE2B 39f77f1f6d2c6e86aa08be925060c6cc72e0737ead2578f5b7ac5cfcf92aaf27dc31ae10e38646d0460c0087a7100229bc150ec443879b7c1c15c485cf3946c8 SHA512 9499566afbaf181acd9efb8a4d6253e288ab9be0c8b036b2993553d0d4f4692d7dbcf34ac03787d8dbbfc35b2cc29e1d78612933c428a908c9c48290fedb8681 +DIST mp3fs-1.1.1.tar.gz 804399 BLAKE2B 9e7f99b923ad744d172fa261315498c7df13d2416a7eca45108d47a7926c40c527e306c1b7d3f0aeded01ad5d32325640358fab5b5327a5c11e0e91d21d4f290 SHA512 b1e4f403666122056f924514a7e63ddd53dc00346d7750e37e8150ad5f13294129595d79398677c69726fb2abf942d4ddb8fdcac3b1312a01ed467475f22592b diff --git a/sys-fs/mp3fs/mp3fs-1.1.1.ebuild b/sys-fs/mp3fs/mp3fs-1.1.1.ebuild new file mode 100644 index 00000000000..07bf786da21 --- /dev/null +++ b/sys-fs/mp3fs/mp3fs-1.1.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="a read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read" +HOMEPAGE="https://khenriks.github.com/mp3fs/" +SRC_URI="https://github.com/khenriks/mp3fs/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT=test + +DEPEND="sys-fs/fuse:0= + media-libs/libid3tag:= + media-libs/flac:= + media-sound/lame + media-libs/libogg" +RDEPEND="${DEPEND}"