summaryrefslogtreecommitdiff
path: root/sys-fs/mp3fs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-07-10 23:40:16 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-07-10 23:40:16 +0100
commit51af5f0eb4cddbe6aa7953717873691d77aae9ff (patch)
tree1541525274162b033ebbc3ed38abaf335fbbd49a /sys-fs/mp3fs
parent7014a5a3ea0feffab9701fdd6b64cc7667a985af (diff)
gentoo resync : 11.07.2019
Diffstat (limited to 'sys-fs/mp3fs')
-rw-r--r--sys-fs/mp3fs/Manifest3
-rw-r--r--sys-fs/mp3fs/mp3fs-0.91-r1.ebuild6
-rw-r--r--sys-fs/mp3fs/mp3fs-0.91.ebuild20
3 files changed, 4 insertions, 25 deletions
diff --git a/sys-fs/mp3fs/Manifest b/sys-fs/mp3fs/Manifest
index 8e4dac4631dd..5ef5ed7471a9 100644
--- a/sys-fs/mp3fs/Manifest
+++ b/sys-fs/mp3fs/Manifest
@@ -1,4 +1,3 @@
DIST mp3fs-0.91.tar.gz 357098 BLAKE2B 39f77f1f6d2c6e86aa08be925060c6cc72e0737ead2578f5b7ac5cfcf92aaf27dc31ae10e38646d0460c0087a7100229bc150ec443879b7c1c15c485cf3946c8 SHA512 9499566afbaf181acd9efb8a4d6253e288ab9be0c8b036b2993553d0d4f4692d7dbcf34ac03787d8dbbfc35b2cc29e1d78612933c428a908c9c48290fedb8681
-EBUILD mp3fs-0.91-r1.ebuild 532 BLAKE2B 363edbe4e1e0f1fee923a823c99df7cedd30d6a99369b811df3ef78313d6b57545fb4d6106c5189754603660c549c60307445eaad678ba5c209b2a557254f3d5 SHA512 7a3480bd298d0f60223c0c8ef91a09d9f00cdf56ad301a32cb61680680998aca9635a9a03b6a202914ab04db8d6df349ee1396e033816d9ee8d003aa150acca2
-EBUILD mp3fs-0.91.ebuild 509 BLAKE2B 1274b24c136a10aea0b1f551e1a783e229b1dfa41764efb4f288b8e031116d198aa31f455e9bb70508a7f9dde6861855e155693480410246295e809b6235f5b1 SHA512 1ef7af20667d796f28b76d37fbccfe550987b1d15590a379dd991efaf7c9571a0190b44bf301069eb158034783a4371268992b4ceeee56a4b68828fe11638459
+EBUILD mp3fs-0.91-r1.ebuild 528 BLAKE2B 4fa86b39e4c7f876d72efaeed62d1a8549742687df17e7e843efba2f67a1037a785517ee316d9df6b19c0add8359be291a8491d234cd18738497f71cd69286b8 SHA512 26d3d16a16fae151954f6ddad30e4186416b1ca3b4ad0ebd6a8a745c289c2efa698ad168bd32acb52ab78d1a3da543c1ace8f9704e56dfb1732680a4cd07b409
MISC metadata.xml 326 BLAKE2B 9689902b13674b4fb2e4a98e94c6a798b6fcef9e873d3681ccae6d466836090ca8d4ae79e0c6d90d35a6790215616e0d3021df5d3294686382d631e5695a2de4 SHA512 66983dba89d7cf95e671fd0e382778b3a406348e979a20baa24db0e049468550497154b2809f231dc4409f803f94b057f4de89facf6f63a1a5ec14919be2ddac
diff --git a/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild b/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild
index e3b560646d84..76e7779cab45 100644
--- a/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild
+++ b/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,12 +9,12 @@ SRC_URI="https://github.com/khenriks/mp3fs/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RESTRICT=test
-DEPEND="sys-fs/fuse:=
+DEPEND="sys-fs/fuse:0=
media-libs/libid3tag:=
media-libs/flac:=
media-sound/lame
diff --git a/sys-fs/mp3fs/mp3fs-0.91.ebuild b/sys-fs/mp3fs/mp3fs-0.91.ebuild
deleted file mode 100644
index 781cd6151251..000000000000
--- a/sys-fs/mp3fs/mp3fs-0.91.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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"
-IUSE=""
-
-DEPEND="sys-fs/fuse
- media-libs/libid3tag
- media-libs/flac
- media-sound/lame
- media-libs/libogg"
-RDEPEND="${DEPEND}"