summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2010-09-05 14:51:27 +0000
committerDaniel Black <dragonheart@gentoo.org>2010-09-05 14:51:27 +0000
commitcdce0801313ab4b948e3cb54511423189d00484d (patch)
treeb31168c2d04ec56eed64226a45abfbc15ab2fe28 /sys-fs
parentia64/sparc stable wrt #329703 (diff)
downloadgentoo-2-cdce0801313ab4b948e3cb54511423189d00484d.tar.gz
gentoo-2-cdce0801313ab4b948e3cb54511423189d00484d.tar.bz2
gentoo-2-cdce0801313ab4b948e3cb54511423189d00484d.zip
version bump
(Portage version: 2.2_rc75/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/mp3fs/ChangeLog10
-rw-r--r--sys-fs/mp3fs/mp3fs-0.11.ebuild21
-rw-r--r--sys-fs/mp3fs/mp3fs-0.21.ebuild (renamed from sys-fs/mp3fs/mp3fs-0.12.ebuild)5
3 files changed, 10 insertions, 26 deletions
diff --git a/sys-fs/mp3fs/ChangeLog b/sys-fs/mp3fs/ChangeLog
index 16805fa4363a..10dcbb90d69c 100644
--- a/sys-fs/mp3fs/ChangeLog
+++ b/sys-fs/mp3fs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-fs/mp3fs
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/ChangeLog,v 1.7 2009/01/03 06:53:51 dragonheart Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/ChangeLog,v 1.8 2010/09/05 14:51:27 dragonheart Exp $
+
+*mp3fs-0.21 (05 Sep 2010)
+
+ 05 Sep 2010; Daniel Black <dragonheart@gentoo.org> -mp3fs-0.11.ebuild,
+ -mp3fs-0.12.ebuild, +mp3fs-0.21.ebuild:
+ version bump
*mp3fs-0.13 (03 Jan 2009)
diff --git a/sys-fs/mp3fs/mp3fs-0.11.ebuild b/sys-fs/mp3fs/mp3fs-0.11.ebuild
deleted file mode 100644
index 1d26f0423a57..000000000000
--- a/sys-fs/mp3fs/mp3fs-0.11.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/mp3fs-0.11.ebuild,v 1.3 2008/04/01 05:42:51 dragonheart Exp $
-
-DESCRIPTION="MP3FS is a read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read."
-HOMEPAGE="http://mp3fs.sf.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"
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README
-}
diff --git a/sys-fs/mp3fs/mp3fs-0.12.ebuild b/sys-fs/mp3fs/mp3fs-0.21.ebuild
index 882499da619b..2a36429be022 100644
--- a/sys-fs/mp3fs/mp3fs-0.12.ebuild
+++ b/sys-fs/mp3fs/mp3fs-0.21.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/mp3fs-0.12.ebuild,v 1.3 2009/01/03 06:53:51 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/mp3fs-0.21.ebuild,v 1.1 2010/09/05 14:51:27 dragonheart Exp $
DESCRIPTION="MP3FS is a read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read."
HOMEPAGE="http://mp3fs.sf.net"
@@ -18,5 +18,4 @@ RDEPEND="${DEPEND}"
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README
}