commit: 3cb52a14e747b5b9c28acfcc6fe37d41b8a29525
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 16 21:21:48 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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}"