diff options
Diffstat (limited to 'sys-fs/fusepod/fusepod-0.5.1.ebuild')
-rw-r--r-- | sys-fs/fusepod/fusepod-0.5.1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sys-fs/fusepod/fusepod-0.5.1.ebuild b/sys-fs/fusepod/fusepod-0.5.1.ebuild deleted file mode 100644 index 076a038cc..000000000 --- a/sys-fs/fusepod/fusepod-0.5.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -DESCRIPTION="userspace filesystem which mounts your iPod into a directory for -easy browsing" -HOMEPAGE="http://fusepod.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=media-libs/libgpod-0.4.0 - >=media-libs/taglib-1.4 - sys-fs/fuse" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-libgpod-api-fix.patch" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README NEWS TODO THANKS -} |