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 D7C28158F56 for ; Mon, 16 Aug 2021 21:28:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47BE7E086D; Mon, 16 Aug 2021 21:28:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2F167E086D for ; Mon, 16 Aug 2021 21:28:53 +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 40489335DC3 for ; Mon, 16 Aug 2021 21:28:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 951798DC for ; Mon, 16 Aug 2021 21:28:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1629148967.3cb52a14e747b5b9c28acfcc6fe37d41b8a29525.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mp3fs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/mp3fs/mp3fs-0.91-r1.ebuild sys-fs/mp3fs/mp3fs-0.91-r2.ebuild sys-fs/mp3fs/mp3fs-1.1.1-r1.ebuild sys-fs/mp3fs/mp3fs-1.1.1.ebuild X-VCS-Directories: sys-fs/mp3fs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3cb52a14e747b5b9c28acfcc6fe37d41b8a29525 X-VCS-Branch: master Date: Mon, 16 Aug 2021 21:28:48 +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: 88567a4d-9255-4648-a932-dd82b01e3a5f X-Archives-Hash: 4be9b8f126baf537c49f87973c113cc0 commit: 3cb52a14e747b5b9c28acfcc6fe37d41b8a29525 Author: Sam James gentoo org> AuthorDate: Mon Aug 16 21:21:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 16 21:22:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb52a14 sys-fs/mp3fs: add missing slot operator dep (libid3tag) Signed-off-by: Sam James gentoo.org> sys-fs/mp3fs/{mp3fs-0.91-r1.ebuild => mp3fs-0.91-r2.ebuild} | 9 ++++----- sys-fs/mp3fs/{mp3fs-1.1.1.ebuild => mp3fs-1.1.1-r1.ebuild} | 7 +++---- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild b/sys-fs/mp3fs/mp3fs-0.91-r2.ebuild similarity index 73% rename from sys-fs/mp3fs/mp3fs-0.91-r1.ebuild rename to sys-fs/mp3fs/mp3fs-0.91-r2.ebuild index 76e7779cab4..9cfc17e71ac 100644 --- a/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild +++ b/sys-fs/mp3fs/mp3fs-0.91-r2.ebuild @@ -1,22 +1,21 @@ -# Copyright 1999-2019 Gentoo Authors +# 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" +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 +RESTRICT="test" DEPEND="sys-fs/fuse:0= media-libs/libid3tag:= - media-libs/flac:= + media-libs/flac media-sound/lame media-libs/libogg" RDEPEND="${DEPEND}" diff --git a/sys-fs/mp3fs/mp3fs-1.1.1.ebuild b/sys-fs/mp3fs/mp3fs-1.1.1-r1.ebuild similarity index 80% rename from sys-fs/mp3fs/mp3fs-1.1.1.ebuild rename to sys-fs/mp3fs/mp3fs-1.1.1-r1.ebuild index 07bf786da21..e7f70ab2f02 100644 --- a/sys-fs/mp3fs/mp3fs-1.1.1.ebuild +++ b/sys-fs/mp3fs/mp3fs-1.1.1-r1.ebuild @@ -3,20 +3,19 @@ EAPI=6 -DESCRIPTION="a read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read" +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 +RESTRICT="test" DEPEND="sys-fs/fuse:0= media-libs/libid3tag:= - media-libs/flac:= + media-libs/flac media-sound/lame media-libs/libogg" RDEPEND="${DEPEND}"