summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-09-01 13:50:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-09-01 13:50:36 +0200
commit952c05c18e8d83420c86245e859e9d3b1c61c67c (patch)
treef0bda9e56464fde6b397871e48a14c557ab1bdf5
parentmedia-sound/sonic-visualiser: backport build fix (diff)
downloadgentoo-952c05c1.tar.gz
gentoo-952c05c1.tar.bz2
gentoo-952c05c1.zip
sys-fs/mp3fs: drop 0.91-r2
Closes: https://bugs.gentoo.org/732764 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--sys-fs/mp3fs/Manifest1
-rw-r--r--sys-fs/mp3fs/mp3fs-0.91-r2.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/sys-fs/mp3fs/Manifest b/sys-fs/mp3fs/Manifest
index 57f55c8eebf0..80b6203c4ccd 100644
--- a/sys-fs/mp3fs/Manifest
+++ b/sys-fs/mp3fs/Manifest
@@ -1,2 +1 @@
-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-0.91-r2.ebuild b/sys-fs/mp3fs/mp3fs-0.91-r2.ebuild
deleted file mode 100644
index 9cfc17e71ace..000000000000
--- a/sys-fs/mp3fs/mp3fs-0.91-r2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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"
-
-RESTRICT="test"
-
-DEPEND="sys-fs/fuse:0=
- media-libs/libid3tag:=
- media-libs/flac
- media-sound/lame
- media-libs/libogg"
-RDEPEND="${DEPEND}"