Install this version:
emerge -a =media-sound/cmusfm-0.1.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/cmusfm-0.1.2
Or alternatively:
emerge --autounmask-write -a =media-sound/cmusfm-0.1.2
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
DESCRIPTION="Last.fm scrobbler for cmus music player"
HOMEPAGE="http://arkq.awardspace.us/Multimedia/cmusfm/"
SRC_URI="http://dl.dropbox.com/u/15563529/cmusfm/${P}.tar.bz2"
LICENSE=""
SLOT="0"
KEYWORDS="~x86 ~amd64 "
IUSE=""
DEPEND="
media-sound/cmus
net-misc/curl"
RDEPEND="${DEPEND}"
src_install() {
install -Dm755 cmusfm "${D}/usr/bin/cmusfm"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cmusfm-0.1.2.tar.bz2 | 13312 bytes | http://dl.dropbox.com/u/15563529/cmusfm/cmusfm-0.1.2.tar.bz2 |