summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/mp3fs')
-rw-r--r--sys-fs/mp3fs/ChangeLog9
-rw-r--r--sys-fs/mp3fs/metadata.xml4
-rw-r--r--sys-fs/mp3fs/mp3fs-0.30.ebuild24
-rw-r--r--sys-fs/mp3fs/mp3fs-0.31.ebuild24
-rw-r--r--sys-fs/mp3fs/mp3fs-0.32.ebuild6
5 files changed, 11 insertions, 56 deletions
diff --git a/sys-fs/mp3fs/ChangeLog b/sys-fs/mp3fs/ChangeLog
index 124a354afb09..fe6aa2276066 100644
--- a/sys-fs/mp3fs/ChangeLog
+++ b/sys-fs/mp3fs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/mp3fs
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/ChangeLog,v 1.21 2012/08/14 11:56:24 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/ChangeLog,v 1.22 2014/10/13 21:31:25 tamiko Exp $
+
+ 13 Oct 2014; Matthias Maier <tamiko@gentoo.org> -mp3fs-0.30.ebuild,
+ -mp3fs-0.31.ebuild, metadata.xml, mp3fs-0.32.ebuild:
+ take over maintainership; drop old; fix SRC_URI
14 Aug 2012; Johannes Huber <johu@gentoo.org> mp3fs-0.32.ebuild:
Stable for x86, wrt bug #429216
@@ -65,4 +69,3 @@
01 Apr 2008; Daniel Black <dragonheart@gentoo.org> -mp3fs-0.10.ebuild,
+mp3fs-0.12.ebuild:
version bump
-
diff --git a/sys-fs/mp3fs/metadata.xml b/sys-fs/mp3fs/metadata.xml
index 0f350e3d4d81..01598fe69ee3 100644
--- a/sys-fs/mp3fs/metadata.xml
+++ b/sys-fs/mp3fs/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>xmw@gentoo.org</email>
- <name>Michael Weber</name>
+ <email>tamiko@gentoo.org</email>
+ <name>Matthias Maier</name>
</maintainer>
</pkgmetadata>
diff --git a/sys-fs/mp3fs/mp3fs-0.30.ebuild b/sys-fs/mp3fs/mp3fs-0.30.ebuild
deleted file mode 100644
index 5305cb6a81f2..000000000000
--- a/sys-fs/mp3fs/mp3fs-0.30.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/mp3fs-0.30.ebuild,v 1.3 2011/12/15 18:43:02 ago Exp $
-
-DESCRIPTION="a read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read"
-HOMEPAGE="http://mp3fs.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${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
-}
diff --git a/sys-fs/mp3fs/mp3fs-0.31.ebuild b/sys-fs/mp3fs/mp3fs-0.31.ebuild
deleted file mode 100644
index 5a0784867e74..000000000000
--- a/sys-fs/mp3fs/mp3fs-0.31.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/mp3fs-0.31.ebuild,v 1.3 2012/06/20 08:26:23 jdhore Exp $
-
-DESCRIPTION="a read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read"
-HOMEPAGE="http://khenriks.github.com/mp3fs/"
-SRC_URI="mirror://sourceforge/${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
-}
diff --git a/sys-fs/mp3fs/mp3fs-0.32.ebuild b/sys-fs/mp3fs/mp3fs-0.32.ebuild
index 1b54eda12843..b7e2d89fb9cd 100644
--- a/sys-fs/mp3fs/mp3fs-0.32.ebuild
+++ b/sys-fs/mp3fs/mp3fs-0.32.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/mp3fs-0.32.ebuild,v 1.3 2012/08/14 11:56:24 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/mp3fs-0.32.ebuild,v 1.4 2014/10/13 21:31:25 tamiko Exp $
DESCRIPTION="a read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read"
HOMEPAGE="http://khenriks.github.com/mp3fs/"
-SRC_URI="https://github.com/downloads/khenriks/${PN}/${P}.tar.gz"
+SRC_URI="mirror://github/khenriks/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"