]> Pileus Git - ~andy/sunrise/blobdiff - sys-fs/fusepod/fusepod-0.5.1.ebuild
sys-fs/fusepod: Add amd64 keyword from old version + drop old version
[~andy/sunrise] / sys-fs / fusepod / fusepod-0.5.1.ebuild
diff --git a/sys-fs/fusepod/fusepod-0.5.1.ebuild b/sys-fs/fusepod/fusepod-0.5.1.ebuild
deleted file mode 100644 (file)
index 076a038..0000000
+++ /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
-}