Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mp3fs/
Date: Sun, 30 Jun 2019 18:20:26
Message-Id: 1561918779.4a08fbae0bed7595edb693969706a94dbb894705.tamiko@gentoo
1 commit: 4a08fbae0bed7595edb693969706a94dbb894705
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 30 18:15:00 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 30 18:19:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a08fbae
7
8 sys-fs/mp3fs: drop old
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 sys-fs/mp3fs/mp3fs-0.91.ebuild | 20 --------------------
14 1 file changed, 20 deletions(-)
15
16 diff --git a/sys-fs/mp3fs/mp3fs-0.91.ebuild b/sys-fs/mp3fs/mp3fs-0.91.ebuild
17 deleted file mode 100644
18 index 8c8622ae981..00000000000
19 --- a/sys-fs/mp3fs/mp3fs-0.91.ebuild
20 +++ /dev/null
21 @@ -1,20 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -DESCRIPTION="a read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read"
28 -HOMEPAGE="https://khenriks.github.com/mp3fs/"
29 -SRC_URI="https://github.com/khenriks/mp3fs/releases/download/v${PV}/${P}.tar.gz"
30 -
31 -LICENSE="GPL-3"
32 -SLOT="0"
33 -KEYWORDS="amd64 x86"
34 -IUSE=""
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}"