From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98074158094 for ; Mon, 29 Aug 2022 20:37:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8331E08C3; Mon, 29 Aug 2022 20:36:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 905CEE08C3 for ; Mon, 29 Aug 2022 20:36:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A417134092D for ; Mon, 29 Aug 2022 20:36:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14385588 for ; Mon, 29 Aug 2022 20:36:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1661805406.6de76b15984e87e28977baaa19c539a0a184ef82.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mp3fs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/mp3fs/mp3fs-1.1.1-r1.ebuild X-VCS-Directories: sys-fs/mp3fs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6de76b15984e87e28977baaa19c539a0a184ef82 X-VCS-Branch: master Date: Mon, 29 Aug 2022 20:36:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 441881eb-2a72-4f7c-9200-44471a14ef69 X-Archives-Hash: 221722271ca592cfb5f174a040da1e33 commit: 6de76b15984e87e28977baaa19c539a0a184ef82 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 29 20:26:33 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 29 20:36:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de76b15 sys-fs/mp3fs: drop 1.1.1-r1 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-fs/mp3fs/mp3fs-1.1.1-r1.ebuild | 21 --------------------- 1 file changed, 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}"