tamiko 14/10/13 21:57:48 Modified: ChangeLog Added: mp3fs-0.91.ebuild Log: version bump; remove obsolete files (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3)
Revision Changes Path 1.23 sys-fs/mp3fs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 13 Oct 2014 21:31:25 -0000 1.22 +++ ChangeLog 13 Oct 2014 21:57:48 -0000 1.23 @@ -1,6 +1,12 @@ # ChangeLog for sys-fs/mp3fs # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/ChangeLog,v 1.23 2014/10/13 21:57:48 tamiko Exp $ + +*mp3fs-0.91 (13 Oct 2014) + + 13 Oct 2014; Matthias Maier <[email protected]> +mp3fs-0.91.ebuild, + -files/mp3fs-0.13-automake-ldadd.patch: + version bump; remove obsolete files 13 Oct 2014; Matthias Maier <[email protected]> -mp3fs-0.30.ebuild, -mp3fs-0.31.ebuild, metadata.xml, mp3fs-0.32.ebuild: 1.1 sys-fs/mp3fs/mp3fs-0.91.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/mp3fs-0.91.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/mp3fs-0.91.ebuild?rev=1.1&content-type=text/plain Index: mp3fs-0.91.ebuild =================================================================== # 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.91.ebuild,v 1.1 2014/10/13 21:57:48 tamiko Exp $ EAPI=5 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/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}"
