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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B53A1382C5 for ; Wed, 7 Feb 2018 00:54:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F8BFE0A99; Wed, 7 Feb 2018 00:54:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D455E0A99 for ; Wed, 7 Feb 2018 00:54:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F548335C30 for ; Wed, 7 Feb 2018 00:54:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B91041ED for ; Wed, 7 Feb 2018 00:54:46 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1517964863.330fffa7484f7c9425741149250ef252d08714c3.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mp3fs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/mp3fs/Manifest sys-fs/mp3fs/mp3fs-0.32.ebuild X-VCS-Directories: sys-fs/mp3fs/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 330fffa7484f7c9425741149250ef252d08714c3 X-VCS-Branch: master Date: Wed, 7 Feb 2018 00:54:46 +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-Archives-Salt: 6eac0e6a-b69a-49bc-888e-92360780acbb X-Archives-Hash: 39f614c28ba0f4e6c2328de49afa6ce0 commit: 330fffa7484f7c9425741149250ef252d08714c3 Author: Matthias Maier gentoo org> AuthorDate: Wed Feb 7 00:46:40 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Wed Feb 7 00:54:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330fffa7 sys-fs/mp3fs: drop old version 0.32 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-fs/mp3fs/Manifest | 1 - sys-fs/mp3fs/mp3fs-0.32.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/sys-fs/mp3fs/Manifest b/sys-fs/mp3fs/Manifest index ca5725fd3fc..0b723a88d1c 100644 --- a/sys-fs/mp3fs/Manifest +++ b/sys-fs/mp3fs/Manifest @@ -1,2 +1 @@ -DIST mp3fs-0.32.tar.gz 120579 BLAKE2B a929068353c687fb6bd90ceecfd2f9371be9ce0e2f3e730a6f0efdbf24764caf5fda386f622e0b02103bbc557c85489a979b1c50ac1392f3620ffc6e30b93949 SHA512 826ad719198195d66fff5bbb4b9b6734b5f180f37ead11bf77ecf9dd7cc86e4e2243cdea78c029b3bb8757efb9f52143f84c979f07034b016147b6257d0c9980 DIST mp3fs-0.91.tar.gz 357098 BLAKE2B 39f77f1f6d2c6e86aa08be925060c6cc72e0737ead2578f5b7ac5cfcf92aaf27dc31ae10e38646d0460c0087a7100229bc150ec443879b7c1c15c485cf3946c8 SHA512 9499566afbaf181acd9efb8a4d6253e288ab9be0c8b036b2993553d0d4f4692d7dbcf34ac03787d8dbbfc35b2cc29e1d78612933c428a908c9c48290fedb8681 diff --git a/sys-fs/mp3fs/mp3fs-0.32.ebuild b/sys-fs/mp3fs/mp3fs-0.32.ebuild deleted file mode 100644 index 1be92bd497b..00000000000 --- a/sys-fs/mp3fs/mp3fs-0.32.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="a read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read" -HOMEPAGE="https://khenriks.github.com/mp3fs/" -SRC_URI="mirror://github/khenriks/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="sys-fs/fuse - media-libs/libid3tag - media-libs/flac - media-sound/lame - media-libs/libogg" -RDEPEND="${DEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README.rst -}