diff options
author | Thomas Sachau <tommy@gentoo.org> | 2008-04-07 20:33:51 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2008-04-07 20:33:51 +0000 |
commit | 96e01674381ab9ea8dba6e1f51923b442db6f9aa (patch) | |
tree | 2e0a9dc7f084daf0da0fe969aa3147e9b014c56d /sys-fs/fusepod/fusepod-0.5.1.ebuild | |
parent | profiles/package.mask: doh, remove the mask on games-fps/uhexen (diff) | |
download | sunrise-96e01674381ab9ea8dba6e1f51923b442db6f9aa.tar.gz sunrise-96e01674381ab9ea8dba6e1f51923b442db6f9aa.tar.bz2 sunrise-96e01674381ab9ea8dba6e1f51923b442db6f9aa.zip |
sys-fs/fusepod: Add amd64 keyword from old version + drop old version
svn path=/sunrise/; revision=6007
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 -} |