diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-07-20 15:03:06 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-07-20 15:03:06 +0000 |
commit | 118dae91ff0634402dae4555fc4f2857588884ac (patch) | |
tree | f7ee2d5a5ee3a6f82268f79ddad9dd0ce7b00e90 /sys-fs | |
parent | Drop maintainer due retirement, bug #34534 (diff) | |
download | gentoo-2-118dae91ff0634402dae4555fc4f2857588884ac.tar.gz gentoo-2-118dae91ff0634402dae4555fc4f2857588884ac.tar.bz2 gentoo-2-118dae91ff0634402dae4555fc4f2857588884ac.zip |
Drop maintainer due retirement, bug #34534; remove old
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/mp3fs/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/mp3fs/metadata.xml | 2 | ||||
-rw-r--r-- | sys-fs/mp3fs/mp3fs-0.13.ebuild | 31 |
3 files changed, 5 insertions, 33 deletions
diff --git a/sys-fs/mp3fs/ChangeLog b/sys-fs/mp3fs/ChangeLog index fa20ce91139a..7fff507858a4 100644 --- a/sys-fs/mp3fs/ChangeLog +++ b/sys-fs/mp3fs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/mp3fs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/ChangeLog,v 1.11 2011/02/12 09:52:03 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/ChangeLog,v 1.12 2011/07/20 15:03:06 pacho Exp $ + + 20 Jul 2011; Pacho Ramos <pacho@gentoo.org> -mp3fs-0.13.ebuild, metadata.xml: + Drop maintainer due retirement, bug #34534; remove old. 12 Feb 2011; Markos Chandras <hwoarang@gentoo.org> mp3fs-0.21.ebuild: Stable on amd64 wrt bug #353561 diff --git a/sys-fs/mp3fs/metadata.xml b/sys-fs/mp3fs/metadata.xml index 3869f71c0dd9..8cd04ac55b86 100644 --- a/sys-fs/mp3fs/metadata.xml +++ b/sys-fs/mp3fs/metadata.xml @@ -2,5 +2,5 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>no-herd</herd> -<maintainer><email>dragonheart@gentoo.org</email></maintainer> +<maintainer><email>maintainer-needed@gentoo.org</email></maintainer> </pkgmetadata> diff --git a/sys-fs/mp3fs/mp3fs-0.13.ebuild b/sys-fs/mp3fs/mp3fs-0.13.ebuild deleted file mode 100644 index 5f02d7dc0993..000000000000 --- a/sys-fs/mp3fs/mp3fs-0.13.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/mp3fs-0.13.ebuild,v 1.1 2009/01/03 06:53:51 dragonheart Exp $ - -inherit eutils autotools - -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 - media-libs/libogg" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-automake-ldadd.patch - eautomake -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc README -} |