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: Thu, 01 Sep 2022 11:52:50
Message-Id: 1662033036.952c05c18e8d83420c86245e859e9d3b1c61c67c.asturm@gentoo
1 commit: 952c05c18e8d83420c86245e859e9d3b1c61c67c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 11:50:36 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 11:50:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952c05c1
7
8 sys-fs/mp3fs: drop 0.91-r2
9
10 Closes: https://bugs.gentoo.org/732764
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sys-fs/mp3fs/Manifest | 1 -
14 sys-fs/mp3fs/mp3fs-0.91-r2.ebuild | 21 ---------------------
15 2 files changed, 22 deletions(-)
16
17 diff --git a/sys-fs/mp3fs/Manifest b/sys-fs/mp3fs/Manifest
18 index 57f55c8eebf0..80b6203c4ccd 100644
19 --- a/sys-fs/mp3fs/Manifest
20 +++ b/sys-fs/mp3fs/Manifest
21 @@ -1,2 +1 @@
22 -DIST mp3fs-0.91.tar.gz 357098 BLAKE2B 39f77f1f6d2c6e86aa08be925060c6cc72e0737ead2578f5b7ac5cfcf92aaf27dc31ae10e38646d0460c0087a7100229bc150ec443879b7c1c15c485cf3946c8 SHA512 9499566afbaf181acd9efb8a4d6253e288ab9be0c8b036b2993553d0d4f4692d7dbcf34ac03787d8dbbfc35b2cc29e1d78612933c428a908c9c48290fedb8681
23 DIST mp3fs-1.1.1.tar.gz 804399 BLAKE2B 9e7f99b923ad744d172fa261315498c7df13d2416a7eca45108d47a7926c40c527e306c1b7d3f0aeded01ad5d32325640358fab5b5327a5c11e0e91d21d4f290 SHA512 b1e4f403666122056f924514a7e63ddd53dc00346d7750e37e8150ad5f13294129595d79398677c69726fb2abf942d4ddb8fdcac3b1312a01ed467475f22592b
24
25 diff --git a/sys-fs/mp3fs/mp3fs-0.91-r2.ebuild b/sys-fs/mp3fs/mp3fs-0.91-r2.ebuild
26 deleted file mode 100644
27 index 9cfc17e71ace..000000000000
28 --- a/sys-fs/mp3fs/mp3fs-0.91-r2.ebuild
29 +++ /dev/null
30 @@ -1,21 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -DESCRIPTION="A read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read"
37 -HOMEPAGE="https://khenriks.github.com/mp3fs/"
38 -SRC_URI="https://github.com/khenriks/mp3fs/releases/download/v${PV}/${P}.tar.gz"
39 -
40 -LICENSE="GPL-3"
41 -SLOT="0"
42 -KEYWORDS="amd64 x86"
43 -
44 -RESTRICT="test"
45 -
46 -DEPEND="sys-fs/fuse:0=
47 - media-libs/libid3tag:=
48 - media-libs/flac
49 - media-sound/lame
50 - media-libs/libogg"
51 -RDEPEND="${DEPEND}"