summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-29 22:26:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-29 22:36:46 +0200
commit6de76b15984e87e28977baaa19c539a0a184ef82 (patch)
treee43bb99ed903e5639448f57d7036a9ccad9b7bb0 /sys-fs/mp3fs
parentsys-fs/mp3fs: update EAPI 6 -> 8, fix dependencies (diff)
downloadgentoo-6de76b15984e87e28977baaa19c539a0a184ef82.tar.gz
gentoo-6de76b15984e87e28977baaa19c539a0a184ef82.tar.bz2
gentoo-6de76b15984e87e28977baaa19c539a0a184ef82.zip
sys-fs/mp3fs: drop 1.1.1-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-fs/mp3fs')
-rw-r--r--sys-fs/mp3fs/mp3fs-1.1.1-r1.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/sys-fs/mp3fs/mp3fs-1.1.1-r1.ebuild b/sys-fs/mp3fs/mp3fs-1.1.1-r1.ebuild
deleted file mode 100644
index e7f70ab2f022..000000000000
--- a/sys-fs/mp3fs/mp3fs-1.1.1-r1.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}"