diff options
Diffstat (limited to 'app-mobilephone/bemused/bemused-1.73.ebuild')
-rw-r--r-- | app-mobilephone/bemused/bemused-1.73.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/app-mobilephone/bemused/bemused-1.73.ebuild b/app-mobilephone/bemused/bemused-1.73.ebuild deleted file mode 100644 index fd94bd53cdb9..000000000000 --- a/app-mobilephone/bemused/bemused-1.73.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/bemused/bemused-1.73.ebuild,v 1.4 2006/06/28 17:51:45 mrness Exp $ - -inherit eutils - -MY_P=${PN}linuxserver-${PV/./_} - -DESCRIPTION="Bemused is a system which allows you to control your music collection from your phone, using Bluetooth." -HOMEPAGE="http://bemused.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -S="${WORKDIR}/${PN}linuxserver${PV}" - -DEPEND="media-sound/xmms - net-wireless/bluez-libs" - -src_unpack() { - unpack ${A} - - epatch "${FILESDIR}/${P}-gcc41.patch" -} - -src_install() { - dobin bemusedlinuxserver - insinto /etc - doins bemused.conf - - dodoc ChangeLog authors copying readme todo - - einfo "Please note that due to the specific hardware nature" - einfo "of this package, only upstream support can be" - einfo "provided!" -} |