Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mp3fs/
Date: Mon, 29 Aug 2022 20:37:00
Message-Id: 1661805406.6de76b15984e87e28977baaa19c539a0a184ef82.asturm@gentoo
1 commit: 6de76b15984e87e28977baaa19c539a0a184ef82
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 20:26:33 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 20:36:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de76b15
7
8 sys-fs/mp3fs: drop 1.1.1-r1
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 sys-fs/mp3fs/mp3fs-1.1.1-r1.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/sys-fs/mp3fs/mp3fs-1.1.1-r1.ebuild b/sys-fs/mp3fs/mp3fs-1.1.1-r1.ebuild
16 deleted file mode 100644
17 index e7f70ab2f022..000000000000
18 --- a/sys-fs/mp3fs/mp3fs-1.1.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -DESCRIPTION="A read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read"
27 -HOMEPAGE="https://khenriks.github.com/mp3fs/"
28 -SRC_URI="https://github.com/khenriks/mp3fs/releases/download/v${PV}/${P}.tar.gz"
29 -
30 -LICENSE="GPL-3"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~x86"
33 -
34 -RESTRICT="test"
35 -
36 -DEPEND="sys-fs/fuse:0=
37 - media-libs/libid3tag:=
38 - media-libs/flac
39 - media-sound/lame
40 - media-libs/libogg"
41 -RDEPEND="${DEPEND}"